We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09fbc9 commit 9da0614Copy full SHA for 9da0614
1 file changed
.github/workflows/coverage.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Install PySCIPOpt
42
run: |
43
- export CFLAGS="-O0 -ggdb -Wall -Wextra -Werror" # Debug mode. More warnings. Warnings as errors.
+ export CFLAGS="-O0 -ggdb -Wall -Wextra -Werror -Wno-error=deprecated-declarations" # Debug mode. More warnings. Warnings as errors, but allow deprecated declarations.
44
python -m pip install . -v 2>&1 | tee build.log
45
grep -i "warning" build.log || true
46
0 commit comments