[Bug c/86377] extern int errno; is treated as buggy function declaration [-Werror=strict-prototypes]
egallager at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jul 2 20:37:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86377
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |egallager at gcc dot gnu.org
--- Comment #7 from Eric Gallager <egallager at gcc dot gnu.org> ---
Generally you're not supposed to use -Werror with configure scripts like that;
configure scripts are supposed to set -Werror themselves only once it's safe to
do so
More information about the Gcc-bugs
mailing list