Ubuntu 22.04 and GCC11 fixes (#2163)

* Update CEF version
* Update Ghoul
* Update SGCT
* Update codegen
* Remove warnings happening on Ubuntu 22.04 with GCC 11
* AppleClang warning fixes
* Compile fix for Ubuntu and MacOS
* Add Qt 6.2.3 to the CMAKE_PREFIX_PATH
This commit is contained in:
Alexander Bock
2022-06-28 00:46:01 +02:00
committed by GitHub
parent fd1589209d
commit 9b1143f02f
139 changed files with 172 additions and 226 deletions
+2 -2
View File
@@ -239,8 +239,8 @@ void CefWebGuiModule::internalInitialize(const ghoul::Dictionary& configuration)
ZoneScopedN("CefWebGuiModule")
if (_endpointCallback != -1) {
WebGuiModule* webGuiModule = global::moduleEngine->module<WebGuiModule>();
webGuiModule->removeEndpointChangeCallback(_endpointCallback);
WebGuiModule* m = global::moduleEngine->module<WebGuiModule>();
m->removeEndpointChangeCallback(_endpointCallback);
_endpointCallback = -1;
}
_enabled = false;