mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +01:00
439e2e3fc2
Some flags do nothing but generate dozens of warnings later, add '-Werror' during testing to catch those early. Main culprit is '-fvisibility-inlines-hidden' which is invalid for C files