[pypy-commit] pypy default: Silence a warning.

arigo noreply at buildbot.pypy.org
Sat Jun 18 10:25:05 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r44992:74e09a87f776
Date: 2011-06-18 09:51 +0200
http://bitbucket.org/pypy/pypy/changeset/74e09a87f776/

Log:	Silence a warning.

diff --git a/pypy/translator/c/src/main.h b/pypy/translator/c/src/main.h
--- a/pypy/translator/c/src/main.h
+++ b/pypy/translator/c/src/main.h
@@ -79,6 +79,7 @@
     fprintf(stderr, "Fatal error during initialization: %s\n", errmsg);
 #endif
     abort();
+    return 1;
 }
 
 int PYPY_MAIN_FUNCTION(int argc, char *argv[])


More information about the pypy-commit mailing list