On Wed, 28 Mar 2012 22:51:12 +0100, Daniel Silverstone wrote:
If everyone's okay with it, then I'll make the changes to the
libs (to disable
pedantic) and then make the wapcaplet change [which will require a full rebuild
because it's an ABI change of significant proportions]. I'd like to decide one
way or the other by the weekend, so can people please check and report to the
list their findings.
Perfectly happy here, same as you get:
9.RAM Disk:> gcc -pedantic -c test.c
test.c: In function 'foo':
test.c:3: warning: ISO C forbids braced-groups within expressions
9.RAM Disk:> gcc -c test.c
9.RAM Disk:> gcc --version
gcc (GCC) 4.2.4 (adtools build 20090118)
Chris