GCC warnings (#1725)

This commit is contained in:
Alexander Bock
2021-08-21 11:42:44 +02:00
committed by GitHub
parent 2f32ddaf28
commit db472030de
42 changed files with 67 additions and 97 deletions

View File

@@ -276,7 +276,7 @@ void create() {
actionManager = new (currentPos) interaction::ActionManager;
ghoul_assert(actionManager, "No action manager");
currentPos += sizeof(interaction::ActionManager);
#else ^^^ WIN32 / !WIN32 vvv
#else // ^^^ WIN32 / !WIN32 vvv
actionManager = new interaction::ActionManager;
#endif // WIN32