webkitgtk24x: do not warn about expansion-to-defined

It fills the log.
This commit is contained in:
Orivej Desh 2018-09-09 13:56:58 +00:00
parent ab8f0aa476
commit 2a5fa8b016
1 changed files with 4 additions and 1 deletions

View File

@ -77,7 +77,10 @@ stdenv.mkDerivation rec {
"--disable-credential-storage"
];
NIX_CFLAGS_COMPILE = "-DU_NOEXCEPT=";
NIX_CFLAGS_COMPILE = [
"-DU_NOEXCEPT="
"-Wno-expansion-to-defined"
];
dontAddDisableDepTrack = true;