For gcc, make the default CFLAGS include -Wno-pointer-sign if the compiler
authorPeter Maydell <pmaydell@chiark.greenend.org.uk>
Sun, 29 Apr 2007 19:36:14 +0000 (19:36 +0000)
committerPeter Maydell <pmaydell@chiark.greenend.org.uk>
Sun, 29 Apr 2007 19:36:14 +0000 (19:36 +0000)
commit6e4254784c387c1e0c966e1977561d4bd05dfbd3
tree2f72ae744b7381209e7c4cae5d6d0f1c14ddc085
parent76b51b746c95647aceff29ab178eff496843f528
For gcc, make the default CFLAGS include -Wno-pointer-sign if the compiler
recognises it. gcc 4 now by default produces a large volume of these
warnings, which I believe are probably spurious and definitely a lot of
work to go through and fix. So we suppress them for now so that the other
warnings are more easily visible.
configure.in