Ignore:
Timestamp:
Feb 24, 2006, 9:21:25 AM (18 years ago)
Author:
arnault
Message:

Suppress some warnings see CL 298

File:
1 edited

Legend:

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

    r144 r151  
    689689        {
    690690          cmt.m_action = action_check_configuration;
    691           cmt.m_warnings = true;
     691          //cmt.m_warnings = true;
    692692        }
    693693      else if (arg == "files")
     
    11091109{
    11101110  cmt.m_action = action_setup;
    1111   cmt.m_warnings = true;
     1111  //cmt.m_warnings = true;
    11121112}
    11131113
Note: See TracChangeset for help on using the changeset viewer.