Skip to content

Commit 909e663

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 <johannes.schindelin@gmx.de>
2 parents 71f8492 + da87b58 commit 909e663

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1420,7 +1420,7 @@ ARFLAGS = rcs
14201420
PTHREAD_CFLAGS =
14211421

14221422
# For the 'sparse' target
1423-
SPARSE_FLAGS ?= -std=gnu99
1423+
SPARSE_FLAGS ?= -std=gnu99 -D__STDC_NO_VLA__
14241424
SP_EXTRA_FLAGS =
14251425

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

0 commit comments

Comments
 (0)