Changeset 611 for CMT/HEAD/source


Ignore:
Timestamp:
Apr 24, 2012, 10:15:51 AM (12 years ago)
Author:
rybkin
Message:

See C.L. 486

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/source/cmt_symbol.cxx

    r610 r611  
    895895      cmt_string& t = paths[j];
    896896
    897       if (!CmtSystem::test_directory (t))
    898           {
    899             if (CmtMessage::active (Verbose))
    900               CmtMessage::warning ("Non-existent directory " + t + " in " + name);
    901897            /*
     898        if (!CmtSystem::test_directory (t))
    902899              if (Cmt::get_warnings ())
    903900              {
     
    905902              }
    906903            */
    907           }
    908904           
    909905      int exist = 0; 
     
    912908          cmt_string& u = paths[i];
    913909          if (u == t)
    914              exist = 1;
     910            {
     911              exist = 1;
     912              break;
     913            }
    915914      }           
    916915      if (exist==0)
     
    918917          cmt_string& s = normalyzed_paths.add ();
    919918          s = t;
    920       }             
     919          if (CmtMessage::active (Verbose))
     920            if (!CmtSystem::test_directory (t))
     921              {
     922                CmtMessage::warning ("Non-existent directory " + t + " in " + name);
     923              }
     924      }
    921925    }
    922926   
Note: See TracChangeset for help on using the changeset viewer.