libomxil-bellagio-0.9.3-gcc46.patch 516 B

12345678910111213
  1. diff -Nuar a/configure.ac b/configure.ac
  2. --- a/configure.ac 2020-01-14 22:24:39.000000000 +0300
  3. +++ b/configure.ac 2020-01-14 22:17:15.664924409 +0300
  4. @@ -5,7 +5,7 @@
  5. AC_PREREQ([2.59])
  6. AC_CONFIG_HEADERS([config.h])
  7. -CFLAGS="${CFLAGS} -Wall"
  8. +CFLAGS="${CFLAGS} -Wall -Werror -Wno-error=unused-but-set-variable -Wno-error=unused-but-set-parameter"
  9. ################################################################################
  10. # Set the shared versioning info, according to section 6.3 of the libtool info #