[Bug 231073] lang/python27: consumers cannot build with Clang in C++17 mode

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Sep 1 14:01:38 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231073

--- Comment #2 from Jan Beich <jbeich at 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.


More information about the freebsd-python mailing list