summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-03-05 21:06:27 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-03-05 21:20:34 +0000
commit879e8364af5db9488d5ec6ea635ef0dfa42b54ef (patch)
treea18421eb27ef4fb88a8124a512749f4fb9c3d43d /Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp
parent0478ce72f5e0e70770c0ae6737f167169b08bc08 (diff)
Source/Core/Core/DSP/DSPTables.cpp: include <cstdio> for sprintf
Without included header build fails on gcc-10 as: ``` [ 52%] Building CXX object Source/Core/Core/CMakeFiles/core.dir/DSP/DSPTables.cpp.o ../../../../Source/Core/Core/DSP/DSPTables.cpp: In function 'const char* DSP::pdname(u16)': ../../../../Source/Core/Core/DSP/DSPTables.cpp:492:3: error: 'sprintf' was not declared in this scope 492 | sprintf(tmpstr, "0x%04x", val); | ^~~~~~~ ``` Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp')
0 files changed, 0 insertions, 0 deletions