summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/AudioCommon.cpp
diff options
context:
space:
mode:
authorJonathan Hamilton <jtrhamilton@gmail.com>2017-06-29 12:21:32 -0700
committerJonathan Hamilton <jtrhamilton@gmail.com>2017-06-29 12:21:32 -0700
commite66e0344198b1909aaebbc10c275ec9d6cc6ca09 (patch)
treea2b3b35999ecd9608a5a4468aab3ed1b776da5e5 /Source/Core/AudioCommon/AudioCommon.cpp
parentc29c1f92af12eed0c90fbf81dfb69dd47510a668 (diff)
Fix some GCC ODR warnings
struct GekkoOPTemplate was implemented differently in different compilation units, which breaks the ODR and could end up causing issues as symbols exported from one compilation unit could end up being used by another even if they have different implementations. This puts them in an anonymous namespace, restricting any generated symbols to the single compilation unit.
Diffstat (limited to 'Source/Core/AudioCommon/AudioCommon.cpp')
0 files changed, 0 insertions, 0 deletions