From: Patrick Steinhardt Date: Fri, 6 Dec 2024 10:27:20 +0000 (+0100) Subject: config.mak.dev: drop `-Wno-sign-compare` X-Git-Tag: v2.48.0-rc1~20^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f9264b0cd;p=thirdparty%2Fgit.git config.mak.dev: drop `-Wno-sign-compare` There is no need anymore to disable `-Wsign-compare` now that all files that cause warnings have been marked accordingly. Drop the option. Signed-off-by: Patrick Steinhardt Signed-off-by: Junio C Hamano --- diff --git a/config.mak.dev b/config.mak.dev index 8eca7fa228..0fd8cc4d35 100644 --- a/config.mak.dev +++ b/config.mak.dev @@ -53,7 +53,6 @@ ifeq ($(filter extra-all,$(DEVOPTS)),) # These are disabled because we have these all over the place. DEVELOPER_CFLAGS += -Wno-empty-body DEVELOPER_CFLAGS += -Wno-missing-field-initializers -DEVELOPER_CFLAGS += -Wno-sign-compare endif endif