We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d80f36 commit 6182351Copy full SHA for 6182351
scripts.d/50-vvenc.sh
@@ -19,6 +19,9 @@ ffbuild_dockerbuild() {
19
if [[ "$CC" != *clang* ]]; then
20
export CFLAGS="$CFLAGS -fpermissive -Wno-error=uninitialized -Wno-error=maybe-uninitialized"
21
export CXXFLAGS="$CXXFLAGS -fpermissive -Wno-error=uninitialized -Wno-error=maybe-uninitialized"
22
+ else
23
+ export CFLAGS="$CFLAGS -Wno-error=deprecated-literal-operator"
24
+ export CXXFLAGS="$CXXFLAGS -Wno-error=deprecated-literal-operator"
25
fi
26
27
0 commit comments