Ticket #2476: x.patch

File x.patch, 1.4 KB (added by ANDREW CHITTENDEN <andyc@…>, 14 years ago)
  • boost/test/impl/debug.ipp

    ===== boost/test/impl/debug.ipp 1.1 vs edited =====
    old new  
    497497static void
    498498start_gdb_in_xemacs( dbg_startup_info const& dsi )
    499499{
     500    (void) dsi;
    500501    // !! ??
    501502}
    502503
     
    552553static void
    553554start_dbx_in_emacs( dbg_startup_info const& dsi )
    554555{
     556    (void) dsi;
    555557//    char dbg_cmd_buff[500]; // !! ??
    556558//
    557559//    ::snprintf( dbg_cmd_buff, sizeof(dbg_cmd_buff), "(progn (dbx \"dbx -q -c cont %s %ld\"))", dsi.binary_path.begin(), dsi.pid );
     
    564566static void
    565567start_dbx_in_xemacs( dbg_startup_info const& dsi )
    566568{
     569    (void) dsi;
    567570    // !! ??
    568571}
    569572
  • boost/test/impl/exception_safety.ipp

    ===== boost/test/impl/exception_safety.ipp 1.1 vs edited =====
    old new  
    406406    if( indent )
    407407        formatter << std::left << std::setw( indent ) << "";
    408408
     409    (void) p;
    409410// !! ?? optional   if( p.m_file_name )
    410411//        formatter << p.m_file_name << '(' << p.m_line_num << "): ";
    411412}
  • boost/test/impl/unit_test_main.ipp

    ===== boost/test/impl/unit_test_main.ipp 1.1 vs edited =====
    old new  
    113113
    114114            ++tit;           
    115115        }
     116#else
     117        (void) tc_to_tun;
    116118#endif
    117119    }
    118120