mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
TESTS: Fix clang++ warning
./test/common/md5.h:17:3: warning: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Wstring-concatenation] "345678901234567890"
This commit is contained in:
parent
9f258474bc
commit
407902599e
@ -13,8 +13,8 @@ static const char *md5_test_string[] = {
|
||||
"message digest",
|
||||
"abcdefghijklmnopqrstuvwxyz",
|
||||
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",
|
||||
"12345678901234567890123456789012345678901234567890123456789012" \
|
||||
"345678901234567890"
|
||||
("12345678901234567890123456789012345678901234567890123456789012"
|
||||
"345678901234567890")
|
||||
};
|
||||
|
||||
static const char *md5_test_digest[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user