Wednesday, 28 March 2012

Re: URGENT: please check your compilers

On 28/03/2012 23:51, Daniel Silverstone wrote:
> Hi,
>
> I want to inline a bunch of libwapcaplet in order to allow for greater
> efficiency throughout our codebase.
>

Works for me(tm):

$ gcc -pedantic -c test-braced-groups.c
/boot/home/test-braced-groups.c: In function `foo':
/boot/home/test-braced-groups.c:3: warning: ANSI C forbids braced-groups
within expressions
$ gcc -c test-braced-groups.c
$ g++ -pedantic -c test-braced-groups.cpp
/boot/home/test-braced-groups.cpp: In function `int foo()':
/boot/home/test-braced-groups.cpp:3: warning: ANSI C++ forbids
braced-groups within expressions
$ g++ -c test-braced-groups.cpp
$

François.

No comments:

Post a Comment