mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Fix some clang compiler warnings (#14654)
* Fix some clang compiler warnings * Get rid of sdl_supports_primary_selection * Fix draw2DImage hiding overloaded virtual function
This commit is contained in:
@@ -183,7 +183,6 @@ void GUITable::setTable(const TableOptions &options,
|
||||
}
|
||||
|
||||
// Handle table options
|
||||
video::SColor default_color(255, 255, 255, 255);
|
||||
s32 opendepth = 0;
|
||||
for (const Option &option : options) {
|
||||
const std::string &name = option.name;
|
||||
|
Reference in New Issue
Block a user