Cleanup; fixed tons of warnings, set up the project to treat warnings as errors

This commit is contained in:
parax0
2015-11-24 03:22:37 -07:00
parent 367cb6c3d8
commit 5ffa24592c
39 changed files with 90 additions and 929 deletions

View File

@@ -340,16 +340,16 @@ void CModelEditorWindow::UpdateMaterial()
if (!mpCurrentMat) return;
if (mIgnoreSignals) return;
EModelEditorWidget Widget = (EModelEditorWidget) sender()->property("ModelEditorWidgetType").toInt();
/*EModelEditorWidget Widget = (EModelEditorWidget) sender()->property("ModelEditorWidgetType").toInt();
switch (Widget)
{
/*case eAddPassButton:
case eAddPassButton:
break;
case eDeletePassButton:
break;*/
}
break;
}*/
}
void CModelEditorWindow::UpdateMaterial(int Value)