A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2000-October/009939.html below:

[Python-Dev] warnings --with-pydebug

[Python-Dev] warnings --with-pydebug [Python-Dev] warnings --with-pydebugJeremy Hylton jeremy@beopen.com
Fri, 13 Oct 2000 19:11:10 -0400 (EDT)
If you configure using '--with-pydebug' you get a lot of compile-time
warnings. 

../../Python/ceval.c: In function `eval_code2':
../../Python/ceval.c:672: warning: value computed is not used
../../Python/ceval.c:675: warning: value computed is not used
../../Python/ceval.c:678: warning: value computed is not used
../../Python/ceval.c:680: warning: value computed is not used
../../Python/ceval.c:681: warning: value computed is not used
[etc.]

I assume these are caused by the definition of Py_INCREF
#define Py_INCREF(op) (_Py_RefTotal++, (op)->ob_refcnt++)

Is there some way to change this macro so that the warnings are
silenced? 

Jeremy



RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4