# Check supported compiler flags used in testrunner.sh
TEST_EXTRA_CFLAGS="-Werror=init-self \
-Werror=implicit \
+-Werror=implicit-fallthrough \
-Werror=pointer-arith \
-Werror=redundant-decls \
-Werror=return-type \
-Werror=int-to-pointer-cast \
-Werror=pointer-to-int-cast \
-Werror=compare-distinct-pointer-types \
+-Werror=empty-body \
-Wformat=2 \
-Werror=format-security \
-Werror=format-nonliteral \
-Werror=duplicated-cond \
-Werror=declaration-after-statement \
-Werror=maybe-uninitialized \
+-Werror=missing-braces \
+-Werror=missing-declarations \
-Werror=missing-prototypes \
-Werror=strict-prototypes \
+-Werror=address \
-Werror=array-bounds \
-Werror=enum-conversion"