Changeset 849 for trunk


Ignore:
Timestamp:
Oct 16, 2014, 12:23:56 PM (10 years ago)
Author:
porquet
Message:

tsar_generic_leti: avoid warnings at compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_leti/top.cpp

    r826 r849  
    11411141    }
    11421142
     1143#if USE_PIC
    11431144    // variable used for IRQ trace
    11441145    bool prev_irq_bdev = false;
     
    11511152    for( size_t y = 0 ; y<16 ; y++ )
    11521153    for( size_t i = 0 ; i<4  ; i++ ) prev_irq_proc[x][y][i] = false;
     1154#endif
    11531155
    11541156    for (uint64_t n = 1; n < ncycles && !stop_called; n++)
Note: See TracChangeset for help on using the changeset viewer.