Warning fixes and changes for Linux
- Disabled warnings as errors - Using -Wall for specifying commonly used warnings - Fixes for many warnings in the engine code
This commit is contained in:
@@ -1034,7 +1034,7 @@ void WeatherWindow::SetEntity(wi::ecs::Entity entity)
|
||||
}
|
||||
}
|
||||
|
||||
void WeatherWindow::Update()
|
||||
void WeatherWindow::UpdateData()
|
||||
{
|
||||
if (editor == nullptr)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user