https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231073
--- Comment #2 from Jan Beich <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
