From: Christian Heimes Date: Mon, 22 Jul 2013 14:34:28 +0000 (+0200) Subject: Some compilers complain about 'control reaches end of non-void function' X-Git-Tag: v3.4.0a1~107 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b3902a20fa0f58b11824c2226c30f9cd0e71e88;p=thirdparty%2FPython%2Fcpython.git Some compilers complain about 'control reaches end of non-void function' because they don't understand that Py_FatalError() terminates the program. --- 7b3902a20fa0f58b11824c2226c30f9cd0e71e88