Cleanup handling of warnings (#2030)

This commit is contained in:
Alexander Bock
2022-04-16 20:57:29 +02:00
committed by GitHub
parent e3d1999716
commit 5751fe26d3
45 changed files with 212 additions and 265 deletions
@@ -39,7 +39,6 @@
#include <ghoul/opengl/programobject.h>
namespace {
constexpr const char* _loggerCat = "RenderableNodeLine";
constexpr const char* ProgramName = "NodeLineProgram";
constexpr const char* Root = "Root";
+1 -1
View File
@@ -70,8 +70,8 @@ protected:
void createPlane();
properties::OptionProperty _blendMode;
properties::BoolProperty _mirrorBackside;
properties::BoolProperty _billboard;
properties::BoolProperty _mirrorBackside;
properties::FloatProperty _size;
properties::Vec3Property _multiplyColor;