Skip to content

Commit a0adb8b

Browse files
author
jackjansen
committed
Added a note about compiler warnings.
git-svn-id: http://svn.python.org/projects/python/trunk@25204 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent ea754c2 commit a0adb8b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Mac/Demo/building.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,10 @@ <H2>Building the PPC interpreter</H2>
332332
Fullbuild does this for you, and the Atmp files is also how ConfigurePythonCarbon
333333
and ConfigurePythonClassic work their magic. <p>
334334

335+
You will get about 100 warnings on "missing prototype" for the various module init
336+
routines, ignore these. You will also get numerous warnings on functions from GUSI which
337+
override functions from MSL, ignore these too. <p>
338+
335339
For completeness sake here is a breakdown of the projects:
336340

337341
<DL>

0 commit comments

Comments
 (0)