From: Jack Jansen Date: Wed, 30 Jan 2002 10:42:59 +0000 (+0000) Subject: Added a note about compiler warnings. X-Git-Tag: v2.3c1~6761 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7dd34b5e73637733277b35092ed7c5a834cc0d3;p=python Added a note about compiler warnings. --- diff --git a/Mac/Demo/building.html b/Mac/Demo/building.html index 986fdb6acf..d983461d76 100644 --- a/Mac/Demo/building.html +++ b/Mac/Demo/building.html @@ -332,6 +332,10 @@ and setting the filetype to APPL (with ResEdit or some such).

Fullbuild does this for you, and the Atmp files is also how ConfigurePythonCarbon and ConfigurePythonClassic work their magic.

+You will get about 100 warnings on "missing prototype" for the various module init +routines, ignore these. You will also get numerous warnings on functions from GUSI which +override functions from MSL, ignore these too.

+ For completeness sake here is a breakdown of the projects: