Changeset 151 for CMT/HEAD/source


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

Suppress some warnings see CL 298

Location:
CMT/HEAD/source
Files:
2 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
  • CMT/HEAD/source/cmt_project.cxx

    r138 r151  
    385385          // Specifications are inconsistent!!
    386386         
     387          /*
    387388          if (!Cmt::get_quiet ())
    388389            {
     
    393394                   << " from project file." << endl;
    394395            }
     396          */
    395397         
    396398          if (get_release_from_path (items, compressed_path, specified_name, n, release))
Note: See TracChangeset for help on using the changeset viewer.