Skip to content
  • Ondřej Surý's avatar
    Fix invalid cast in win32 stdatomic.h shim · 54168d55
    Ondřej Surý authored
    The InterlockedOr8() and InterlockedAnd8() first argument was cast
    to (atomic_int_fast8_t) instead of (atomic_int_fast8_t *), this was
    reported by MSVC as:
    
      warning C4024: '_InterlockedOr8': different types for formal and actual parameter 1
      warning C4024: '_InterlockedAnd8': different types for formal and actual parameter 1
    54168d55