Skip to content

Commit 4df6c12

Browse files
committed
Merge branch 'dd/sparse-glibc-workaround'
Squelch false-positive from sparse. * dd/sparse-glibc-workaround: sparse: ignore warning from new glibc headers
2 parents 77d6ee5 + da87b58 commit 4df6c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@ ARFLAGS = rcs
14121412
PTHREAD_CFLAGS =
14131413

14141414
# For the 'sparse' target
1415-
SPARSE_FLAGS ?= -std=gnu99
1415+
SPARSE_FLAGS ?= -std=gnu99 -D__STDC_NO_VLA__
14161416
SP_EXTRA_FLAGS =
14171417

14181418
# For informing GIT-BUILD-OPTIONS of the SANITIZE=leak,address targets

0 commit comments

Comments
 (0)