From: Michael Jeanson Date: Fri, 30 Nov 2018 19:28:51 +0000 (-0500) Subject: Add -Wextra to CFLAGS X-Git-Tag: v0.11.0~19 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=447c9339d4f21fe5bba1aa77eccc9f94745e6447;hp=447c9339d4f21fe5bba1aa77eccc9f94745e6447 Add -Wextra to CFLAGS Edited by Mathieu Desnoyers: Use /* fall through */ rather than __attribute__((fallthrough)) to stay compatible with clang and gcc < 7. The fallthrough attribute was introduced in gcc 7. Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---