changeset 1:5a631c1566d7

fix
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Thu, 13 Jun 2019 19:06:57 +0900
parents 0240ed5457bb
children 9f567da916dd
files Configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Configure	Thu Jun 13 18:56:19 2019 +0900
+++ b/Configure	Thu Jun 13 19:06:57 2019 +0900
@@ -3426,8 +3426,8 @@
 		;;
 	esac
 	case "$gccversion" in
-	1*|2*) dflt="$dflt -Wall";;
-	*) dflt="$dflt -W -Wall -Wformat=2 -Wshadow";;
+	1*|2*) dflt="$dflt";;
+	*) dflt="$dflt-Wformat=2 -Wshadow";;
 	esac
 	;;
 esac