===== boost/test/impl/debug.ipp 1.1 vs edited ===== --- 1.1/boost/test/impl/debug.ipp 2008-10-30 16:26:35 +00:00 +++ edited/boost/test/impl/debug.ipp 2008-11-05 10:13:15 +00:00 @@ -497,6 +497,7 @@ static void start_gdb_in_xemacs( dbg_startup_info const& dsi ) { + (void) dsi; // !! ?? } @@ -552,6 +553,7 @@ static void start_dbx_in_emacs( dbg_startup_info const& dsi ) { + (void) dsi; // char dbg_cmd_buff[500]; // !! ?? // // ::snprintf( dbg_cmd_buff, sizeof(dbg_cmd_buff), "(progn (dbx \"dbx -q -c cont %s %ld\"))", dsi.binary_path.begin(), dsi.pid ); @@ -564,6 +566,7 @@ static void start_dbx_in_xemacs( dbg_startup_info const& dsi ) { + (void) dsi; // !! ?? } ===== boost/test/impl/exception_safety.ipp 1.1 vs edited ===== --- 1.1/boost/test/impl/exception_safety.ipp 2008-10-30 16:26:36 +00:00 +++ edited/boost/test/impl/exception_safety.ipp 2008-11-05 10:13:37 +00:00 @@ -406,6 +406,7 @@ if( indent ) formatter << std::left << std::setw( indent ) << ""; + (void) p; // !! ?? optional if( p.m_file_name ) // formatter << p.m_file_name << '(' << p.m_line_num << "): "; } ===== boost/test/impl/unit_test_main.ipp 1.1 vs edited ===== --- 1.1/boost/test/impl/unit_test_main.ipp 2008-10-30 16:26:39 +00:00 +++ edited/boost/test/impl/unit_test_main.ipp 2008-11-05 10:23:17 +00:00 @@ -113,6 +113,8 @@ ++tit; } +#else + (void) tc_to_tun; #endif }