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:50:45 +0000 (12:50 -0400)
commitaa422526252e6a5eb693c94a0d7f6599a100aeac
tree81d7fe35e07a186d7f15ffa849d18273bd9dd2c6
parent899225f87d9b5d51125af21525b64edcc71a5585
Mark braced-groups within expressions with __extension__

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>
urcu-bp.h
urcu-pointer.h
urcu/arch/ppc.h
urcu/compiler.h
urcu/static/urcu-pointer.h
urcu/system.h
This page took 0.026079 seconds and 4 git commands to generate.