Mercurial > hg > Members > anatofuz > test_perl1_alpine
changeset 2:9f567da916dd default tip
cancel rev 1
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 13 Jun 2019 20:51:20 +0900 |
parents | 5a631c1566d7 |
children | |
files | Configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Configure Thu Jun 13 19:06:57 2019 +0900 +++ b/Configure Thu Jun 13 20:51:20 2019 +0900 @@ -3426,8 +3426,8 @@ ;; esac case "$gccversion" in - 1*|2*) dflt="$dflt";; - *) dflt="$dflt-Wformat=2 -Wshadow";; + 1*|2*) dflt="$dflt -Wall";; + *) dflt="$dflt -W -Wall -Wformat=2 -Wshadow";; esac ;; esac