disable_werror_implicit_funtion_declaraction.patch 522 B

123456789101112
  1. diff -Nuar libostree-2018.8.orig/configure.ac libostree-2018.8/configure.ac
  2. --- libostree-2018.8.orig/configure.ac 2018-08-22 16:53:53.000000000 +0300
  3. +++ libostree-2018.8/configure.ac 2018-10-13 21:50:43.341668859 +0300
  4. @@ -35,7 +35,6 @@
  5. -Werror=empty-body \
  6. -Werror=strict-prototypes \
  7. -Werror=missing-prototypes \
  8. - -Werror=implicit-function-declaration \
  9. "-Werror=format=2 -Werror=format-security -Werror=format-nonliteral" \
  10. -Werror=pointer-arith -Werror=init-self \
  11. -Werror=missing-declarations \