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:51 +0000 (12:50 -0400)
commit20da51e457e3e6a70141ccb40c911d44815f7f63
tree9a3d324bd49a709faeee3e16d6625804465e52bf
parent1f80e0f9f697b6a1d77cf493900013d0d0684b86
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.026364 seconds and 4 git commands to generate.