summaryrefslogtreecommitdiff
path: root/hints/irix_6.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-06-09 23:21:35 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-09 23:21:35 +0000
commitb238e82634f7c3c5500709c523a925d0d03b1f42 (patch)
treebd0fa446672fa6d9ee781590f29282e70dbaf282 /hints/irix_6.sh
parentdca3595e9116d32137bd00173dc4490671e63206 (diff)
downloadperl-b238e82634f7c3c5500709c523a925d0d03b1f42.tar.gz
Update hint comments.
p4raw-id: //depot/perl@17152
Diffstat (limited to 'hints/irix_6.sh')
-rw-r--r--hints/irix_6.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/hints/irix_6.sh b/hints/irix_6.sh
index f1c30ea422..8b14e54d55 100644
--- a/hints/irix_6.sh
+++ b/hints/irix_6.sh
@@ -13,9 +13,8 @@
# - tries to check for various compiler versions and do the right
# thing when it can
# - warnings turned off (-n32 messages):
-# 1116 - non-void function should return a value
-# 1048 - cast between pointer-to-object and pointer-to-function
-# 1042 - operand types are incompatible
+# 1184 - "=" is used where where "==" may have been intended
+# 1552 - variable "foo" set but never used
# Tweaked by Chip Salzenberg <chip@perl.com> on 5/13/97
# - don't assume 'cc -n32' if the n32 libm.so is missing