Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
5.4.0
-
None
Description
gcc compiler complains about assignments withing a test expression
do {
} while (next = strtok_r(NULL, seps, &saveptr));