e5529933b2
The purpose of the FIELD_NAME_STR() macro is to create a string literal by using the # preprocessing operator and then skip the first 5 chars of this string by using the +5 pointer arithmetic. This is all intentional, but if the parentheses are misplaced the compiler might think that this is a mistake, a failed string concatenation (-Wstring-plus-int). |
||
---|---|---|
.. | ||
cintltst | ||
compat | ||
depstest | ||
fuzzer | ||
hdrtst | ||
intltest | ||
iotest | ||
letest | ||
perf | ||
testdata | ||
testmap | ||
thaitest | ||
Makefile.in |