- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
/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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
I'll find a C++ developer to help you...
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Steve
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page