summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-12-30 09:22:53 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-12-30 09:22:53 +0100
commitf9ee3c329cf1d2092e756f322f8ba1904d52a9ec (patch)
tree5d5c29da96c76b25dd097582ed03ad4ccf84e915
parente43d44719fe35f87295a1c21aa0397a47f91ba6a (diff)
downloadATCD-f9ee3c329cf1d2092e756f322f8ba1904d52a9ec.tar.gz
Fixed variable not used warning
* ACE/tests/Compiler_Features_23_Test.cpp:
-rw-r--r--ACE/tests/Compiler_Features_23_Test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ACE/tests/Compiler_Features_23_Test.cpp b/ACE/tests/Compiler_Features_23_Test.cpp
index 39fc0962ab9..711e46fb231 100644
--- a/ACE/tests/Compiler_Features_23_Test.cpp
+++ b/ACE/tests/Compiler_Features_23_Test.cpp
@@ -38,6 +38,8 @@ run_main (int, ACE_TCHAR *[])
ACE_DEBUG ((LM_INFO,
ACE_TEXT ("Compiler Feature 23 Test does compile and run.\n")));
+ ACE_UNUSED_ARG(x);
+
ACE_END_TEST;
return 0;