libsepol: fixup build with gcc-7

... by ignoring a newly detected warning.
This commit is contained in:
Vladimír Čunát 2017-11-12 09:39:50 +01:00
parent e3bbc4a503
commit 16af7480d0
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
makeFlagsArray+=("DESTDIR=$out")
'';
NIX_CFLAGS_COMPILE = [ "-Wno-error=implicit-fallthrough" ];
passthru = { inherit se_release se_url; };
meta = with stdenv.lib; {