X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/5ccaf5ccf7191a0bac848e5ab6d8f74c18acde47..3541f8c89632b95e7584a28dde3186c3cd85ed24:/hints/irix_6.sh diff --git a/hints/irix_6.sh b/hints/irix_6.sh index f1c30ea..8b14e54 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 on 5/13/97 # - don't assume 'cc -n32' if the n32 libm.so is missing