Merge branch 'dd/sparse-glibc-workaround' into maint-2.49
Squelch false-positive from sparse. * dd/sparse-glibc-workaround: sparse: ignore warning from new glibc headersmaint
commit
d5b8a70db1
2
Makefile
2
Makefile
|
@ -1409,7 +1409,7 @@ ARFLAGS = rcs
|
||||||
PTHREAD_CFLAGS =
|
PTHREAD_CFLAGS =
|
||||||
|
|
||||||
# For the 'sparse' target
|
# For the 'sparse' target
|
||||||
SPARSE_FLAGS ?= -std=gnu99
|
SPARSE_FLAGS ?= -std=gnu99 -D__STDC_NO_VLA__
|
||||||
SP_EXTRA_FLAGS =
|
SP_EXTRA_FLAGS =
|
||||||
|
|
||||||
# For informing GIT-BUILD-OPTIONS of the SANITIZE=leak,address targets
|
# For informing GIT-BUILD-OPTIONS of the SANITIZE=leak,address targets
|
||||||
|
|
Loading…
Reference in New Issue