core system
force strict ISO C++ (-Wpedantic) TODO: still a lot of variadic macros are not valid ISO C++
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
using namespace Gui;
|
||||
|
||||
SO_NODE_ABSTRACT_SOURCE(SoFCColorBarBase);
|
||||
SO_NODE_ABSTRACT_SOURCE(SoFCColorBarBase)
|
||||
|
||||
/*!
|
||||
Constructor.
|
||||
@@ -99,7 +99,7 @@ private:
|
||||
};
|
||||
}
|
||||
|
||||
SO_NODE_SOURCE(SoFCColorBar);
|
||||
SO_NODE_SOURCE(SoFCColorBar)
|
||||
|
||||
/*!
|
||||
Constructor.
|
||||
|
||||
Reference in New Issue
Block a user