diff options
| author | EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> | 2021-09-29 23:42:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-29 18:42:24 -0400 |
| commit | ef875bc2214bcdf3d9afe090bc2994fd5ec18898 (patch) | |
| tree | 8920e58676886948831ca6c187bfd1131273da99 /src | |
| parent | 5c06a6b240c2c7c314ef1b68a134b1c0ed370037 (diff) | |
Improve check new warnings (#308)
* Change check_new_warnings to output stderr to console too
* Colour warnings and functions in check_new_warnings
* Remove unneeded prototype in EnDai
* Add multithreading options, colour to output, help
* Give Jenkins a script again
* Test
* Remove tput warnings, hopefully
* Try -T dumb
* Undo test warning
Diffstat (limited to 'src')
| -rw-r--r-- | src/overlays/actors/ovl_En_Dai/z_en_dai.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/overlays/actors/ovl_En_Dai/z_en_dai.c b/src/overlays/actors/ovl_En_Dai/z_en_dai.c index c09c0dd3a..93d43230a 100644 --- a/src/overlays/actors/ovl_En_Dai/z_en_dai.c +++ b/src/overlays/actors/ovl_En_Dai/z_en_dai.c @@ -16,7 +16,6 @@ void EnDai_Update(Actor* thisx, GlobalContext* globalCtx); void EnDai_Draw(Actor* thisx, GlobalContext* globalCtx); void func_80B3F00C(EnDai* this, GlobalContext* globalCtx); -void func_80B3EEDC(EnDai* this, GlobalContext* globalCtx); void func_80B3EF90(EnDai* this, GlobalContext* globalCtx); extern AnimationHeader D_060107B0; |
