mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
Merge topic 'CheckFunctionExists-prototype'
4bc17345 CheckFunctionExists.c: avoid gcc warnings with -Wstrict-prototypes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
extern "C"
|
||||
#endif
|
||||
char
|
||||
CHECK_FUNCTION_EXISTS();
|
||||
CHECK_FUNCTION_EXISTS(void);
|
||||
#ifdef __CLASSIC_C__
|
||||
int main()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user