Ignore:
Timestamp:
Jun 29, 2014, 1:16:24 PM (10 years ago)
Author:
alain
Message:

Avoid GCC warnings for some missing initialisations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_libs/barrier.c

    r345 r352  
    3434    volatile unsigned int * pcount = (unsigned int *) &barrier->count;
    3535    volatile unsigned int maxcount = barrier->init;
    36     volatile unsigned int count;
     36    volatile unsigned int count = 0;
    3737
    3838    // parallel decrement barrier counter using atomic instructions LL/SC
Note: See TracChangeset for help on using the changeset viewer.