Software Archive
Read-only legacy content

Doc error?

Intel_C_Intel
Employee
947 Views
This is a Cxx problem, but I couldn't get it in the Compilers forum except by posting it to the FORTRAN category. Sorry...

cxx compiler help states a possibility
/WARNINGS=ALL
but this is not accepted - DCL states an error
Is documenation in error?
How to get the same output as specified?

Willem Grooters
0 Kudos
4 Replies
Steven_L_Intel1
Employee
947 Views
Compaq C++ doesn't have a forum - yet...

The help says, to me, that you need to say /WARNINGS=ENABLE=ALL - that is, ALL is a subkeyword to the ENABLE and DISABLE keywords. This is not the same as for the FORTRAN command.

Steve
0 Kudos
Intel_C_Intel
Employee
947 Views
Steve,
/warnings=(enable=all) is something else - reversing /quiet for some idents, or reversing /warning=disable, accoring online help. Our problem is that "/warnings=all" is not accepted by DCL in the first place, but according the documenation it is a valid option.
0 Kudos
Steven_L_Intel1
Employee
947 Views
I don't see /WARNINGS=ALL in the help for C++. Where exactly are you reading this?

I'll find a C++ developer to help you...

Steve
0 Kudos
Steven_L_Intel1
Employee
947 Views
Ok, I think I understand now. WARNINGS=ALL is listed as one of the "options", but that means you need to say /WARNINGS=WARNINGS=ALL.

Steve
0 Kudos
Reply