Show
Ignore:
Timestamp:
04/25/08 13:59:49 (16 years ago)
Author:
ppalmers
Message:

- Fix non-debug build

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/src/libieee1394/IsoHandler.cpp

    r1038 r1039  
    427427    if (m_last_cycle != (int)cycle && m_last_cycle != -1) { 
    428428        dropped_cycles = diffCycles(cycle, m_last_cycle) - 1; 
     429        #ifdef DEBUG 
    429430        if (dropped_cycles < 0) { 
    430431            debugWarning("(%p) dropped < 1 (%d), cycle: %d, last_cycle: %d, dropped: %d, 'skipped'=%u\n",  
     
    436437            m_dropped += dropped_cycles; 
    437438        } 
     439        #endif 
    438440    } 
    439441    m_last_cycle = cycle; 
     
    674676    } 
    675677 
     678#ifdef DEBUG 
    676679    m_min_ahead = 7999; 
     680#endif 
    677681    m_State = E_Running; 
    678682    return true;