Make code -Wall -Wextra -pedantic -Wmissing-prototypes -Wold-style-definition
This commit is contained in:
@ -49,7 +49,7 @@ int log_print_prefix(enum cs_log_level l, const char *func, const char *file) {
|
||||
}
|
||||
|
||||
|
||||
double mg_time() {
|
||||
double mg_time(void) {
|
||||
struct timespec ts;
|
||||
double ret;
|
||||
|
||||
|
Reference in New Issue
Block a user