summaryrefslogtreecommitdiff
path: root/include/makeinclude
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-23 13:49:02 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-23 13:49:02 +0000
commit82babbaae6b82f141ace99d0405d1ec2e04e00d9 (patch)
tree797fcc62ba5219130c120476df5ffd6c42b91f79 /include/makeinclude
parent03e28f7bf4aeefd11186fca8a0afc1f53c6bc3d9 (diff)
downloadATCD-82babbaae6b82f141ace99d0405d1ec2e04e00d9.tar.gz
removed some warning suppressions that are no longer needed
Diffstat (limited to 'include/makeinclude')
-rw-r--r--include/makeinclude/platform_osf1_4.0.GNU5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/makeinclude/platform_osf1_4.0.GNU b/include/makeinclude/platform_osf1_4.0.GNU
index 13e089df3d2..1cfc5f69fa0 100644
--- a/include/makeinclude/platform_osf1_4.0.GNU
+++ b/include/makeinclude/platform_osf1_4.0.GNU
@@ -14,17 +14,14 @@ CFLAGS += -pthread
#### or by setting the CXX_VER environment variable to POST_5X.
# WARNING_FLAGS +=
# 9: nested comment not allowed, but there's one in /usr/include/pdsc.h
-# 111: statement is unreachable
# 174: expr_has_no_effect
# 193: zero used for undefined preprocessing identifier
# 236: controlling expression is constant
# 340: value copied to temporary, reference to temporary used
# 401: base_class_with_nonvirtual_dtor
-# 550: set_but_not_used
-# 835: unreferenced_function_param
ifeq ($(CXX_VER),POST_5X)
WARNING_FLAGS += -w0 -msg_display_number -msg_display_tag \
- -msg_disable 9,111,174,193,236,340,401,550,835
+ -msg_disable 9,174,193,236,340,401
endif
CCFLAGS += $(CFLAGS) -ptr ptrepository $(WARNING_FLAGS)