obs-studio: add -Wno-error=deprecated-declarations due to build failure

This commit is contained in:
Fabián Heredia Montiel
2024-10-24 23:08:12 -06:00
parent 764384fc64
commit e1fb60b6d6
@@ -171,6 +171,7 @@ stdenv.mkDerivation (finalAttrs: {
];
env.NIX_CFLAGS_COMPILE = toString [
"-Wno-error=deprecated-declarations"
"-Wno-error=sign-compare" # https://github.com/obsproject/obs-studio/issues/10200
"-Wno-error=stringop-overflow="
];