diff options
Diffstat (limited to 'auto/cc/icc')
| -rw-r--r-- | auto/cc/icc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/cc/icc b/auto/cc/icc index afcabe6e6..f1f9d3dcf 100644 --- a/auto/cc/icc +++ b/auto/cc/icc @@ -91,6 +91,8 @@ CFLAGS="$CFLAGS -wd269" CFLAGS="$CFLAGS -wd810" # parameter was never referenced CFLAGS="$CFLAGS -wd869" +# attribute "unused" is only allowed in a function definition, warning on pTHX_ +CFLAGS="$CFLAGS -wd1301" # STUB # enumerated type mixed with another type |
