[host] build with -Wstrict-prototypes

This commit is contained in:
Tudor Brindus
2022-02-20 11:43:36 -05:00
committed by Geoffrey McRae
parent 91d6e3a82a
commit eeefc15e46
8 changed files with 18 additions and 17 deletions

View File

@@ -48,8 +48,8 @@ enum DiffMapBlockSize
DIFFMAP_BLOCKSIZE_64X64
};
bool NvFBCInit();
void NvFBCFree();
bool NvFBCInit(void);
void NvFBCFree(void);
bool NvFBCToSysCreate(
int adapterIndex,
@@ -95,4 +95,4 @@ CaptureResult NvFBCToSysGetCursor(NvFBCHandle handle, CapturePointer * pointer,
#ifdef __cplusplus
}
#endif
#endif