[issue1616] compiler warnings

2019-05-14 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Because this issue is very long and we stopped to use the version 2.x of Gcc, and migrated to a newer verson, I close this issue. Feel free to re-open it in the future or fill a new issue. -- nosy: +matrixise resolution: -> out of date stage: needs

[issue1616] compiler warnings

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue1616] compiler warnings

2011-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset f24352b0df86 by Benjamin Peterson in branch 'default': merge 3.2 (#1616) http://hg.python.org/cpython/rev/f24352b0df86 -- nosy: +python-dev ___ Python tracker

[issue1616] compiler warnings

2011-09-05 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: I see this in quite a few of the buildbots: (python 3.2) ./Modules/_io/iobase.c:707: warning: initialization from incompatible pointer type Seems to affect all current versions: 2.7, 3.2 and 3.x -- nosy: +jcea versions: +Python 3.3

[issue1616] compiler warnings

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: How many warnings are we now getting on the buildbots? -- nosy: +BreamoreBoy versions: -Python 2.6 ___ Python tracker ___ __

[issue1616] compiler warnings

2010-03-12 Thread Ezio Melotti
Ezio Melotti added the comment: There are also a few issues related to compiler warnings: #7225: about other warnings in object.c, marshal.c, signalmodule.c; #4500: about other warnings in object.c, marshal.c, main.c; #4370: about "unknown conversion type character `z' in format" (with patch); #

[issue1616] compiler warnings

2010-03-12 Thread Ezio Melotti
Ezio Melotti added the comment: And this is the list for 3.x: http://www.python.org/dev/buildbot/builders/x86%20XP-4%203.x http://www.python.org/dev/buildbot/builders/x86%20XP-5%203.x http://www.python.org/dev/buildbot/builders/x86%20Windows7%203.x 7>..\Modules\zlib\gzio.c(131) : warning C4996:

[issue1616] compiler warnings

2010-03-12 Thread Ezio Melotti
Ezio Melotti added the comment: After fixing some warning on _cursesmodule.c in r78900 I found this issue and generated an updated list of all the warnings on trunk on the buildbots. When two or more buildbots had the same warnings I grouped them together, showing the url of the buildbot firs

[issue1616] compiler warnings

2008-08-05 Thread Guido van Rossum
Guido van Rossum <[EMAIL PROTECTED]> added the comment: Let someone else review this. -- assignee: gvanrossum -> priority: critical -> normal ___ Python tracker <[EMAIL PROTECTED]> __

[issue1616] compiler warnings

2008-07-30 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Is this still a problem? ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list

[issue1616] compiler warnings

2008-03-22 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: While we're at it, see 2388. -- nosy: +benjamin.peterson __ Tracker <[EMAIL PROTECTED]> __

[issue1616] compiler warnings

2008-03-17 Thread Guido van Rossum
Guido van Rossum <[EMAIL PROTECTED]> added the comment: Let's make this a catch-all bug to remind us to ensure the build is warning-free on as many platforms as possible. -- priority: low -> critical title: compiler warnings (gcc 2.96) -> compiler warnings versions: +Python 2.6, Python 3

[issue1616] compiler warnings (gcc 2.96)

2008-01-12 Thread Guido van Rossum
Changes by Guido van Rossum: -- status: pending -> open __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue1616] compiler warnings (gcc 2.96)

2008-01-12 Thread Guido van Rossum
Guido van Rossum added the comment: With a newer compiler (GCC 4.0.1 on OSX 10.5.1) I still get some warnings: /Users/guido/p25/Modules/_ctypes/libffi/src/x86/ffi_darwin.c:220: warning: function declaration isn’t a prototype /Users/guido/p25/Modules/readline.c: In function ‘flex_complete’: /Use

[issue1616] compiler warnings (gcc 2.96)

2008-01-11 Thread Christian Heimes
Christian Heimes added the comment: 2.96 is ancient and I don't see those warnings with 4.x series. Can I close this bug? -- components: +Build nosy: +tiran status: open -> pending __ Tracker <[EMAIL PROTECTED]>

[issue1616] compiler warnings (gcc 2.96)

2007-12-13 Thread Guido van Rossum
New submission from Guido van Rossum: I figured this would be useful: /home/guido/p25/Modules/_ctypes/libffi/src/x86/ffi.c:177: warning: function declaration isn't a prototype /home/guido/p25/Modules/_ctypes/libffi/src/x86/ffi.c:194: warning: function declaration isn't a prototype /home/guido/p2