diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-01-30 10:42:59 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-01-30 10:42:59 +0000 |
commit | 3925dde374e7698c9a1144f2b22feb3cc6092c12 (patch) | |
tree | d530feecb642a7dd13b2ac10afc9f87986894b59 /Mac/Demo | |
parent | ea75ee83e0fe1419517f9d478f0aabc1fb3c5212 (diff) | |
download | cpython-3925dde374e7698c9a1144f2b22feb3cc6092c12.tar.gz |
Added a note about compiler warnings.
Diffstat (limited to 'Mac/Demo')
-rw-r--r-- | Mac/Demo/building.html | 4 |
1 files changed, 4 insertions, 0 deletions
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). <p> Fullbuild does this for you, and the Atmp files is also how ConfigurePythonCarbon and ConfigurePythonClassic work their magic. <p> +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. <p> + For completeness sake here is a breakdown of the projects: <DL> |