Changeset 301


Ignore:
Timestamp:
Nov 9, 2006, 9:47:29 AM (19 years ago)
Author:
garonne
Message:

remove print by warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/v1rc19/source/cmt_parser.cxx

    r283 r301  
    19471947      if (tag == 0) continue;
    19481948
    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 ())
    19501950        {
    19511951          cerr << "#CMT> The tag " << t << " is not used in any tag expression. Please check spelling" << endl;
     
    19671967    }
    19681968
    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 ())
    19701970    {
    19711971      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.