patch-waftools_detections_compiler_py 737 B

123456789101112131415
  1. $OpenBSD: patch-waftools_detections_compiler_py,v 1.1 2016/07/10 15:27:55 czarkoff Exp $
  2. --- waftools/detections/compiler.py.orig Fri Jul 8 14:14:10 2016
  3. +++ waftools/detections/compiler.py Fri Jul 8 14:14:33 2016
  4. @@ -41,9 +41,7 @@ def __add_generic_flags__(ctx):
  5. def __add_gcc_flags__(ctx):
  6. ctx.env.CFLAGS += ["-Wall", "-Wundef", "-Wmissing-prototypes", "-Wshadow",
  7. "-Wno-switch", "-Wparentheses", "-Wpointer-arith",
  8. - "-Wno-pointer-sign",
  9. - # GCC bug 66425
  10. - "-Wno-unused-result"]
  11. + "-Wno-pointer-sign"]
  12. def __add_clang_flags__(ctx):
  13. ctx.env.CFLAGS += ["-Wno-logical-op-parentheses", "-fcolor-diagnostics",