I've got some code written by someone else, which has g++ -W -Wall foobar.ccgcc is not indicting -W is an unknown option. The gcc documentation says -w (lower case) is to suppress all warnings, but I can't find -W (upper case) documented.
Dave
I've got some code written by someone else, which has g++ -W -Wall foobar.ccgcc is not indicting -W is an unknown option. The gcc documentation says -w (lower case) is to suppress all warnings, but I can't find -W (upper case) documented.
Dave