mirror of
https://github.com/git/git.git
synced 2025-02-06 10:03:06 +00:00
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 <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
41f43b8243
commit
4f9264b0cd
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user