summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/OpenALStream.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2020-11-21 01:44:15 +0100
committerLéo Lam <leo@leolam.fr>2020-11-21 02:08:08 +0100
commit4b7f784d1bcf3a9eb660aaabafaacd80957d2de2 (patch)
treecc16873be057acbe163a5c43246ef72723d38efa /Source/Core/AudioCommon/OpenALStream.cpp
parentade9f92a63ca3c2f4146018ce0baacdd36328f77 (diff)
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.
Diffstat (limited to 'Source/Core/AudioCommon/OpenALStream.cpp')
0 files changed, 0 insertions, 0 deletions