From: Peter Maydell Date: Sun, 29 Apr 2007 19:36:14 +0000 (+0000) Subject: For gcc, make the default CFLAGS include -Wno-pointer-sign if the compiler X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/6e4254784c387c1e0c966e1977561d4bd05dfbd3?ds=inline;hp=6e4254784c387c1e0c966e1977561d4bd05dfbd3 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. ---