mirror of
https://github.com/minetest/irrlicht.git
synced 2025-06-30 23:30:27 +02:00
Fix various GCC warnings
- fix overload hiding - handle missing enumeration values in switch - remove extraenous semicolons - always have defaults in color converter switch - fix root cause of stringop warning
This commit is contained in:
@ -102,7 +102,7 @@ namespace
|
||||
#if defined(_IRR_LINUX_X11_XINPUT2_)
|
||||
int XI_EXTENSIONS_OPCODE;
|
||||
#endif
|
||||
};
|
||||
}
|
||||
|
||||
namespace irr
|
||||
{
|
||||
|
Reference in New Issue
Block a user