COMP: Fix warning

This commit is contained in:
Mathieu Malaterre 2006-03-13 15:57:40 -05:00
parent 2b316f169c
commit b4654c2d3a
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}