diff options
| author | Roman971 <32455037+Roman971@users.noreply.github.com> | 2022-06-13 01:24:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-12 19:24:45 -0400 |
| commit | feadb0d9ee54ecf9db8d8eaea03f5565e2011271 (patch) | |
| tree | 9c5edc44deec6b288719679564c39fade27c0009 /src/code/z_camera.c | |
| parent | 4cb1c3345f3134670537682f4ada2c2a5bdc5a13 (diff) | |
Enable more IDO warnings and apply fixes (#1264)
* Update asm-processor and fix includes with EARLY
* Enable more IDO warnings and disable unwanted warning 516
* Fix most new and remaining warnings
* Improve skelanime comment
* Improve asmproc pragma comment
Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
* Add suggested comment for a wrong prototype
* Update asm-processor with the latest fix
Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
Diffstat (limited to 'src/code/z_camera.c')
| -rw-r--r-- | src/code/z_camera.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_camera.c b/src/code/z_camera.c index 6f9face0d..fe079d91b 100644 --- a/src/code/z_camera.c +++ b/src/code/z_camera.c @@ -8142,7 +8142,7 @@ s32 Camera_Copy(Camera* dstCamera, Camera* srcCamera) { return true; } -s32 Camera_GetDbgCamEnabled() { +s32 Camera_GetDbgCamEnabled(void) { return gDbgCamEnabled; } |
