We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f24ad8d + 4985136 commit 590d1b7Copy full SHA for 590d1b7
python/Makefile
@@ -2,7 +2,7 @@
2
all: ext3
3
4
ext3: _tskitmodule.c
5
- CFLAGS="-std=c99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-missing-field-initializers" \
+ CFLAGS="-std=c99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type" \
6
python3 setup.py build_ext --inplace
7
8
ext2: _tskitmodule.c
0 commit comments