diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-05-18 06:15:59 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-05-18 06:15:59 +0000 |
commit | 372eb5e214263bea8c510489d1f1b44541dc1d4d (patch) | |
tree | 8f28207939979bb1f294ca6f22c5d9d87e52543e /ACE/tests/Dirent_Test.cpp | |
parent | 9c33ffa62333c16570090d68ba46823bddc57d5e (diff) | |
download | ATCD-372eb5e214263bea8c510489d1f1b44541dc1d4d.tar.gz |
Mon May 18 06:15:05 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Dirent_Test.cpp:
Fixed argument not used warning
* tests/Based_Pointer_Test.cpp:
Improved debug message
* tests/Config_Test.cpp:
Const change
* tests/Thread_Pool_Reactor_Test.cpp:
Fixed rcsid
Diffstat (limited to 'ACE/tests/Dirent_Test.cpp')
-rw-r--r-- | ACE/tests/Dirent_Test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ACE/tests/Dirent_Test.cpp b/ACE/tests/Dirent_Test.cpp index df756c8d4c2..5804d14d77d 100644 --- a/ACE/tests/Dirent_Test.cpp +++ b/ACE/tests/Dirent_Test.cpp @@ -249,6 +249,8 @@ dirent_count (const ACE_TCHAR *dir_path, dir_path), -1); # endif +#else + ACE_UNUSED_ARG (dir_path); #endif /* !ACE_LACKS_CHDIR */ ACE_Dirent dir; |