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/sys_cfb.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/sys_cfb.c')
| -rw-r--r-- | src/code/sys_cfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/sys_cfb.c b/src/code/sys_cfb.c index 1d4b5495f..1bd8fa22a 100644 --- a/src/code/sys_cfb.c +++ b/src/code/sys_cfb.c @@ -36,7 +36,7 @@ void SysCfb_Init(s32 n64dd) { osSyncPrintf("フレームバッファのアドレスは %08x と %08x です\n", sSysCfbFbPtr[0], sSysCfbFbPtr[1]); } -void SysCfb_Reset() { +void SysCfb_Reset(void) { sSysCfbFbPtr[0] = 0; sSysCfbFbPtr[1] = 0; sSysCfbEnd = 0; |
