Skip to content

Commit d5b8a70

Browse files
committed
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 headers
2 parents 683c54c + da87b58 commit d5b8a70

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
@@ -1409,7 +1409,7 @@ ARFLAGS = rcs
14091409
PTHREAD_CFLAGS =
14101410

14111411
# For the 'sparse' target
1412-
SPARSE_FLAGS ?= -std=gnu99
1412+
SPARSE_FLAGS ?= -std=gnu99 -D__STDC_NO_VLA__
14131413
SP_EXTRA_FLAGS =
14141414

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

0 commit comments

Comments
 (0)