New submission from Stéphane Wirtel <steph...@wirtel.be>:

env CC="/usr/bin/clang" CCX="/usr/bin/clang" ./configure > /dev/null ;and make 
-j 4 > /dev/null

./Modules/timemodule.c:113:13: warning: code will never be executed 
[-Wunreachable-code]
            PyErr_SetString(PyExc_OverflowError,
            ^~~~~~~~~~~~~~~
1 warning generated.

----------
components: Interpreter Core
messages: 338137
nosy: matrixise
priority: normal
severity: normal
status: open
title: Warning about a potential dead code in timemodule and Clang
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36330>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to