summaryrefslogtreecommitdiffstats
path: root/remote.c
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2024-12-06 11:27:17 +0100
committerJunio C Hamano <gitster@pobox.com>2024-12-06 12:20:01 +0100
commit6e1d0ce47014f2d8434c54ef70dc9b43602652a5 (patch)
tree6170faf597a5140aeda91725d205c930bbd0b416 /remote.c
parentgit-compat-util: introduce macros to disable "-Wsign-compare" warnings (diff)
downloadgit-6e1d0ce47014f2d8434c54ef70dc9b43602652a5.tar.xz
git-6e1d0ce47014f2d8434c54ef70dc9b43602652a5.zip
compat/regex: explicitly ignore "-Wsign-compare" warnings
Explicitly ignore "-Wsign-compare" warnings in our bundled copy of the regcomp implementation. We don't use the macro introduced in the preceding commit because this code does not include "git-compat-util.h" in the first place. Note that we already directly use "#pragma GCC diagnostic ignored" in "regcomp.c", so it shouldn't be an issue to use it directly in the new spot, either. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'remote.c')
0 files changed, 0 insertions, 0 deletions