MadTracker-FOSS / MadTracker3

Continuation of the MadTracker project, aimed at Windows/Mac/Linux support
Other
38 stars 1 forks source link

Resolve -Wwrite-strings warnings #13

Closed flibitijibibo closed 11 years ago

flibitijibibo commented 11 years ago

Not much to it, just remove "-Wno-write-strings" from the CXX flags and fix all the warnings. This way we can have 0 warnings on GCC/Clang.

flibitijibibo commented 11 years ago

Should be done. I'm almost 100% sure that the MTXAPI and the module headers don't line up entirely, so if MT3 crashes due to a missing function involving const char* or char* parameter, it could be from this work.