summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-03-19 18:10:33 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-03-19 18:10:33 +0000
commit0d068426fe7f36e7f81e044fb3a806d83c8b3418 (patch)
treed8d585243ff78131ad55dcd032f903b491921715 /include
parenta7ee312bcdca56a6d2cab7314cfe49a6c05dc5ed (diff)
downloadATCD-0d068426fe7f36e7f81e044fb3a806d83c8b3418.tar.gz
ChangeLogTag: Wed Mar 19 12:08:31 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_irix6.x_sgic++.GNU6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/makeinclude/platform_irix6.x_sgic++.GNU b/include/makeinclude/platform_irix6.x_sgic++.GNU
index c12a25571fe..490dc074db8 100644
--- a/include/makeinclude/platform_irix6.x_sgic++.GNU
+++ b/include/makeinclude/platform_irix6.x_sgic++.GNU
@@ -58,7 +58,11 @@ CCFLAGS += -ptnone -no_prelink
# Instantiate used templates, but do not run prelinker
#CCFLAGS += -ptused
# Suppress warnings about "pack" pragmas not being defined
-CCFLAGS += -diag_suppress 3284
+# Suppress warnings about "member with the same name as its class"
+# Suppress warnings about "class has no copy assignment operator"
+# Suppress warnings about "Access control" on inherited classes
+# Suppress warnings about "last argument" of varargs function is unnamed
+CCFLAGS += -diag_suppress 3284,1253,3439,1234,3506
LDFLAGS += -Wl,-woff,15
LDFLAGS += -Wl,-woff,84