summaryrefslogtreecommitdiff
path: root/ACE/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-04-20 08:55:09 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-04-20 08:55:09 +0000
commit6ce2de707abd9b1eb0e3b9163c4f86ebabed5a89 (patch)
treef2f4d586d6d76a13fb0b5e72ae6ed254148d2d1a /ACE/tests
parent8ef7fc96d4ba8e8cea8efda0c2c71ace630abf5d (diff)
downloadATCD-6ce2de707abd9b1eb0e3b9163c4f86ebabed5a89.tar.gz
Wed Apr 20 08:53:55 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* apps/gperf/src/Gen_Perf.cpp: Fixed coverity errors * bin/fuzz.pl: Extended fuzz * bin/generate_rel_manpages: Removed obsolete make steps * docs/bczar/bczar.html: zip should also be available * tests/Env_Value_Test.cpp: * tests/Reactor_Fairness_Test.cpp: Layout changes
Diffstat (limited to 'ACE/tests')
-rw-r--r--ACE/tests/Env_Value_Test.cpp4
-rw-r--r--ACE/tests/Reactor_Fairness_Test.cpp2
2 files changed, 2 insertions, 4 deletions
diff --git a/ACE/tests/Env_Value_Test.cpp b/ACE/tests/Env_Value_Test.cpp
index 0411b8387cf..368ec76b83a 100644
--- a/ACE/tests/Env_Value_Test.cpp
+++ b/ACE/tests/Env_Value_Test.cpp
@@ -37,10 +37,8 @@ int
#if 1 || defined (ACE_HAS_NONSTATIC_OBJECT_MANAGER) || defined (ACE_LACKS_FORK)
// ACE_HAS_NONSTATIC_OBJECT_MANAGER only allows main to have two
// arguments. And on platforms that lack fork (), we can't use spawn.
-run_main (int argc, ACE_TCHAR* [])
+run_main (int, ACE_TCHAR* [])
{
- ACE_UNUSED_ARG (argc);
-
// Only Win32 can set wide-char environment strings. So, for all
// others, use char string literals regardless of ACE_USES_WCHAR.
# if defined (ACE_WIN32)
diff --git a/ACE/tests/Reactor_Fairness_Test.cpp b/ACE/tests/Reactor_Fairness_Test.cpp
index dbc5f0478d3..62fb7035b62 100644
--- a/ACE/tests/Reactor_Fairness_Test.cpp
+++ b/ACE/tests/Reactor_Fairness_Test.cpp
@@ -395,7 +395,7 @@ run_main (int argc, ACE_TCHAR *argv[])
int
run_main (int, ACE_TCHAR *[])
{
- ACE_START_TEST (ACE_TEXT ("Reactor_Performance_Test"));
+ ACE_START_TEST (ACE_TEXT ("Reactor_Fairness_Test"));
ACE_ERROR ((LM_INFO,
ACE_TEXT ("threads not supported on this platform\n")));