]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Makefile
Merge branch 'bc/sha-256-part-2'
[thirdparty/git.git] / Makefile
index 90aa329eb7836824a7a45383e4b5b157124d815c..372139f1f244824e23684ce95e371d63244de48e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1186,7 +1186,7 @@ PTHREAD_CFLAGS =
 
 # For the 'sparse' target
 SPARSE_FLAGS ?=
-SP_EXTRA_FLAGS =
+SP_EXTRA_FLAGS = -Wno-universal-initializer
 
 # For the 'coccicheck' target; setting SPATCH_BATCH_SIZE higher will
 # usually result in less CPU usage at the cost of higher peak memory.