New submission from Joannah Nanjekye <nanjekyejoan...@gmail.com>:

Please note the compile warning:

./pyconfig.h:1590: warning: "_POSIX_C_SOURCE" redefined
 #define _POSIX_C_SOURCE 200809L
 
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/string.h:26,
                 from /workspace/cpython/Modules/expat/xmltok.c:34:
/usr/include/features.h:295: note: this is the location of the previous 
definition
 # define _POSIX_C_SOURCE 199506L

There must be a way of avoiding this warning.

----------
components: Interpreter Core
messages: 363286
nosy: nanjekyejoannah
priority: normal
severity: normal
status: open
title: Possible unnecessary redifinition of _POSIX_C_SOURCE
type: compile error
versions: Python 3.9

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

Reply via email to