dolphin/Source/UnitTests
Léo Lam 585899dba3
Turn format string issues into compile-time errors
If the compiler can detect an issue with a format string at compile
time, then we should take advantage of that and turn the issue into a
hard compile-time error as such problems almost always lead to UB.

This helps with catching logging or assertion messages that have been
converted over to fmt but are still using the old, non-fmt variants
of the logging macros.

This commit also fixes all incorrect usages that I could find.
2020-12-04 18:06:02 +01:00
..
Common x64Emitter: Check end of allocated space when emitting code. 2020-08-24 19:31:32 +02:00
Core Turn format string issues into compile-time errors 2020-12-04 18:06:02 +01:00
VideoCommon UnitTests/VertexLoaderTest: Fix compilation on newer GTest versions 2018-06-12 14:59:57 +02:00
CMakeLists.txt CMakeLists: Link bochs in privately where applicable 2018-04-08 04:59:58 -04:00
StubHost.cpp Remove unused function Host_UpdateProgressDialog 2020-04-03 12:53:38 +02:00
UnitTests.vcxproj msbuild: re-enable standalone vcxproj processing 2020-08-22 16:17:50 -07:00
UnitTests.vcxproj.user msbuild: increment other version numbers to vs2017 equivalents 2017-06-03 18:20:39 -07:00