Skip to content
Snippets Groups Projects
Commit 917d98f5 authored by Mathieu Malaterre's avatar Mathieu Malaterre
Browse files

COMP: Fix warning

parent 62a3cbc2
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,8 @@ int TestDynamicLoader(const char* libname, const char* symbol, int r1, int r2, i
<< kwsys::DynamicLoader::LastError() << kwsys_ios::endl;
return 1;
}
#else
(void)r3;
#endif
return 0;
}
......
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