johannes-fetz / joengine

Jo Engine is an open source 2D and 3D game engine for the Sega Saturn written in C under MIT license
http://jo-engine.org/
MIT License
205 stars 32 forks source link

Trunk Doesn't Build in Release #29

Closed slinga-homebrew closed 4 years ago

slinga-homebrew commented 4 years ago

I updated to trunk just now, debug builds compile (JO_DEBUG = 1) but release builds (JO_DEBUG = 1) fail to compile.

Here is the compiler error:

../jo_engine/vdp2_malloc.o ../../jo_engine/vdp2_malloc.c: In function 'jo_vdp2_malloc': ../../jo_engine/vdp2_malloc.c:164:13: warning: implicit declaration of function 'jo_core_error'; did you mean 'jo_core_tv_on'? [-Wimplicit-function-declaration] jo_core_error("Out of VDP2 memory"); ^~~~~~~~~~~~~ jo_core_tv_on

johannes-fetz commented 4 years ago

Damn