xmlrpc-c-1.32.05-Wimplicit.patch 593 B

123456789101112131415161718192021
  1. --- a/common.mk
  2. +++ b/common.mk
  3. @@ -17,7 +17,7 @@
  4. # fully made.
  5. .DELETE_ON_ERROR:
  6. -GCC_WARNINGS = -Wall -W -Wno-uninitialized -Wundef -Wimplicit \
  7. +GCC_WARNINGS = -Wall -W -Wno-uninitialized -Wundef \
  8. -Wno-unknown-pragmas
  9. # We need -Wwrite-strings after we fix all the missing consts
  10. #
  11. @@ -27,7 +27,7 @@
  12. # on -Wuninitialized for all the others.
  13. GCC_C_WARNINGS = $(GCC_WARNINGS) \
  14. - -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes
  15. + -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wimplicit
  16. GCC_CXX_WARNINGS = $(GCC_WARNINGS) -Wsynth