dolphin/Source
Léo Lam 4b7f784d1b
Disable -Wstringop-truncation warnings
Disable -Wstringop-truncation warnings as they result in many false
positives.

In most (all?) cases where std::strncpy is used, we want to fill the
entire buffer or match emulated code that also ignores the null
terminator, so the warnings are not useful.

Given that Dolphin itself mostly uses std::string, they do not
really help catch any bugs.
2020-11-21 02:08:08 +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 Merge pull request #9091 from shuffle2/pch 2020-10-29 21:29:28 +01:00
UnitTests
VSProps
.clang-format
CMakeLists.txt Disable -Wstringop-truncation warnings 2020-11-21 02:08:08 +01:00
dolphin-emu.sln