mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-15 00:43:52 +00:00
Suppress 9 unused parameter warnings in IObjectTypeHandler interface methods and their overrides by commenting out parameter names: - Base class: onCreate/onValuesUpdate/onMovementUpdate default empty implementations (parameters intentionally unused in base) - ItemTypeHandler::onCreate: entity param forwarded only to onCreateItem which doesn't need it - CorpseTypeHandler::onCreate: entity param not needed for corpse spawn Build now produces zero warnings (excluding third-party stb headers). |
||
|---|---|---|
| .. | ||
| addons | ||
| audio | ||
| auth | ||
| core | ||
| game | ||
| network | ||
| pipeline | ||
| platform | ||
| rendering | ||
| third_party | ||
| ui | ||