diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-06-18 09:06:26 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-06-18 14:14:28 -0400 |
commit | fae2e96056d70d1922a44b0166c5c36a43da092d (patch) | |
tree | c269900bbcb554912d52b43814715001b2e66474 /cflags.SH | |
parent | d2d4920436bb51d6c73fd2bcc6e942f68f22269d (diff) | |
download | perl-fae2e96056d70d1922a44b0166c5c36a43da092d.tar.gz |
-Wendif-labels is actually the default.
Has been AFAICT for years / always, the documentation just
had it wrong in pre-4.0 gccs.
Diffstat (limited to 'cflags.SH')
-rwxr-xr-x | cflags.SH | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,7 +164,7 @@ Intel*) ;; # # Is that you, Intel C++? # since -std=c89 -pedantic implies the -Werror=... *) for opt in -ansi -std=c89 -W -Wextra \ -Werror=declaration-after-statement \ - -Wendif-labels -Wc++-compat -Wwrite-strings + -Wc++-compat -Wwrite-strings do case " $ccflags " in *" $opt "*) ;; # Skip if already there. |