diff options
author | Steve Huston <shuston@riverace.com> | 1998-09-23 02:35:55 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-09-23 02:35:55 +0000 |
commit | 542183cac9405d15f0007dbb56e213841961e62d (patch) | |
tree | f366600ae4a1e53fe8364290d6845f6bc983ea1f /ace/Dirent.cpp | |
parent | ea8b4582a066ffe241dfce6668200993abc01e16 (diff) | |
download | ATCD-542183cac9405d15f0007dbb56e213841961e62d.tar.gz |
Added code to shut up aCC
Diffstat (limited to 'ace/Dirent.cpp')
-rw-r--r-- | ace/Dirent.cpp | 2 |
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 */ |