Message9497
| Author |
jackjansen |
| Recipients |
| Date |
2002年03月04日.12:02:31 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
The 2.44 changes to objimpl.h, especially the "long double" bit, causes numerous warnings on Mac OS X (and possible on other gcc-based platforms). Maybe the suggestion of adding the -Wno-long-double option should be taken, maybe something else should be done (adding a config-based define for the type with the biggest alignment requirement?).
/Users/jack/src/python/Include/objimpl.h:275: warning: use of `long double' type; its size may change in a future release
/Users/jack/src/python/Include/objimpl.h:275: warning: (Long double usage is reported only once for each file.
/Users/jack/src/python/Include/objimpl.h:275: warning: To disable this warning, use -Wno-long-double.)
|
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 13:59:33 | admin | link | issue525481 messages |
| 2007年08月23日 13:59:33 | admin | create |
|