Make code -Wall -Wextra -pedantic -Wmissing-prototypes -Wold-style-definition

This commit is contained in:
Pim van Pelt
2018-04-22 14:15:35 +02:00
parent 64fe69d3e3
commit 38c3cdf27e
8 changed files with 41 additions and 30 deletions

@ -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;