Mark braced-groups within expressions with __extension__
authorLuca Boccassi <lboccass@brocade.com>
Wed, 25 Mar 2015 19:39:00 +0000 (19:39 +0000)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 6 Apr 2015 16:37:36 +0000 (12:37 -0400)
Braced-groups within expressions are not valid ISO C, so
if a macro uses them and it's included in a project built
with -pedantic, the build will fail. GCC and CLANG do
support them as extension, so marking them as such allows
the build to complete even with -pedantic.

Signed-off-by: Luca Boccassi <lboccass@brocade.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

No differences found
This page took 0.025055 seconds and 4 git commands to generate.