Skip to content
Snippets Groups Projects
Commit 4ab8ed959947 authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Allow Python deprecation warnings for now

See libxml2 issue #208.
parent e906ad7a0b43
Branches
No related tags found
No related merge requests found
......@@ -27,7 +27,8 @@
gcc:python3:
extends: .test
variables:
CFLAGS: "-O2"
# TODO: Re-enable the warning after libxml2 #208 is fixed.
CFLAGS: "-O2 -Wno-error=deprecated-declarations"
PYTHON: "/usr/bin/python3"
gcc:static:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment