mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-07-31 16:17:45 -04:00
3a069e621e
* use size_t instead of uint8_t for hint ids * va_arg int instead of s16 warning: second argument to 'va_arg' is of promotable type 's16' (aka 'short'); this va_arg has undefined behavior because arguments will be promoted to 'int' [-Wvarargs] * more issues like #5443