mirror of
https://github.com/open-goal/jak-project
synced 2026-07-31 16:17:16 -04:00
Cleanup goalc tests, fix jak2 kernel bugs (#1669)
* Cleanup goalc tests, fix jak2 kernel bugs * fix warnings on linux * spelling is hard
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
#if defined(__GNUC__)
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
|
||||
#elif defined(__clang__)
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wunused-but-set-variable"
|
||||
#endif
|
||||
|
||||
//--------------------------MIPS2C---------------------
|
||||
#include "common/dma/gs.h"
|
||||
|
||||
@@ -3284,9 +3276,3 @@ void link() {
|
||||
|
||||
} // namespace method_9_collide_puss_work
|
||||
} // namespace Mips2C
|
||||
|
||||
#if defined(__GNUC__)
|
||||
#pragma GCC diagnostic pop
|
||||
#elif defined(__clang__)
|
||||
#pragma clang diagnostic pop
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user