mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-12 18:38:12 +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
@@ -46,7 +46,7 @@ static bool optScancodeValidate(struct Option * opt, const char ** error);
|
||||
static char * optScancodeToString(struct Option * opt);
|
||||
static bool optRotateValidate (struct Option * opt, const char ** error);
|
||||
|
||||
static void doLicense();
|
||||
static void doLicense(void);
|
||||
|
||||
static struct Option options[] =
|
||||
{
|
||||
|
Reference in New Issue
Block a user