dolphin/Source
Léo Lam ade9f92a63
Enable extra warnings in Source CMakeLists, not in root CMakeLists
Having extra warnings enabled for everything including external
libraries produces an overwhelming amount of warnings in code that
isn't even part of our codebase.

Move the various warning flags to Source/CMakeLists.txt to get rid
of those useless warnings.

Note that the Source CMakeLists.txt is already where the MSVC warnings
are defined, so this commit improves consistency as well.
2020-11-21 00:59:17 +01:00
..
Android Android: Fix IllegalStateException on startup 2020-11-20 18:33:00 +01:00
Core Common: Assert that translatable strings use positional arguments 2020-11-20 20:24:30 +01:00
DSPSpy
DSPTool
PCH
UnitTests
VSProps
.clang-format
CMakeLists.txt Enable extra warnings in Source CMakeLists, not in root CMakeLists 2020-11-21 00:59:17 +01:00
dolphin-emu.sln