diff options
Diffstat (limited to 'arm9/lib/include/OS_mutex.h')
-rw-r--r-- | arm9/lib/include/OS_mutex.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arm9/lib/include/OS_mutex.h b/arm9/lib/include/OS_mutex.h index abd79724..5db66fbe 100644 --- a/arm9/lib/include/OS_mutex.h +++ b/arm9/lib/include/OS_mutex.h @@ -8,13 +8,11 @@ #include "types.h" #include "OS_thread.h" -#pragma warn_padding off //apparently needed? struct OSMutex { OSThreadQueue queue; OSThread *thread; s32 count; OSMutexLink link; }; -#pragma warn_padding reset #endif //POKEDIAMOND_OS_MUTEX_H |