[issue19986] ‘mpd_del’ discards qualifiers from pointer target type

2013-12-15 Thread Christian Heimes
New submission from Christian Heimes: One buildbot is emitting a warning: Modules/_decimal/libmpdec/mpdecimal.c:4438: warning: passing argument 1 of ‘mpd_del’ discards qualifiers from pointer target type

[issue19986] ‘mpd_del’ discards qualifiers from pointer target type

2013-12-15 Thread Stefan Krah
Stefan Krah added the comment: I agree that warnings are annoying, but I'm not sure what to do with this one: It's wrong and only occurs with fairly old gcc versions. My feeling was that pragmas are overkill for relatively old compilers. -- nosy: +skrah

[issue19986] ‘mpd_del’ discards qualifiers from pointer target type

2013-12-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 274b293435fb by Stefan Krah in branch '3.3': Issue #19986: Avoid an incorrect warning of older gcc versions. http://hg.python.org/cpython/rev/274b293435fb -- nosy: +python-dev ___ Python tracker

[issue19986] ‘mpd_del’ discards qualifiers from pointer target type

2013-12-15 Thread Stefan Krah
Changes by Stefan Krah stefan-use...@bytereef.org: -- resolution: - fixed stage: needs patch - committed/rejected status: open - closed type: compile error - enhancement ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19986