summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2020-11-25 18:59:47 +0100
committerLéo Lam <leo@leolam.fr>2020-12-04 18:06:02 +0100
commit585899dba39fdad6dd5875a96007d5b4f1bb41f7 (patch)
treee8ba13b95202a304c0e6b3aae086459951b40a7a /Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp
parenta34823df61df65168aa40ef5e82e44defd4a0138 (diff)
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.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp')
0 files changed, 0 insertions, 0 deletions