diff options
| author | Patrick Steinhardt <ps@pks.im> | 2024-12-06 11:27:20 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-12-06 20:20:02 +0900 |
| commit | 4f9264b0cdf588745ebd71638a216e626b89df35 (patch) | |
| tree | 91a7c4c8e356e107cdb7637f25b5357c60607fb0 | |
| parent | 41f43b8243f42b9df2e98be8460646d4c0100ad3 (diff) | |
| download | git-4f9264b0cdf588745ebd71638a216e626b89df35.tar.gz | |
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>
| -rw-r--r-- | config.mak.dev | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
