Author: Armin Rigo <[email protected]>
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[])
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit