io.c: In function ‘word_to_string’: io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=] if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d io.c:333:31: case 20: EXTRACT_DIGIT(s, x, 10000000000000000000ULL, dot); /* GCOV_NOT_REACHED */ ~~~~ io.c:333:14: note: in expansion of macro ‘EXTRACT_DIGIT’ case 20: EXTRACT_DIGIT(s, x, 10000000000000000000ULL, dot); /* GCOV_NOT_REACHED */ ^~~~~~~~~~~~~ io.c:334:5: note: here case 19: EXTRACT_DIGIT(s, x, 1000000000000000000ULL, dot); ^~~~ io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=] if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d io.c:334:31: case 19: EXTRACT_DIGIT(s, x, 1000000000000000000ULL, dot); ~~~~ io.c:334:14: note: in expansion of macro ‘EXTRACT_DIGIT’ case 19: EXTRACT_DIGIT(s, x, 1000000000000000000ULL, dot); ^~~~~~~~~~~~~ io.c:335:5: note: here case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot); ^~~~ io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=] if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d io.c:335:31: case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot); ~~~~ io.c:335:14: note: in expansion of macro ‘EXTRACT_DIGIT’ case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot); ^~~~~~~~~~~~~ io.c:336:5: note: here case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot); ^~~~ io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=] if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d io.c:336:31: case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot); ~~~~ io.c:336:14: note: in expansion of macro ‘EXTRACT_DIGIT’ case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot); ^~~~~~~~~~~~~ io.c:337:5: note: here case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot); ^~~~ io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=] if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d io.c:337:31: case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot); ~~~~ io.c:337:14: note: in expansion of macro ‘EXTRACT_DIGIT’ case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot); ^~~~~~~~~~~~~ io.c:338:5: note: here case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot); ^~~~ io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=] if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d io.c:338:31: case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot); ~~~~ io.c:338:14: note: in expansion of macro ‘EXTRACT_DIGIT’ case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot); ^~~~~~~~~~~~~ io.c:339:5: note: here case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot); ^~~~ io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=] if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d io.c:339:31: case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot); ~~~~ io.c:339:14: note: in expansion of macro ‘EXTRACT_DIGIT’ case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot); ^~~~~~~~~~~~~ io.c:340:5: note: here case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot); ^~~~ io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=] if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d io.c:340:31: case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot); ~~~~ io.c:340:14: note: in expansion of macro ‘EXTRACT_DIGIT’ case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot); ^~~~~~~~~~~~~ io.c:341:5: note: here case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot); ^~~~ io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=] if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d io.c:341:31: case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot); ~~~~ io.c:341:14: note: in expansion of macro ‘EXTRACT_DIGIT’ case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot); ^~~~~~~~~~~~~ io.c:342:5: note: here case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot); ^~~~ io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=] if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d io.c:342:31: case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot); ~~~~ io.c:342:14: note: in expansion of macro ‘EXTRACT_DIGIT’ case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot); ^~~~~~~~~~~~~ io.c:344:5: note: here case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot); ^~~~ io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=] if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d io.c:344:31: case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot); ~~~~ io.c:344:14: note: in expansion of macro ‘EXTRACT_DIGIT’ case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot); ^~~~~~~~~~~~~ io.c:345:5: note: here case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot); ^~~~ io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=] if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d io.c:345:31: case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot); ~~~~ io.c:345:14: note: in expansion of macro ‘EXTRACT_DIGIT’ case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot); ^~~~~~~~~~~~~ io.c:346:5: note: here case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot); ^~~~ io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=] if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d io.c:346:31: case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot); ~~~~ io.c:346:14: note: in expansion of macro ‘EXTRACT_DIGIT’ case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot); ^~~~~~~~~~~~~ io.c:347:5: note: here case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot); ^~~~ io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=] if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d io.c:347:31: case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot); ~~~~ io.c:347:14: note: in expansion of macro ‘EXTRACT_DIGIT’ case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot); ^~~~~~~~~~~~~ io.c:348:5: note: here case 6: EXTRACT_DIGIT(s, x, 100000UL, dot); ^~~~ io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=] if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d io.c:348:31: case 6: EXTRACT_DIGIT(s, x, 100000UL, dot); ~~~~ io.c:348:14: note: in expansion of macro ‘EXTRACT_DIGIT’ case 6: EXTRACT_DIGIT(s, x, 100000UL, dot); ^~~~~~~~~~~~~ io.c:349:5: note: here case 5: EXTRACT_DIGIT(s, x, 10000UL, dot); ^~~~ io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=] if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d io.c:349:31: case 5: EXTRACT_DIGIT(s, x, 10000UL, dot); ~~~~ io.c:349:14: note: in expansion of macro ‘EXTRACT_DIGIT’ case 5: EXTRACT_DIGIT(s, x, 10000UL, dot); ^~~~~~~~~~~~~ io.c:350:5: note: here case 4: EXTRACT_DIGIT(s, x, 1000UL, dot); ^~~~ io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=] if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d io.c:350:31: case 4: EXTRACT_DIGIT(s, x, 1000UL, dot); ~~~~ io.c:350:14: note: in expansion of macro ‘EXTRACT_DIGIT’ case 4: EXTRACT_DIGIT(s, x, 1000UL, dot); ^~~~~~~~~~~~~ io.c:351:5: note: here case 3: EXTRACT_DIGIT(s, x, 100UL, dot); ^~~~ io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=] if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d io.c:351:31: case 3: EXTRACT_DIGIT(s, x, 100UL, dot); ~~~~ io.c:351:14: note: in expansion of macro ‘EXTRACT_DIGIT’ case 3: EXTRACT_DIGIT(s, x, 100UL, dot); ^~~~~~~~~~~~~ io.c:352:5: note: here case 2: EXTRACT_DIGIT(s, x, 10UL, dot); ^~~~ io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=] if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d io.c:352:31: case 2: EXTRACT_DIGIT(s, x, 10UL, dot); ~~~~ io.c:352:14: note: in expansion of macro ‘EXTRACT_DIGIT’ case 2: EXTRACT_DIGIT(s, x, 10UL, dot); ^~~~~~~~~~~~~ io.c:353:5: note: here default: if (s == dot) *s++ = '.'; *s++ = '0' + (char)x; ^~~~~~~ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY time: 0.000013