Ignore:
Timestamp:
Dec 5, 2011, 10:30:33 PM (13 years ago)
Author:
katerina
Message:

Fix for ticket #281 (warnings from clang static analyzer).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_pthread.h

    r378 r383  
    3131        do {                                                               \
    3232                int oldtype;                                               \
    33                 int executeStack = 0;                                      \
     33                volatile int executeStack = 0;                             \
    3434                pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, &oldtype);  \
    3535                pthread_cleanup_push(sh_pthread_mutex_unlock, (void*)&(M));\
Note: See TracChangeset for help on using the changeset viewer.