app-emulation/lxc: disable -Werror, fixes build failure on gcc-7.1

On gcc-7.1 build fails as a result of both more warnings from gcc
(implicit fallthrough) and a format truncation gcc bug:
    https://gcc.gnu.org/PR78969#c4

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Sergei Trofimovich
2017-05-29 11:36:33 +01:00
parent 5a74732029
commit fa4a0054f7

View File

@@ -132,6 +132,7 @@ src_configure() {
--with-distro=gentoo \
--with-runtime-path=/run \
--disable-apparmor \
--disable-werror \
$(use_enable cgmanager) \
$(use_enable doc) \
$(use_enable examples) \