Changes between Version 1 and Version 2 of Ticket #26446, comment 4


Ignore:
Timestamp:
Aug 9, 2013, 5:43:26 AM (11 years ago)
Author:
Raptor007 (Raptor007)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26446, comment 4

    v1 v2  
    33Anywhere it said "invalid conversion from volatile int32_t* to int32_t*", I cast the parameter as int32_t*, like so:
    44{{{
    5 OSAtomicIncrement32Barrier( (int32_t*) &whateverTheArgWas );
     5OSAtomicIncrement32Barrier( (int32_t*) &mInUseFlag );
    66}}}
    77