melonDS/src/ARMJIT_A64
Jesse Talavera a4b2b0c40d
Resolve or silence some warnings (#1905)
* Resolve some warnings

- Their frequent appearance in the build logs is driving me nuts

* Silence warnings about `offsetof`

* Don't apply `-Wno-invalid-offset` to C, only to C++
2023-12-28 14:54:31 +01:00
..
ARMJIT_ALU.cpp Move all core types into namespaces (#1886) 2023-11-25 18:32:09 +01:00
ARMJIT_Branch.cpp Refactor `NDS` and `DSi` to be objects (#1893) 2023-11-28 23:16:41 +01:00
ARMJIT_Compiler.cpp Correctly use the refactored `JitEnableWrite` 2023-12-08 17:19:00 +01:00
ARMJIT_Compiler.h Resolve or silence some warnings (#1905) 2023-12-28 14:54:31 +01:00
ARMJIT_Linkage.S Also exclude .note.GNU-stack section on Windows arm64 2023-11-07 10:53:01 +01:00
ARMJIT_LoadStore.cpp Sprinkle `const` around where appropriate (#1909) 2023-12-12 11:07:22 +01:00