From feadb0d9ee54ecf9db8d8eaea03f5565e2011271 Mon Sep 17 00:00:00 2001 From: Roman971 <32455037+Roman971@users.noreply.github.com> Date: Mon, 13 Jun 2022 01:24:45 +0200 Subject: 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> --- src/code/graph.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/code/graph.c') diff --git a/src/code/graph.c b/src/code/graph.c index f70663b59..98b1bcaf6 100644 --- a/src/code/graph.c +++ b/src/code/graph.c @@ -31,6 +31,9 @@ void Graph_FaultClient(void) { osViSwapBuffer(nextFb); } +// TODO: merge Gfx and GfxMod to make this function's arguments consistent +void UCodeDisas_Disassemble(UCodeDisas*, Gfx*); + void Graph_DisassembleUCode(Gfx* workBuf) { UCodeDisas disassembler; -- cgit v1.2.3