1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-28 17:47:00 +03:00

Allow Python deprecation warnings for now

See #208.
This commit is contained in:
Nick Wellnhofer 2022-08-26 15:10:06 +02:00
parent 4eca70e584
commit ebc04fec23

View File

@ -42,7 +42,8 @@ gcc:minimum:
gcc:python3:
extends: .test
variables:
CFLAGS: "-O2"
# TODO: Re-enable the warning after #208 is fixed.
CFLAGS: "-O2 -Wno-error=deprecated-declarations"
PYTHON: "/usr/bin/python3"
gcc:static: