fgsfdsfgs / vitaXash3D

a port of Xash3D-FWGS to the PSVita
GNU General Public License v3.0
144 stars 15 forks source link

-fno-short-enums generates tons of linker warnings #16

Closed fgsfdsfgs closed 6 years ago

fgsfdsfgs commented 6 years ago

It also might be unsafe to use this option, since VitaSDK is not built with it, yet the game seems to work fine. Disabling the option breaks a lot of stuff and making the code not depend on it is troublesome. Test whether it is safe to use, and if it is, find out how to disable the warnings.

fgsfdsfgs commented 6 years ago

Looks like I can't do shit about this.