From 94b210e14d4accaaf0ce6729aa25afe23765a2e8 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 30 Oct 2007 01:29:24 -0700 Subject: [PATCH] Meta/Make: drop -pedantic --- Make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Make b/Make index 389ca28a9d..6f5c76f8aa 100755 --- a/Make +++ b/Make @@ -45,7 +45,8 @@ do $old_style_def_fix) o=-Wold-style-definition ;; esac - O="$O -Werror -Wall $o -ansi -pedantic -std=c99" + O="$O -Werror $o -std=c99 -Wno-pointer-to-int-cast" + O="$O -fwrapv -fno-strict-overflow" ;; --) shift -- 2.32.0.93.g670b81a890