You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: fix warning about suspicious concatenation of string literals
With clang (MacOS 11) We were getting:
error: suspicious concatenation of string literals in an array initialization;
note: place parentheses around the string literal to silence warning
So, do so.
Signed-off-by: Robin Getz <[email protected]>
0 commit comments