summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-09-23 02:35:55 +0000
committerSteve Huston <shuston@riverace.com>1998-09-23 02:35:55 +0000
commit5abc384a32b73900b70246605767e6ea24d78793 (patch)
treef366600ae4a1e53fe8364290d6845f6bc983ea1f
parent4248251858f3fe6b1312e2c0003a9395f8a7d322 (diff)
downloadATCD-5abc384a32b73900b70246605767e6ea24d78793.tar.gz
Added code to shut up aCC
-rw-r--r--ace/Dirent.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Dirent.cpp b/ace/Dirent.cpp
index 6bf9def4b94..2841047c95d 100644
--- a/ace/Dirent.cpp
+++ b/ace/Dirent.cpp
@@ -3,4 +3,6 @@
#if defined (ACE_LACKS_INLINE_FUNCTIONS)
#include "ace/Dirent.i"
+#else
+static int shut_up_aCC = 0;
#endif /* ACE_LACKS_INLINE_FUNCTIONS */