Changeset 301
- Timestamp:
- Nov 9, 2006, 9:47:29 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CMT/v1rc19/source/cmt_parser.cxx
r283 r301 1947 1947 if (tag == 0) continue; 1948 1948 1949 if (!Tag::check_tag_used (tag) && !Symbol::check_tag_used (tag) && !Cmt::get_disable_warnings ())1949 if (!Tag::check_tag_used (tag) && !Symbol::check_tag_used (tag) && Cmt::get_warnings ()) 1950 1950 { 1951 1951 cerr << "#CMT> The tag " << t << " is not used in any tag expression. Please check spelling" << endl; … … 1967 1967 } 1968 1968 1969 if (!Tag::check_tag_used (tag) && !Symbol::check_tag_used (tag) && !Cmt::get_disable_warnings ())1969 if (!Tag::check_tag_used (tag) && !Symbol::check_tag_used (tag) && Cmt::get_warnings ()) 1970 1970 { 1971 1971 cerr << "#CMT> The CMTSITE value " << env << " is not used in any tag expression. Please check spelling" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.