Skip to content

Commit 4f9264b

Browse files
pks-tgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 41f43b8 commit 4f9264b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config.mak.dev

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ ifeq ($(filter extra-all,$(DEVOPTS)),)
5353
# These are disabled because we have these all over the place.
5454
DEVELOPER_CFLAGS += -Wno-empty-body
5555
DEVELOPER_CFLAGS += -Wno-missing-field-initializers
56-
DEVELOPER_CFLAGS += -Wno-sign-compare
5756
endif
5857
endif
5958

0 commit comments

Comments
 (0)