webkitgtk24x: do not warn about expansion-to-defined
It fills the log.
This commit is contained in:
parent
ab8f0aa476
commit
2a5fa8b016
@ -77,7 +77,10 @@ stdenv.mkDerivation rec {
|
|||||||
"--disable-credential-storage"
|
"--disable-credential-storage"
|
||||||
];
|
];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-DU_NOEXCEPT=";
|
NIX_CFLAGS_COMPILE = [
|
||||||
|
"-DU_NOEXCEPT="
|
||||||
|
"-Wno-expansion-to-defined"
|
||||||
|
];
|
||||||
|
|
||||||
dontAddDisableDepTrack = true;
|
dontAddDisableDepTrack = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user