From: Junio C Hamano Date: Fri, 10 Dec 2021 22:35:14 +0000 (-0800) Subject: Merge branch 'bc/require-c99' X-Git-Tag: v2.35.0-rc0~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d67fc4bf0ba;p=thirdparty%2Fgit.git Merge branch 'bc/require-c99' Weather balloon to break people with compilers that do not support C99. * bc/require-c99: git-compat-util: add a test balloon for C99 support --- d67fc4bf0ba89835c61efd1279c732fc640b3b2d diff --cc Makefile index d56c0e4aad,07902eb592..ed75ed422b --- a/Makefile +++ b/Makefile @@@ -1212,12 -1218,9 +1212,12 @@@ ARFLAGS = rc PTHREAD_CFLAGS = # For the 'sparse' target - SPARSE_FLAGS ?= + SPARSE_FLAGS ?= -std=gnu99 SP_EXTRA_FLAGS = -Wno-universal-initializer +# For informing GIT-BUILD-OPTIONS of the SANITIZE=leak target +SANITIZE_LEAK = + # For the 'coccicheck' target; setting SPATCH_BATCH_SIZE higher will # usually result in less CPU usage at the cost of higher peak memory. # Setting it to 0 will feed all files in a single spatch invocation.