[Bug c/67820] Move obscure warning about null pointers into prime time
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Dec 28 08:46:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67820
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
-Wall is used by default in Fedora at least when packages honor the rpm opt
flags they are provided:
%__global_cflags -O2 -g -pipe -Wall -Werror=format-security
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
--param=ssp-buffer-size=4 -grecord-gcc-switches %{_hardened_cflags}
-W/-Wextra is used only when the packages use it explicitly.
More information about the Gcc-bugs
mailing list