summaryrefslogtreecommitdiff
path: root/TAO/tao/debug.cpp
diff options
context:
space:
mode:
authorsergio <sergio@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-09 22:08:18 +0000
committersergio <sergio@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-09 22:08:18 +0000
commitf7575ffb282b1a1cf2666c7ff1980f523fdef257 (patch)
tree4da50e89c964af540943e577d480ba02a2d88ef2 /TAO/tao/debug.cpp
parent637c49dd0c68f97f67723ca407aa4464ddb02e72 (diff)
downloadATCD-f7575ffb282b1a1cf2666c7ff1980f523fdef257.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/debug.cpp')
-rw-r--r--TAO/tao/debug.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/debug.cpp b/TAO/tao/debug.cpp
index 6d92f317d56..e0c51fdfd0c 100644
--- a/TAO/tao/debug.cpp
+++ b/TAO/tao/debug.cpp
@@ -23,6 +23,9 @@ char * ACE_Svc_Export TAO_debug_filter = "l";
static FILE *debug_stream = stderr;
+void use_debug_stream_to_get_rid_of_warning (void) {ACE_UNUSED_ARG (debug_stream);}
+// Dummy function to get rid of "'debug_stream' defined but not used" warning
+
// The rest of this file is not needed without -DDEBUG, and unless the
// vfprintf () call is available it can't work.
//