[Bug c/19090] Non-useful warnings included in -Wall

2005-01-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-18 13:56 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug c/19090] Non-useful warnings included in -Wall

2005-01-14 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-14 23:54 --- Patch here: . Confirmed. -- What|Removed |Added

[Bug c/19090] Non-useful warnings included in -Wall

2005-01-09 Thread ak at muc dot de
--- Additional Comments From ak at muc dot de 2005-01-10 02:39 --- Created an attachment (id=7915) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7915&action=view) Patch to add -Wno-pointer-sign This patch adds a new flag to disable this warning. With that the kernel compilation is

[Bug c/19090] Non-useful warnings included in -Wall

2004-12-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-20 14:56 --- http://gcc.gnu.org/ml/gcc/2003-10/msg00184.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19090

[Bug c/19090] Non-useful warnings included in -Wall

2004-12-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-20 14:46 --- This is useful warning as it is not really valid code without a cast. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19090