libsepol: fixup build with gcc-7
... by ignoring a newly detected warning.
This commit is contained in:
parent
e3bbc4a503
commit
16af7480d0
|
@ -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; {
|
||||
|
|
Loading…
Reference in New Issue