HomeWildfire Games

Fix some warnings.

Description

Fix some warnings.

  • rP24553 added 'override' to a method in ShaderProgram.cpp. This adds it to the rest.
  • BinarySerializer.cpp had custom JS includes, because putting those in ScriptExtraHeaders failed. The cause is that gloox leaves "#define lookup" up. This has been reported upstream, and fixed here.
  • VS17 complains about an uninitialised variable, though the usage is safe.

Differential Revision: https://code.wildfiregames.com/D3916

Event Timeline

Stan added a subscriber: Stan.May 2 2021, 5:56 PM
Stan added inline comments.
/ps/trunk/source/lobby/glooxwrapper/glooxwrapper.h
82

A bit too late but can this be tied to a version of gloox?

wraitii added inline comments.May 2 2021, 6:14 PM
/ps/trunk/source/lobby/glooxwrapper/glooxwrapper.h
82

Well, it could, but I can't really be sure that it'll fixed in later versions, and it won't harm on earlier versions, so I'm not sure it's worth much.