Skip to content
Snippets Groups Projects
Commit 18d4151e authored by Emanuele Aina's avatar Emanuele Aina
Browse files

debian/rules: Make compiler warnings non-fatal


Explicitly set --disable-Werror to make the build succeed even if warnings are
emitted.

This avoid issues like new versions of the compiler introducing new warnings
and thus breaking the build even if no regression was introduced.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 2a08a779
No related branches found
No related tags found
1 merge request!4Fix -Werror failures and release 0.2019pre.0/0.2019pre.0-0co1
......@@ -11,6 +11,7 @@ include /usr/share/dpkg/default.mk
override_dh_auto_configure:
dh_auto_configure \
-- \
--disable-Werror \
--with-systemdsystemunitdir=/lib/systemd/system \
--enable-always-build-tests \
--enable-installed-tests \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment