Commit cb55886e authored by Arthur Eubanks's avatar Arthur Eubanks Committed by Commit Bot

Add parentheses to appease -Wstring-concatenation

Bug: 1114873
Change-Id: I1d9fa0fc6577cd49db8d1b58f63cd72646a88531
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2385979
Auto-Submit: Arthur Eubanks <aeubanks@google.com>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Reviewed-by: default avatarVictor Miura <vmiura@chromium.org>
Commit-Queue: Victor Miura <vmiura@chromium.org>
Cr-Commit-Position: refs/heads/master@{#803935}
parent 23be5a02
...@@ -116,8 +116,8 @@ const char* acceptable_errors[] = { ...@@ -116,8 +116,8 @@ const char* acceptable_errors[] = {
// Uniform, const, input can't be modified // Uniform, const, input can't be modified
"can't modify a", "can't modify a",
"global variable initializers must be constant expressions", "global variable initializers must be constant expressions",
"must explicitly specify all locations when using multiple fragment " ("must explicitly specify all locations when using multiple fragment "
"outputs", "outputs"),
}; };
// Filter errors which we don't think interfere with fuzzing everything. // Filter errors which we don't think interfere with fuzzing everything.
......
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