mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-20 19:50:11 +00:00
[client] allow building with -Wstrict-prototypes
This is not yet turned on because cimgui does not build with it enabled.
This commit is contained in:
committed by
Geoffrey McRae
parent
7387a4a8e1
commit
91d6e3a82a
@@ -20,6 +20,6 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
void config_init();
|
||||
void config_init(void);
|
||||
bool config_load(int argc, char * argv[]);
|
||||
void config_free();
|
||||
void config_free(void);
|
||||
|
||||
Reference in New Issue
Block a user