[New-bugs-announce] [issue29946] compiler warning "sqrtpi defined but not used"

Xiang Zhang report at bugs.python.org
Thu Mar 30 04:28:04 EDT 2017


New submission from Xiang Zhang:

Ubuntu 16.10, GCC 6.2.0

/home/angwer/repos/cpython/Modules/mathmodule.c:74:21: warning: ‘sqrtpi’ defined but not used [-Wunused-const-variable=]
 static const double sqrtpi = 1.772453850905516027298167483341145182798;

----------
components: Build
messages: 290836
nosy: xiang.zhang
priority: normal
severity: normal
status: open
title: compiler warning "sqrtpi defined but not used"
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29946>
_______________________________________


More information about the New-bugs-announce mailing list