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