From 542183cac9405d15f0007dbb56e213841961e62d Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Wed, 23 Sep 1998 02:35:55 +0000 Subject: Added code to shut up aCC --- ace/Dirent.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- cgit v1.2.1