Explicitly add void to the argument list of zero argument functions.
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
|
||||
// Functions:
|
||||
|
||||
void InitClock();
|
||||
void InitClock(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user