attempt to remove some warnings when using -Wall
This commit is contained in:
@@ -19,11 +19,15 @@ typedef struct gnInstanceInfo_t {
|
||||
|
||||
typedef struct gnInstance_t {
|
||||
struct gnPlatformInstance_t* instance;
|
||||
gnBool valid, loadDeviceFunctions;
|
||||
gnBool valid,
|
||||
loadDeviceFunctions,
|
||||
loadCommandFunctions;
|
||||
|
||||
struct gnDynamicLibrary_t* dynamicLib;
|
||||
|
||||
struct gnFunctions_t* functions;
|
||||
struct gnDeviceFunctions_t* deviceFunctions;
|
||||
struct gnDynamicLibrary_t* dynamicLib;
|
||||
struct gnCommandFunctions_t* commandFunctions;
|
||||
|
||||
struct gnDebugger_t* debugger;
|
||||
} gnInstance;
|
||||
|
Reference in New Issue
Block a user