Git fork

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>

authored by

Patrick Steinhardt and committed by
Junio C Hamano
4f9264b0 41f43b82

-1
-1
config.mak.dev
··· 53 53 # These are disabled because we have these all over the place. 54 54 DEVELOPER_CFLAGS += -Wno-empty-body 55 55 DEVELOPER_CFLAGS += -Wno-missing-field-initializers 56 - DEVELOPER_CFLAGS += -Wno-sign-compare 57 56 endif 58 57 endif 59 58