Disable -Wextra-semi as it breaks on GCC.
GCC only supports -Wextra-semi for Objective C and C++ code and emits a warning if it's used together with C. Together with -Werror this warning will cause the compilation to break with an error.
See: #40119 (closed)