Merge topic 'CheckFunctionExists-prototype'

4bc17345 CheckFunctionExists.c: avoid gcc warnings with -Wstrict-prototypes
This commit is contained in:
Brad King
2016-10-18 08:42:57 -04:00
committed by CMake Topic Stage
+1 -1
View File
@@ -4,7 +4,7 @@
extern "C"
#endif
char
CHECK_FUNCTION_EXISTS();
CHECK_FUNCTION_EXISTS(void);
#ifdef __CLASSIC_C__
int main()
{