X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/48462a74af687743eb1706910f2a17ba4180660d..dd8fc02804485f0ffdfd876c119b4f9500c7be86:/cflags.SH diff --git a/cflags.SH b/cflags.SH index a5d71b9..f57cf2f 100755 --- a/cflags.SH +++ b/cflags.SH @@ -134,7 +134,8 @@ case "$gccversion" in '') ;; [12]*) ;; # gcc versions 1 (gasp!) and 2 are not good for this. Intel*) ;; # # Is that you, Intel C++? -*) for opt in -ansi -std=c89 -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat +*) for opt in -ansi -std=c89 -W -Wextra -Wdeclaration-after-statement \ + -Wendif-labels -Wc++-compat -Wwrite-strings do case " $ccflags " in *" $opt "*) ;; # Skip if already there.