Skip to content
Snippets Groups Projects
Commit cff51123 authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'CheckFunctionExists-prototype'

4bc17345 CheckFunctionExists.c: avoid gcc warnings with -Wstrict-prototypes
parents 9519d79b 4bc17345
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
extern "C"
#endif
char
CHECK_FUNCTION_EXISTS();
CHECK_FUNCTION_EXISTS(void);
#ifdef __CLASSIC_C__
int main()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment