Skip to content
Snippets Groups Projects
Forked from Kart Krew / Kart-Public
Loading
  • toaster's avatar
    97348beb
    Fix all compilation errors (tested using DEBUGMODE=1 and ERRORMODE=1) that... · 97348beb
    toaster authored
    Fix all compilation errors (tested using DEBUGMODE=1 and ERRORMODE=1) that remain outstanding. Notably:
    	* Remove FUNCMATH from all void-returning functions, given GCC80 specifically complains about this case.
    	* Extend the length of all extant buffers to the safety threshold recommended by the compiler.
    	* Add void casts to WS_getaddrinfo's setting to prevent complaints about incompatible typecasts.
    	* Extend the charsel, face, and superface buffer sizes and writes to include the null terminator. (I didn't really want to do this because it's not even particularily NEEDED, but there was literally zero way to get around the request that I could find with multiple online searches. I tried.)
    97348beb
    History
    Fix all compilation errors (tested using DEBUGMODE=1 and ERRORMODE=1) that...
    toaster authored
    Fix all compilation errors (tested using DEBUGMODE=1 and ERRORMODE=1) that remain outstanding. Notably:
    	* Remove FUNCMATH from all void-returning functions, given GCC80 specifically complains about this case.
    	* Extend the length of all extant buffers to the safety threshold recommended by the compiler.
    	* Add void casts to WS_getaddrinfo's setting to prevent complaints about incompatible typecasts.
    	* Extend the charsel, face, and superface buffer sizes and writes to include the null terminator. (I didn't really want to do this because it's not even particularily NEEDED, but there was literally zero way to get around the request that I could find with multiple online searches. I tried.)