Removing code analysis warnings

Start cleaning RenderEngine
This commit is contained in:
Alexander Bock
2017-02-26 23:45:39 -05:00
parent 6704491fdc
commit 283c83e37c
22 changed files with 68 additions and 59 deletions

View File

@@ -810,7 +810,7 @@ void OpenSpaceEngine::initializeGL() {
LINFO("Initializing Rendering Engine");
// @CLEANUP: Remove the return statement and replace with exceptions ---abock
bool success = _renderEngine->initializeGL();
_renderEngine->initializeGL();
for (const auto& func : _moduleCallbacks.initializeGL) {
func();