Skip to content

A somewhat hidden option to allow warnings when debugging (small MR)

username-removed-84494 requested to merge martin-t/warns into master

Now we can use QCCFLAGS_WERROR="" ./all compile -r without having to comment out (or do something even sillier like x=x which only silences the warns due to how primitive (Quake)C(++) is) unused variables when we just wanna quickly test an idea.

Edited by username-removed-84494

Merge request reports