Skip to content

Disable -Wextra-semi as it breaks on GCC.

Alexander Færøy requested to merge ahf/tor:bugs/40119 into master

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)

Merge request reports