"Parser/tokenizer.c", line 448: warning(1110): statement is unreachable break; ^ "Parser/tokenizer.c", line 459: warning(1110): statement is unreachable break; ^ "Parser/tokenizer.c", line 470: warning(1110): statement is unreachable break; ^ "Objects/methodobject.c", line 142: warning(1048): cast between pointer-to-object and pointer-to-function y = _Py_HashPointer((void*)(a->m_ml->ml_meth)); ^ "Objects/unicodeobject.c", line 674: warning(1110): statement is unreachable break; ^ "Objects/unicodeobject.c", line 679: warning(1110): statement is unreachable break; ^ "Objects/unicodeobject.c", line 743: warning(1110): statement is unreachable break; ^ "Python/ceval.c", line 2108: warning(1110): statement is unreachable break; ^ "Python/dynload_shlib.c", line 72: warning(1048): cast between pointer-to-object and pointer-to-function p = (dl_funcptr) dlsym(handles[i].handle, ^ "Python/dynload_shlib.c", line 99: warning(1048): cast between pointer-to-object and pointer-to-function p = (dl_funcptr) dlsym(handle, funcname); ^ "Modules/signalmodule.c", line 337: warning(1048): cast between pointer-to-object and pointer-to-function x = DefaultHandler = PyLong_FromVoidPtr((void *)SIG_DFL); ^ "Modules/signalmodule.c", line 341: warning(1048): cast between pointer-to-object and pointer-to-function x = IgnoreHandler = PyLong_FromVoidPtr((void *)SIG_IGN); ^ "Modules/_sre.c", line 1121: warning(1110): statement is unreachable return SRE_ERROR_ILLEGAL; ^ "Modules/_sre.c", line 1121: warning(1110): statement is unreachable return SRE_ERROR_ILLEGAL; ^ "Python/compile.c", line 4254: warning(1110): statement is unreachable return 0; ^ "Python/compile.c", line 5182: warning(1110): statement is unreachable goto loop; ^ "Modules/pcremodule.c", line 261: warning(1110): statement is unreachable break; ^ "Modules/pcremodule.c", line 334: warning(1110): statement is unreachable break; ^ "Modules/pcremodule.c", line 357: warning(1110): statement is unreachable break; ^ "Modules/pcremodule.c", line 413: warning(1110): statement is unreachable break; ^ "Modules/unicodedata.c", line 285: warning(1183): pointless comparison of unsigned integer with zero if (code < 0 || code >= 65536) ^ "Modules/mmapmodule.c", line 821: warning(1042): operand types are incompatible ("char *" and "void *") if (m_obj->data == (void *)-1) ^ "Modules/_cursesmodule.c", line 1308: warning(1110): statement is unreachable break; ^ "Modules/_cursesmodule.c", line 1328: warning(1110): statement is unreachable break; ^ "Modules/_cursesmodule.c", line 2479: warning(1048): cast between pointer-to-object and pointer-to-function PyCurses_API[1] = (void *)func_PyCursesSetupTermCalled; ^ "Modules/_cursesmodule.c", line 2480: warning(1048): cast between pointer-to-object and pointer-to-function PyCurses_API[2] = (void *)func_PyCursesInitialised; ^ "Modules/_cursesmodule.c", line 2481: warning(1048): cast between pointer-to-object and pointer-to-function PyCurses_API[3] = (void *)func_PyCursesInitialisedColor; ^