Commit 9185981d by Nicolas Capens

Add suggested braces for subobject initialization.

Bug 15387371 Change-Id: I771b6e9f30669aade18eba8b3749fcb71ae8ef97 Reviewed-on: https://swiftshader-review.googlesource.com/4501Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarNicolas Capens <capn@google.com>
parent e5284ac9
...@@ -220,7 +220,7 @@ namespace sw ...@@ -220,7 +220,7 @@ namespace sw
} }
} }
bool interpolant[MAX_INPUT_VARYINGS][4] = {false}; // Interpolants in use bool interpolant[MAX_INPUT_VARYINGS][4] = {{false}}; // Interpolants in use
for(unsigned int i = 0; i < instruction.size(); i++) for(unsigned int i = 0; i < instruction.size(); i++)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment