core system
force strict ISO C++ (-Wpedantic) TODO: still a lot of variadic macros are not valid ISO C++
This commit is contained in:
@@ -43,7 +43,7 @@ using namespace App;
|
||||
// Property
|
||||
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
TYPESYSTEM_SOURCE_ABSTRACT(App::Property , Base::Persistence);
|
||||
TYPESYSTEM_SOURCE_ABSTRACT(App::Property , Base::Persistence)
|
||||
|
||||
//**************************************************************************
|
||||
// Construction/Destruction
|
||||
@@ -271,4 +271,4 @@ void PropertyListsBase::_setPyObject(PyObject *value) {
|
||||
// PropertyLists
|
||||
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
TYPESYSTEM_SOURCE_ABSTRACT(App::PropertyLists , App::Property);
|
||||
TYPESYSTEM_SOURCE_ABSTRACT(App::PropertyLists , App::Property)
|
||||
|
||||
Reference in New Issue
Block a user