Changes of Revision 47

vlc-beta.spec Changed
x
 
1
@@ -287,6 +287,7 @@
2
 test -x "$(type -p gcc-8)" && export BUILDCC="$_"
3
 test -x "$(type -p gcc-8)" && export CC="$_"
4
 test -x "$(type -p g++-8)" && export CXX="$_"
5
+CFLAGS='%{optflags} -Wno-unused-variable -Wno-unused-parameter -Wno-deprecated-declarations -Wno-unused-but-set-variable'
6
 ./bootstrap
7
 %configure --help
8
 %configure \
9