Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Sep 2018 14:01:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 231073] lang/python27: consumers cannot build with Clang in C++17 mode
Message-ID:  <bug-231073-21822-RFue5QLxY2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231073-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-231073-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231073

--- Comment #2 from Jan Beich <jbeich@FreeBSD.org> ---
GCC doesn't turn -Wregister into -Werror by default. Warnings in dependenci=
es
can be silenced via -isystem[1] but, unfortunately, "python2.7-config --cfl=
ags"
uses -I instead of -isystem.

[1] https://gcc.gnu.org/onlinedocs/cpp/System-Headers.html

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231073-21822-RFue5QLxY2>