Fix test build failures with GCC 8
GCC 8 enables -Werror=return-type by default which combined with -Werror causes the build to fail.
This commit is contained in:
@ -298,4 +298,5 @@ int get_x_fl_from_json(char * line, long long int * x1, long long int * fl)
|
||||
json_decref(x_json);
|
||||
json_decref(fl_json);
|
||||
json_decref(root);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user