From: Luca Boccassi Date: Wed, 25 Mar 2015 19:39:00 +0000 (+0000) Subject: Mark braced-groups within expressions with __extension__ X-Git-Tag: v0.9.0~63 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=1b85da854e5f034224ea208d96d6ed9d709e7976;hp=1b85da854e5f034224ea208d96d6ed9d709e7976 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 Signed-off-by: Mathieu Desnoyers ---