dolphin/Source/UnitTests/Core
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
..
DSP Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
IOS UnitTests: quiet warnings 2020-08-16 15:17:11 -07:00
PowerPC/Jit64Common Turn format string issues into compile-time errors 2020-12-04 18:06:02 +01:00
CMakeLists.txt UnitTests: quiet warnings 2020-08-16 15:17:11 -07:00
CoreTimingTest.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
MMIOTest.cpp Merge Core/Config/Config.h into Common/Config/Config.h 2017-07-09 16:28:54 -07:00
PageFaultTest.cpp stop using g_jit outside of JitInterface 2018-12-15 01:58:58 +01:00