diff options
| author | Michael Biebl <biebl@debian.org> | 2011-05-24 00:46:34 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2011-05-24 00:46:34 +0200 |
| commit | f537c885beb1336d5d497d6261f2d2d8223a57e7 (patch) | |
| tree | abee86d634913b82784b7389bad5a7abf1acc87e | |
| parent | 5693a79538abc243028fc399e3a74311214ada7f (diff) | |
Revert "Enable gcc warnings"
This reverts commit 5693a79538abc243028fc399e3a74311214ada7f.
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 99ec4014..0ba1c806 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ override_dh_auto_configure: --with-iptables=/sbin/iptables \ --with-systemdsystemunitdir=/lib/systemd/system \ --with-crypto=gnutls \ - --enable-more-warnings \ + --disable-more-warnings \ --enable-introspection \ --with-docs |