Ticket #300 (WontFix)Sat Oct 15 07:48:59 UTC 2011
cc 5.69 warns against a switch which is redundant
Reported by: | Sprow (202) | Severity: | Normal |
Part: | RISC OS: C/C++ toolchain | Release: | |
Milestone: | Status | WontFix |
Details by Sprow (202):
Command line -ws is now referred to in the manual as “redundant” since static initialisers are allowed in modules apparently.
However, use of this switch shouldn’t result in a face full of warnings since the warning is useful when compiling the same source with older tools.
So redundant warning -> switch has no effect -> don’t mention it.
Changelog:
Modified by Sprow (202) Sat, February 06 2016 - 21:49:00 GMT
- Status changed from Open to WontFix
Having tried a few other unimplemented switches (eg. -Wi), turns out they all warn about unknown switches, it’s not specific to -Ws, so quite reasonable.