Fix compiler warnings

This commit is contained in:
Rubasri Kalidas
2018-12-18 11:30:57 -06:00
parent 6460446aa6
commit 3003161eff
3 changed files with 17 additions and 13 deletions

View File

@@ -20,7 +20,7 @@
extern "C" {
#endif
extern int json_c_get_random_seed();
extern int json_c_get_random_seed(void);
#ifdef __cplusplus
}