summaryrefslogtreecommitdiff
path: root/ci/build-check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/build-check.sh')
-rwxr-xr-xci/build-check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build-check.sh b/ci/build-check.sh
index aed8ba7e..716052c1 100755
--- a/ci/build-check.sh
+++ b/ci/build-check.sh
@@ -25,7 +25,7 @@ if test -x /usr/bin/clang; then
if grep -q -e 'static inline.*_GLIB_AUTOPTR_LIST_FUNC_NAME' /usr/include/glib-2.0/glib/gmacros.h; then
echo 'Skipping clang check, see https://bugzilla.gnome.org/show_bug.cgi?id=796346'
else
- export CFLAGS="-Wall -Werror ${CFLAGS:-}"
+ export CFLAGS="-Wall -Werror -Wno-error=deprecated-declarations ${CFLAGS:-}"
git clean -dfx && git submodule foreach git clean -dfx
export CC=clang
build