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/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231073 --- Comment #2 from Jan Beich <jbeich@FreeBSD.org> --- GCC doesn't turn -Wregister into -Werror by default. Warnings in dependencies can be silenced via -isystem[1] but, unfortunately, "python2.7-config --cflags" uses -I instead of -isystem. [1] https://gcc.gnu.org/onlinedocs/cpp/System-Headers.html -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231073-21822-RFue5QLxY2>
