Skip to content

Commit 590d1b7

Browse files
Merge pull request #109 from tskit-dev/compiler_flag
avoid errors in gcc 8.2.0
2 parents f24ad8d + 4985136 commit 590d1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
all: ext3
33

44
ext3: _tskitmodule.c
5-
CFLAGS="-std=c99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-missing-field-initializers" \
5+
CFLAGS="-std=c99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type" \
66
python3 setup.py build_ext --inplace
77

88
ext2: _tskitmodule.c

0 commit comments

Comments
 (0)