summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testDynamicLoader.cxx
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2006-03-13 20:57:40 (GMT)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2006-03-13 20:57:40 (GMT)
commitb4654c2d3ad42488b750de4fb55372427a22dac0 (patch)
tree942598cb0dbd5a0889eeecaccf721e4ed300cb01 /Source/kwsys/testDynamicLoader.cxx
parent2b316f169c1623738a950feb3817a988b34d972e (diff)
downloadCMake-b4654c2d3ad42488b750de4fb55372427a22dac0.zip
CMake-b4654c2d3ad42488b750de4fb55372427a22dac0.tar.gz
CMake-b4654c2d3ad42488b750de4fb55372427a22dac0.tar.bz2
COMP: Fix warning
Diffstat (limited to 'Source/kwsys/testDynamicLoader.cxx')
-rw-r--r--Source/kwsys/testDynamicLoader.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/kwsys/testDynamicLoader.cxx b/Source/kwsys/testDynamicLoader.cxx
index b881967..efd84d6 100644
--- a/Source/kwsys/testDynamicLoader.cxx
+++ b/Source/kwsys/testDynamicLoader.cxx
@@ -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;
}