Skip to content

Commit ad810bf

Browse files
committed
Merge branch 'dd/sparse-glibc-workaround'
This is Exhibit A to make the case that maintenance is always required, a software is never "done". Signed-off-by: Johannes Schindelin <[email protected]>
2 parents 16d82dc + da87b58 commit ad810bf

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
@@ -1418,7 +1418,7 @@ ARFLAGS = rcs
14181418
PTHREAD_CFLAGS =
14191419

14201420
# For the 'sparse' target
1421-
SPARSE_FLAGS ?= -std=gnu99
1421+
SPARSE_FLAGS ?= -std=gnu99 -D__STDC_NO_VLA__
14221422
SP_EXTRA_FLAGS =
14231423

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

0 commit comments

Comments
 (0)