--- Comment #6 from pinskia at gcc dot gnu dot org 2006-01-29 03:34 ---
The options in 4.2.0 is "-Woverlength-strings"
Fixed by:
* c.opt: Add -W(no-)overlength-strings.
* doc/invoke.texi: Document it.
* c-opts.c (c_common_handle_option): -pedantic implies
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02
01:59 ---
Confirmed,
--
What|Removed |Added
Status|UNCONFIRMED |NEW
E
--- Additional Comments From mail at thorstenhau dot de 2005-01-23 20:18
---
That would be a workaround, not a solution. What I'm looking for is
-Wno-string-length.
I think it should be possible to diable any warning. Since you seem to see
-pedantic as one big heap I'll make this a feat
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-23
19:53 ---
You can use that to disable this warning for all sources by putting a #pragma
in a header that gets
included. There is no way to disable this warning at all (I assume you are
using -pedantic since that i
--- Additional Comments From mail at thorstenhau dot de 2005-01-23 19:49
---
I don't want to exclude warnings for a specific part of the code, but a specific
warning for all code.
--
What|Removed |Added
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-23
16:24 ---
That is because there is no support yet, see PR 9049 which I am closing this as
a dup of.
*** This bug has been marked as a duplicate of 9049 ***
--
What|Removed |Added