summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL/ProgramShaderCache.cpp
diff options
context:
space:
mode:
authorcomex <comexk@gmail.com>2014-10-25 15:39:24 -0400
committercomex <comexk@gmail.com>2014-10-25 15:39:24 -0400
commita9f9e81330792188ef984cb5905f7fe1df9ed093 (patch)
treec139852e3d1f46745cdc3289f57addc1b7ad26c3 /Source/Core/VideoBackends/OGL/ProgramShaderCache.cpp
parente51676fdf10f2273ecc52fad468d999d33b49bcd (diff)
Use double braces for std:array initialization to avoid clang warning.
std::array does not have an initializer list constructor, instead (for some reason) being defined to contain one public array member, allowing it to be directly initialized. Thus the most explicit way to initialize it is with two braces, one for the struct and one for the array. C++ allows the second pair of braces to be omitted, but clang complains about it.
Diffstat (limited to 'Source/Core/VideoBackends/OGL/ProgramShaderCache.cpp')
0 files changed, 0 insertions, 0 deletions