Xeeynamo / sotn-decomp

Decompilation of Castlevania: Symphony of the Night (PSX+Saturn)
https://sotn.xee.dev/
GNU Affero General Public License v3.0
508 stars 55 forks source link

Fix VERSION Warning When Generating Context #1887

Closed hohle closed 6 days ago

hohle commented 6 days ago

This updates m2ctx to be aware of the VERSION env var and sets that env var in the Makefile prior to running m2ctx to eliminate the:

warning: #warning "Version not specified. Falling back to the US version." [-Wcpp]

error caused by common.h.

This also removes #define __STDC_HOSTED__ 0 from the generated context. That macro causes redefinition warnings in decomp.me.