Changeset 332


Ignore:
Timestamp:
Nov 20, 2006, 10:52:21 PM (18 years ago)
Author:
garonne
Message:

re-enabled warnings for unused tags

File:
1 edited

Legend:

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

    r331 r332  
    19481948      if (tag == 0) continue;
    19491949
    1950       if (!Tag::check_tag_used (tag) && !Symbol::check_tag_used (tag) && Cmt::get_warnings ())
     1950      if (!Tag::check_tag_used (tag) && !Symbol::check_tag_used (tag))
    19511951        {
    19521952          cerr << "#CMT> The tag " << t << " is not used in any tag expression. Please check spelling" << endl;
Note: See TracChangeset for help on using the changeset viewer.