; size_t = long unsigned int]':
../include/PointerTable.cxx:56:12: required from 'P OpenSP::PointerTable::insert(P, OpenSP::Boolean) [with P = OpenSP::Ptr; K = OpenSP::String; HF = OpenSP::Hash; KF = OpenSP::NamedResourceKeyFunction; OpenSP::Boolean = bool]'
../include/NamedResourceTable.h:37:30: required from 'OpenSP::Ptr OpenSP::NamedResourceTable::insert(const OpenSP::Ptr&, OpenSP::Boolean) [with T = OpenSP::Entity; OpenSP::Boolean = bool]'
../include/Dtd.h:165:51: required from here
../include/Vector.h:66:6: warning: 'OpenSP::Vector >::ptr_' will be initialized after [-Wreorder]
T *ptr_;
^~~~
../include/Vector.h:65:10: warning: 'size_t OpenSP::Vector >::size_' [-Wreorder]
size_t size_;
^~~~~
In file included from ../include/Vector.h:77:0,
from ../include/Text.h:12,
from ../include/ContentToken.h:11,
from ../include/OpenElement.h:11,
from ../include/ContentState.h:12,
from ContentState.cxx:9:
../include/Vector.cxx:33:1: warning: when initialized here [-Wreorder]
Vector::Vector(size_t n, const T &t)
^~~~~~~~~
In file included from ../include/Text.h:12:0,
from ../include/ContentToken.h:11,
from ../include/OpenElement.h:11,
from ../include/ContentState.h:12,
from ContentState.cxx:9:
../include/Vector.cxx: In instantiation of 'OpenSP::Vector::Vector(size_t, const T&) [with T = OpenSP::Named*; size_t = long unsigned int]':
../include/PointerTable.cxx:56:12: required from 'P OpenSP::PointerTable::insert(P, OpenSP::Boolean) [with P = OpenSP::Named*; K = OpenSP::String; HF = OpenSP::Hash; KF = OpenSP::NamedTableKeyFunction; OpenSP::Boolean = bool]'
../include/NamedTable.h:28:40: required from 'T* OpenSP::NamedTable::insert(T*) [with T = OpenSP::ElementType]'
../include/Dtd.h:279:36: required from here
../include/Vector.h:66:6: warning: 'OpenSP::Vector::ptr_' will be initialized after [-Wreorder]
T *ptr_;
^~~~
../include/Vector.h:65:10: warning: 'size_t OpenSP::Vector::size_' [-Wreorder]
size_t size_;
^~~~~
In file included from ../include/Vector.h:77:0,
from ../include/Text.h:12,
from ../include/ContentToken.h:11,
from ../include/OpenElement.h:11,
from ../include/ContentState.h:12,
from ContentState.cxx:9:
../include/Vector.cxx:33:1: warning: when initialized here [-Wreorder]
Vector::Vector(size_t n, const T &t)
^~~~~~~~~
make[3]: Leaving directory '/usr/src/RPM/BUILD/OpenSP-1.5.2/lib'
make[3]: Entering directory '/usr/src/RPM/BUILD/OpenSP-1.5.2/lib'
/bin/sh ../libtool --tag=CXX --mode=compile x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../generic -pipe -frecord-gcc-switches -Wall -g -O2 -c -o DtdDeclEventHandler.lo DtdDeclEventHandler.cxx
libtool: compile: x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../generic -pipe -frecord-gcc-switches -Wall -g -O2 -c DtdDeclEventHandler.cxx -fPIC -DPIC -o .libs/DtdDeclEventHandler.o
In file included from ../include/Location.h:12:0,
from ../include/Event.h:12,
from DtdDeclEventHandler.h:8,
from DtdDeclEventHandler.cxx:5:
../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr::isNull;
^~~~~~
../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr::clear;
^~~~~~
In file included from ../include/Sd.h:16:0,
from ../include/Event.h:20,
from DtdDeclEventHandler.h:8,
from DtdDeclEventHandler.cxx:5:
../include/Syntax.h: In member function 'OpenSP::Boolean OpenSP::Syntax::isB(OpenSP::Xchar) const':
../include/Syntax.h:382:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
&& !(standardFunctionValid_[fRE] && c == standardFunction_[fRE])
~~^~~~~~~~~~~~~~~~~~~~~~~~~
../include/Syntax.h:383:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
&& !(standardFunctionValid_[fRS] && c == standardFunction_[fRS]));
~~^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/Location.h:15:0,
from ../include/Event.h:12,
from DtdDeclEventHandler.h:8,
from DtdDeclEventHandler.cxx:5:
../include/Vector.cxx: In instantiation of 'OpenSP::Vector::Vector(const OpenSP::Vector&) [with T = OpenSP::RangeMapRange]':
../include/RangeMap.h:27:7: required from here
../include/Vector.h:66:6: warning: 'OpenSP::Vector >::ptr_' will be initialized after [-Wreorder]
T *ptr_;
^~~~
../include/Vector.h:65:10: warning: 'size_t OpenSP::Vector >::size_' [-Wreorder]
size_t size_;
^~~~~
In file included from ../include/Vector.h:77:0,
from ../include/Location.h:15,
from ../include/Event.h:12,
from DtdDeclEventHandler.h:8,
from DtdDeclEventHandler.cxx:5:
../include/Vector.cxx:26:1: warning: when initialized here [-Wreorder]
Vector::Vector(const Vector &v)
^~~~~~~~~
In file included from ../include/Location.h:15:0,
from ../include/Event.h:12,
from DtdDeclEventHandler.h:8,
from DtdDeclEventHandler.cxx:5:
../include/Vector.h: In instantiation of 'OpenSP::Vector::Vector(size_t) [with T = OpenSP::LeafContentToken*; size_t = long unsigned int]':
../include/ContentToken.h:61:51: required from here
../include/Vector.h:66:6: warning: 'OpenSP::Vector::ptr_' will be initialized after [-Wreorder]
T *ptr_;
^~~~
../include/Vector.h:65:10: warning: 'size_t OpenSP::Vector::size_' [-Wreorder]
size_t size_;
^~~~~
../include/Vector.h:25:3: warning: when initialized here [-Wreorder]
Vector(size_t n) : ptr_(0), size_(0), alloc_(0) { append(n); }
^~~~~~
../include/Vector.cxx: In instantiation of 'OpenSP::Vector::Vector(size_t, const T&) [with T = OpenSP::Ptr; size_t = long unsigned int]':
../include/PointerTable.cxx:56:12: required from 'P OpenSP::PointerTable::insert(P, OpenSP::Boolean) [with P = OpenSP::Ptr; K = OpenSP::String; HF = OpenSP::Hash; KF = OpenSP::NamedResourceKeyFunction; OpenSP::Boolean = bool]'
../include/NamedResourceTable.h:37:30: required from 'OpenSP::Ptr OpenSP::NamedResourceTable::insert(const OpenSP::Ptr&, OpenSP::Boolean) [with T = OpenSP::Entity; OpenSP::Boolean = bool]'
../include/Dtd.h:165:51: required from here
../include/Vector.h:66:6: warning: 'OpenSP::Vector >::ptr_' will be initialized after [-Wreorder]
T *ptr_;
^~~~
../include/Vector.h:65:10: warning: 'size_t OpenSP::Vector >::size_' [-Wreorder]
size_t size_;
^~~~~
In file included from ../include/Vector.h:77:0,
from ../include/Location.h:15,
from ../include/Event.h:12,
from DtdDeclEventHandler.h:8,
from DtdDeclEventHandler.cxx:5:
../include/Vector.cxx:33:1: warning: when initialized here [-Wreorder]
Vector::Vector(size_t n, const T &t)
^~~~~~~~~
In file included from ../include/Location.h:15:0,
from ../include/Event.h:12,
from DtdDeclEventHandler.h:8,
from DtdDeclEventHandler.cxx:5:
../include/Vector.cxx: In instantiation of 'OpenSP::Vector::Vector(size_t, const T&) [with T = OpenSP::Named*; size_t = long unsigned int]':
../include/PointerTable.cxx:56:12: required from 'P OpenSP::PointerTable::insert(P, OpenSP::Boolean) [with P = OpenSP::Named*; K = OpenSP::String; HF = OpenSP::Hash; KF = OpenSP::NamedTableKeyFunction; OpenSP::Boolean = bool]'
../include/NamedTable.h:28:40: required from 'T* OpenSP::NamedTable::insert(T*) [with T = OpenSP::ElementType]'
../include/Dtd.h:279:36: required from here
../include/Vector.h:66:6: warning: 'OpenSP::Vector::ptr_' will be initialized after [-Wreorder]
T *ptr_;
^~~~
../include/Vector.h:65:10: warning: 'size_t OpenSP::Vector::size_' [-Wreorder]
size_t size_;
^~~~~
In file included from ../include/Vector.h:77:0,
from ../include/Location.h:15,
from ../include/Event.h:12,
from DtdDeclEventHandler.h:8,
from DtdDeclEventHandler.cxx:5:
../include/Vector.cxx:33:1: warning: when initialized here [-Wreorder]
Vector::Vector(size_t n, const T &t)
^~~~~~~~~
make[3]: Leaving directory '/usr/src/RPM/BUILD/OpenSP-1.5.2/lib'
make[3]: Entering directory '/usr/src/RPM/BUILD/OpenSP-1.5.2/lib'
/bin/sh ../libtool --tag=CXX --mode=compile x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../generic -pipe -frecord-gcc-switches -Wall -g -O2 -c -o EUCJPCodingSystem.lo EUCJPCodingSystem.cxx
libtool: compile: x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../generic -pipe -frecord-gcc-switches -Wall -g -O2 -c EUCJPCodingSystem.cxx -fPIC -DPIC -o .libs/EUCJPCodingSystem.o
make[3]: Leaving directory '/usr/src/RPM/BUILD/OpenSP-1.5.2/lib'
make[3]: Entering directory '/usr/src/RPM/BUILD/OpenSP-1.5.2/lib'
/bin/sh ../libtool --tag=CXX --mode=compile x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../generic -pipe -frecord-gcc-switches -Wall -g -O2 -c -o EntityCatalog.lo EntityCatalog.cxx
libtool: compile: x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../generic -pipe -frecord-gcc-switches -Wall -g -O2 -c EntityCatalog.cxx -fPIC -DPIC -o .libs/EntityCatalog.o
In file included from ../include/EntityDecl.h:12:0,
from EntityCatalog.cxx:9:
../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr::isNull;
^~~~~~
../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr::clear;
^~~~~~
make[3]: Leaving directory '/usr/src/RPM/BUILD/OpenSP-1.5.2/lib'
make[3]: Entering directory '/usr/src/RPM/BUILD/OpenSP-1.5.2/lib'
/bin/sh ../libtool --tag=CXX --mode=compile x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../generic -pipe -frecord-gcc-switches -Wall -g -O2 -c -o ElementType.lo ElementType.cxx
libtool: compile: x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../generic -pipe -frecord-gcc-switches -Wall -g -O2 -c ElementType.cxx -fPIC -DPIC -o .libs/ElementType.o
In file included from ../include/Location.h:12:0,
from ../include/ElementType.h:14,
from ElementType.cxx:8:
../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr::isNull;
^~~~~~
../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr::clear;
^~~~~~
In file included from ElementType.cxx:8:0:
../include/ElementType.h: In constructor 'OpenSP::ElementType::ElementType(const StringC&, size_t)':
../include/ElementType.h:124:28: warning: 'OpenSP::ElementType::map_' will be initialized after [-Wreorder]
const ShortReferenceMap *map_;
^~~~
../include/ElementType.h:122:10: warning: 'size_t OpenSP::ElementType::defIndex_' [-Wreorder]
size_t defIndex_; // index in the group having same definition
^~~~~~~~~
ElementType.cxx:16:1: warning: when initialized here [-Wreorder]
ElementType::ElementType(const StringC &name, size_t index)
^~~~~~~~~~~
In file included from ../include/ElementType.h:12:0,
from ElementType.cxx:8:
../include/Vector.h: In instantiation of 'OpenSP::Vector::Vector(size_t) [with T = OpenSP::LeafContentToken*; size_t = long unsigned int]':
../include/ContentToken.h:61:51: required from here
../include/Vector.h:66:6: warning: 'OpenSP::Vector::ptr_' will be initialized after [-Wreorder]
T *ptr_;
^~~~
../include/Vector.h:65:10: warning: 'size_t OpenSP::Vector::size_' [-Wreorder]
size_t size_;
^~~~~
../include/Vector.h:25:3: warning: when initialized here [-Wreorder]
Vector(size_t n) : ptr_(0), size_(0), alloc_(0) { append(n); }
^~~~~~
make[3]: Leaving directory '/usr/src/RPM/BUILD/OpenSP-1.5.2/lib'
make[3]: Entering directory '/usr/src/RPM/BUILD/OpenSP-1.5.2/lib'
/bin/sh ../libtool --tag=CXX --mode=compile x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../generic -pipe -frecord-gcc-switches -Wall -g -O2 -c -o EntityDecl.lo EntityDecl.cxx
libtool: compile: x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../generic -pipe -frecord-gcc-switches -Wall -g -O2 -c EntityDecl.cxx -fPIC -DPIC -o .libs/EntityDecl.o
In file included from ../include/EntityDecl.h:12:0,
from EntityDecl.cxx:8:
../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr::isNull;
^~~~~~
../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr::clear;
^~~~~~
In file included from EntityDecl.cxx:8:0:
../include/EntityDecl.h: In constructor 'OpenSP::EntityDecl::EntityDecl(const StringC&, OpenSP::EntityDecl::DeclType, OpenSP::EntityDecl::DataType, const OpenSP::Location&)':
../include/EntityDecl.h:50:12: warning: 'OpenSP::EntityDecl::defLocation_' will be initialized after [-Wreorder]
Location defLocation_;
^~~~~~~~~~~~
../include/EntityDecl.h:48:17: warning: 'OpenSP::PackedBoolean OpenSP::EntityDecl::dtdIsBase_' [-Wreorder]
PackedBoolean dtdIsBase_;
^~~~~~~~~~
EntityDecl.cxx:14:1: warning: when initialized here [-Wreorder]
EntityDecl::EntityDecl(const StringC &str, DeclType declType, DataType dataType,
^~~~~~~~~~
make[3]: Leaving directory '/usr/src/RPM/BUILD/OpenSP-1.5.2/lib'
make[3]: Entering directory '/usr/src/RPM/BUILD/OpenSP-1.5.2/lib'
/bin/sh ../libtool --tag=CXX --mode=compile x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../generic -pipe -frecord-gcc-switches -Wall -g -O2 -c -o EntityManager.lo EntityManager.cxx
libtool: compile: x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../generic -pipe -frecord-gcc-switches -Wall -g -O2 -c EntityManager.cxx -fPIC -DPIC -o .libs/EntityManager.o
In file included from ../include/EntityManager.h:15:0,
from EntityManager.cxx:8:
../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr::isNull;
^~~~~~
../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr::clear;
^~~~~~
make[3]: Leaving directory '/usr/src/RPM/BUILD/OpenSP-1.5.2/lib'
make[3]: Entering directory '/usr/src/RPM/BUILD/OpenSP-1.5.2/lib'
/bin/sh ../libtool --tag=CXX --mode=compile x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../generic -pipe -frecord-gcc-switches -Wall -g -O2 -c -o EntityApp.lo EntityApp.cxx
libtool: compile: x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../generic -pipe -frecord-gcc-switches -Wall -g -O2 -c EntityApp.cxx -fPIC -DPIC -o .libs/EntityApp.o
In file included from ../include/Location.h:12:0,
from ../include/Message.h:12,
from ../include/MessageFormatter.h:14,
from ../include/MessageReporter.h:12,
from ../include/CmdLineApp.h:17,
from ../include/EntityApp.h:11,
from EntityApp.cxx:9:
../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr::isNull;
^~~~~~
../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr::clear;
^~~~~~
In file included from ../include/List.h:7:0,
from ../include/DescriptorManager.h:8,
from ../include/PosixStorage.h:11,
from EntityApp.cxx:14:
../include/IList.h:29:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::clear;
^~~~~~~~~
../include/IList.h:30:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListBase::empty;
^~~~~~~~~
In file included from ../include/List.cxx:7:0,
from ../include/List.h:48,
from ../include/DescriptorManager.h:8,
from ../include/PosixStorage.h:11,
from EntityApp.cxx:14:
../include/IListIter.h:20:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListIterBase::next;
^~~~~~~~~~~~~
../include/IListIter.h:21:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
IListIterBase::done;
^~~~~~~~~~~~~
In file included from ../include/Location.h:15:0,
from ../include/Message.h:12,
from ../include/MessageFormatter.h:14,
from ../include/MessageReporter.h:12,
from ../include/CmdLineApp.h:17,
from ../include/EntityApp.h:11,
from EntityApp.cxx:9:
../include/Vector.cxx: In instantiation of 'OpenSP::Vector::Vector(const OpenSP::Vector&) [with T = OpenSP::RangeMapRange]':
../include/RangeMap.h:27:7: required from here
../include/Vector.h:66:6: warning: 'OpenSP::Vector >::ptr_' will be initialized after [-Wreorder]
T *ptr_;
^~~~
../include/Vector.h:65:10: warning: 'size_t OpenSP::Vector >::size_' [-Wreorder]
size_t size_;
^~~~~
In file included from ../include/Vector.h:77:0,
from ../include/Location.h:15,
from ../include/Message.h:12,
from ../include/MessageFormatter.h:14,
from ../include/MessageReporter.h:12,
from ../include/CmdLineApp.h:17,
from ../include/EntityApp.h:11,
from EntityApp.cxx:9:
../include/Vector.cxx:26:1: warning: when initialized here [-Wreorder]
Vector::Vector(const Vector &v)
^~~~~~~~~
In file included from ../include/Location.h:15:0,
from ../include/Message.h:12,
from ../include/MessageFormatter.h:14,
from ../include/MessageReporter.h:12,
from ../include/CmdLineApp.h:17,
from ../include/EntityApp.h:11,
from EntityApp.cxx:9:
../include/Vector.h: In instantiation of 'OpenSP::Vector::Vector(size_t) [with T = OpenSP::String; size_t = long unsigned int]':
EntityApp.cxx:88:53: required from here
../include/Vector.h:66:6: warning: 'OpenSP::Vector >::ptr_' will be initialized after [-Wreorder]
T *ptr_;
^~~~
../include/Vector.h:65:10: warning: 'size_t OpenSP::Vector >::size_' [-Wreorder]
size_t size_;
^~~~~
../include/Vector.h:25:3: warning: when initialized here [-Wreorder]
Vector(size_t n) : ptr_(0), size_(0), alloc_(0) { append(n); }
^~~~~~
make[3]: Leaving directory '/usr/src/RPM/BUILD/OpenSP-1.5.2/lib'
make[3]: Entering directory '/usr/src/RPM/BUILD/OpenSP-1.5.2/lib'
/bin/sh ../libtool --tag=CXX --mode=compile x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../generic -pipe -frecord-gcc-switches -Wall -g -O2 -c -o Dtd.lo Dtd.cxx
libtool: compile: x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../generic -pipe -frecord-gcc-switches -Wall -g -O2 -c Dtd.cxx -fPIC -DPIC -o .libs/Dtd.o
In file included from ../include/NamedResourceTable.h:11:0,
from ../include/Dtd.h:11,
from Dtd.cxx:8:
../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr::isNull;
^~~~~~
../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr::clear;
^~~~~~
In file included from ../include/Markup.h:12:0,
from ../include/Entity.h:22,
from ../include/Dtd.h:14,
from Dtd.cxx:8:
../include/Syntax.h: In member function 'OpenSP::Boolean OpenSP::Syntax::isB(OpenSP::Xchar) const':
../include/Syntax.h:382:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
&& !(standardFunctionValid_[fRE] && c == standardFunction_[fRE])
~~^~~~~~~~~~~~~~~~~~~~~~~~~
../include/Syntax.h:383:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
&& !(standardFunctionValid_[fRS] && c == standardFunction_[fRS]));
~~^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/PointerTable.h:7:0,
from ../include/OwnerTable.h:7,
from ../include/NamedTable.h:10,
from ../include/Dtd.h:10,
from Dtd.cxx:8:
../include/Vector.h: In instantiation of 'OpenSP::Vector::Vector(size_t) [with T = OpenSP::LeafContentToken*; size_t = long unsigned int]':
../include/ContentToken.h:61:51: required from here
../include/Vector.h:66:6: warning: 'OpenSP::Vector::ptr_' will be initialized after [-Wreorder]
T *ptr_;
^~~~
../include/Vector.h:65:10: warning: 'size_t OpenSP::Vector::size_' [-Wreorder]
size_t size_;
^~~~~
../include/Vector.h:25:3: warning: when initialized here [-Wreorder]
Vector(size_t n) : ptr_(0), size_(0), alloc_(0) { append(n); }
^~~~~~
../include/Vector.cxx: In instantiation of 'OpenSP::Vector::Vector(const OpenSP::Vector&) [with T = OpenSP::RangeMapRange]':
../include/RangeMap.h:27:7: required from here
../include/Vector.h:66:6: warning: 'OpenSP::Vector >::ptr_' will be initialized after [-Wreorder]
T *ptr_;
^~~~
../include/Vector.h:65:10: warning: 'size_t OpenSP::Vector >::size_' [-Wreorder]
size_t size_;
^~~~~
In file included from ../include/Vector.h:77:0,
from ../include/PointerTable.h:7,
from ../include/OwnerTable.h:7,
from ../include/NamedTable.h:10,
from ../include/Dtd.h:10,
from Dtd.cxx:8:
../include/Vector.cxx:26:1: warning: when initialized here [-Wreorder]
Vector::Vector(const Vector &v)
^~~~~~~~~
In file included from ../include/PointerTable.h:7:0,
from ../include/OwnerTable.h:7,
from ../include/NamedTable.h:10,
from ../include/Dtd.h:10,
from Dtd.cxx:8:
../include/Vector.cxx: In instantiation of 'OpenSP::Vector::Vector(size_t, const T&) [with T = OpenSP::Ptr; size_t = long unsigned int]':
../include/PointerTable.cxx:56:12: required from 'P OpenSP::PointerTable::insert(P, OpenSP::Boolean) [with P = OpenSP::Ptr; K = OpenSP::String; HF = OpenSP::Hash; KF = OpenSP::NamedResourceKeyFunction; OpenSP::Boolean = bool]'
../include/NamedResourceTable.h:37:30: required from 'OpenSP::Ptr OpenSP::NamedResourceTable::insert(const OpenSP::Ptr&, OpenSP::Boolean) [with T = OpenSP::Entity; OpenSP::Boolean = bool]'
../include/Dtd.h:165:51: required from here
../include/Vector.h:66:6: warning: 'OpenSP::Vector >::ptr_' will be initialized after [-Wreorder]
T *ptr_;
^~~~
../include/Vector.h:65:10: warning: 'size_t OpenSP::Vector >::size_' [-Wreorder]
size_t size_;
^~~~~
In file included from ../include/Vector.h:77:0,
from ../include/PointerTable.h:7,
from ../include/OwnerTable.h:7,
from ../include/NamedTable.h:10,
from ../include/Dtd.h:10,
from Dtd.cxx:8:
../include/Vector.cxx:33:1: warning: when initialized here [-Wreorder]
Vector::Vector(size_t n, const T &t)
^~~~~~~~~
In file included from ../include/PointerTable.h:7:0,
from ../include/OwnerTable.h:7,
from ../include/NamedTable.h:10,
from ../include/Dtd.h:10,
from Dtd.cxx:8:
../include/Vector.cxx: In instantiation of 'OpenSP::Vector::Vector(size_t, const T&) [with T = OpenSP::Named*; size_t = long unsigned int]':
../include/PointerTable.cxx:56:12: required from 'P OpenSP::PointerTable::insert(P, OpenSP::Boolean) [with P = OpenSP::Named*; K = OpenSP::String; HF = OpenSP::Hash; KF = OpenSP::NamedTableKeyFunction; OpenSP::Boolean = bool]'
../include/NamedTable.h:28:40: required from 'T* OpenSP::NamedTable::insert(T*) [with T = OpenSP::ElementType]'
../include/Dtd.h:279:36: required from here
../include/Vector.h:66:6: warning: 'OpenSP::Vector::ptr_' will be initialized after [-Wreorder]
T *ptr_;
^~~~
../include/Vector.h:65:10: warning: 'size_t OpenSP::Vector::size_' [-Wreorder]
size_t size_;
^~~~~
In file included from ../include/Vector.h:77:0,
from ../include/PointerTable.h:7,
from ../include/OwnerTable.h:7,
from ../include/NamedTable.h:10,
from ../include/Dtd.h:10,
from Dtd.cxx:8:
../include/Vector.cxx:33:1: warning: when initialized here [-Wreorder]
Vector::Vector(size_t n, const T &t)
^~~~~~~~~
In file included from ../include/PointerTable.h:7:0,
from ../include/OwnerTable.h:7,
from ../include/NamedTable.h:10,
from ../include/Dtd.h:10,
from Dtd.cxx:8:
../include/Vector.cxx: In instantiation of 'OpenSP::Vector::Vector(size_t, const T&) [with T = OpenSP::HashTableItemBase >*; size_t = long unsigned int]':
../include/PointerTable.cxx:56:12: required from 'P OpenSP::PointerTable::insert(P, OpenSP::Boolean) [with P = OpenSP::HashTableItemBase >*; K = OpenSP::String; HF = OpenSP::Hash; KF = OpenSP::HashTableKeyFunction >; OpenSP::Boolean = bool]'
../include/HashTable.cxx:15:30: required from 'void OpenSP::HashTable::insert(const K&, const V&, OpenSP::Boolean) [with K = OpenSP::String; V = int; OpenSP::Boolean = bool]'
Dtd.cxx:40:52: required from here
../include/Vector.h:66:6: warning: 'OpenSP::Vector >*>::ptr_' will be initialized after [-Wreorder]
T *ptr_;
^~~~
../include/Vector.h:65:10: warning: 'size_t OpenSP::Vector >*>::size_' [-Wreorder]
size_t size_;
^~~~~
In file included from ../include/Vector.h:77:0,
from ../include/PointerTable.h:7,
from ../include/OwnerTable.h:7,
from ../include/NamedTable.h:10,
from ../include/Dtd.h:10,
from Dtd.cxx:8:
../include/Vector.cxx:33:1: warning: when initialized here [-Wreorder]
Vector::Vector(size_t n, const T &t)
^~~~~~~~~
make[3]: Leaving directory '/usr/src/RPM/BUILD/OpenSP-1.5.2/lib'
make[3]: Entering directory '/usr/src/RPM/BUILD/OpenSP-1.5.2/lib'
/bin/sh ../libtool --tag=CXX --mode=compile x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../generic -pipe -frecord-gcc-switches -Wall -g -O2 -c -o ErrnoMessageArg.lo ErrnoMessageArg.cxx
libtool: compile: x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../generic -pipe -frecord-gcc-switches -Wall -g -O2 -c ErrnoMessageArg.cxx -fPIC -DPIC -o .libs/ErrnoMessageArg.o
make[3]: Leaving directory '/usr/src/RPM/BUILD/OpenSP-1.5.2/lib'
make[3]: Entering directory '/usr/src/RPM/BUILD/OpenSP-1.5.2/lib'
/bin/sh ../libtool --tag=CXX --mode=compile x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../generic -pipe -frecord-gcc-switches -Wall -g -O2 -c -o EventGenerator.lo EventGenerator.cxx
libtool: compile: x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../generic -pipe -frecord-gcc-switches -Wall -g -O2 -c EventGenerator.cxx -fPIC -DPIC -o .libs/EventGenerator.o
make[3]: Leaving directory '/usr/src/RPM/BUILD/OpenSP-1.5.2/lib'
make[3]: Entering directory '/usr/src/RPM/BUILD/OpenSP-1.5.2/lib'
/bin/sh ../libtool --tag=CXX --mode=compile x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../generic -pipe -frecord-gcc-switches -Wall -g -O2 -c -o ContentToken.lo ContentToken.cxx
libtool: compile: x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../generic -pipe -frecord-gcc-switches -Wall -g -O2 -c ContentToken.cxx -fPIC -DPIC -o .libs/ContentToken.o
In file included from ../include/Location.h:12:0,
from ../include/Text.h:13,
from ../include/ContentToken.h:11,
from ContentToken.cxx:9:
../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr::isNull;
^~~~~~
../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr::clear;
^~~~~~
In file included from ../include/Markup.h:12:0,
from ../include/Entity.h:22,
from ../include/Dtd.h:14,
from ContentToken.cxx:13:
../include/Syntax.h: In member function 'OpenSP::Boolean OpenSP::Syntax::isB(OpenSP::Xchar) const':
../include/Syntax.h:382:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
&& !(standardFunctionValid_[fRE] && c == standardFunction_[fRE])
~~^~~~~~~~~~~~~~~~~~~~~~~~~
../include/Syntax.h:383:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
&& !(standardFunctionValid_[fRS] && c == standardFunction_[fRS]));
~~^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ContentToken.cxx:9:0:
../include/ContentToken.h: In constructor 'OpenSP::LeafContentToken::LeafContentToken(const OpenSP::ElementType*, OpenSP::ContentToken::OccurrenceIndicator)':
../include/ContentToken.h:244:22: warning: 'OpenSP::LeafContentToken::element_' will be initialized after [-Wreorder]
const ElementType *element_;
^~~~~~~~
ContentToken.cxx:116:28: warning: base 'OpenSP::ContentToken' [-Wreorder]
requiredIndex_(size_t(-1))
^
ContentToken.cxx:113:1: warning: when initialized here [-Wreorder]
LeafContentToken::LeafContentToken(const ElementType *element,
^~~~~~~~~~~~~~~~
ContentToken.cxx: In constructor 'OpenSP::GroupInfo::GroupInfo(size_t)':
ContentToken.cxx:182:20: warning: 'OpenSP::GroupInfo::nextTypeIndex' will be initialized after [-Wreorder]
Vector nextTypeIndex;
^~~~~~~~~~~~~
ContentToken.cxx:179:12: warning: 'unsigned int OpenSP::GroupInfo::nextLeafIndex' [-Wreorder]
unsigned nextLeafIndex;
^~~~~~~~~~~~~
ContentToken.cxx:187:1: warning: when initialized here [-Wreorder]
GroupInfo::GroupInfo(size_t nType)
^~~~~~~~~
In file included from ContentToken.cxx:9:0:
../include/ContentToken.h: In constructor 'OpenSP::AndState::AndState(unsigned int)':
../include/ContentToken.h:346:25: warning: 'OpenSP::AndState::v_' will be initialized after [-Wreorder]
Vector v_;
^~
../include/ContentToken.h:345:12: warning: 'unsigned int OpenSP::AndState::clearFrom_' [-Wreorder]
unsigned clearFrom_;
^~~~~~~~~~
ContentToken.cxx:581:1: warning: when initialized here [-Wreorder]
AndState::AndState(unsigned n)
^~~~~~~~
In file included from ../include/Text.h:12:0,
from ../include/ContentToken.h:11,
from ContentToken.cxx:9:
../include/Vector.h: In instantiation of 'OpenSP::Vector::Vector(size_t) [with T = OpenSP::LeafContentToken*; size_t = long unsigned int]':
../include/ContentToken.h:61:51: required from here
../include/Vector.h:66:6: warning: 'OpenSP::Vector::ptr_' will be initialized after [-Wreorder]
T *ptr_;
^~~~
../include/Vector.h:65:10: warning: 'size_t OpenSP::Vector::size_' [-Wreorder]
size_t size_;
^~~~~
../include/Vector.h:25:3: warning: when initialized here [-Wreorder]
Vector(size_t n) : ptr_(0), size_(0), alloc_(0) { append(n); }
^~~~~~
../include/Vector.cxx: In instantiation of 'OpenSP::Vector::Vector(const OpenSP::Vector&) [with T = OpenSP::RangeMapRange]':
../include/RangeMap.h:27:7: required from here
../include/Vector.h:66:6: warning: 'OpenSP::Vector >::ptr_' will be initialized after [-Wreorder]
T *ptr_;
^~~~
../include/Vector.h:65:10: warning: 'size_t OpenSP::Vector >::size_' [-Wreorder]
size_t size_;
^~~~~
In file included from ../include/Vector.h:77:0,
from ../include/Text.h:12,
from ../include/ContentToken.h:11,
from ContentToken.cxx:9:
../include/Vector.cxx:26:1: warning: when initialized here [-Wreorder]
Vector::Vector(const Vector &v)
^~~~~~~~~
In file included from ../include/Text.h:12:0,
from ../include/ContentToken.h:11,
from ContentToken.cxx:9:
../include/Vector.cxx: In instantiation of 'OpenSP::Vector::Vector(size_t, const T&) [with T = unsigned int; size_t = long unsigned int]':
ContentToken.cxx:188:79: required from here
../include/Vector.h:66:6: warning: 'OpenSP::Vector::ptr_' will be initialized after [-Wreorder]
T *ptr_;
^~~~
../include/Vector.h:65:10: warning: 'size_t OpenSP::Vector::size_' [-Wreorder]
size_t size_;
^~~~~
In file included from ../include/Vector.h:77:0,
from ../include/Text.h:12,
from ../include/ContentToken.h:11,
from ContentToken.cxx:9:
../include/Vector.cxx:33:1: warning: when initialized here [-Wreorder]
Vector::Vector(size_t n, const T &t)
^~~~~~~~~
In file included from ../include/Text.h:12:0,
from ../include/ContentToken.h:11,
from ContentToken.cxx:9:
../include/Vector.h: In instantiation of 'OpenSP::Vector::Vector(size_t) [with T = unsigned int; size_t = long unsigned int]':
ContentToken.cxx:216:50: required from here
../include/Vector.h:66:6: warning: 'OpenSP::Vector::ptr_' will be initialized after [-Wreorder]
T *ptr_;
^~~~
../include/Vector.h:65:10: warning: 'size_t OpenSP::Vector::size_' [-Wreorder]
size_t size_;
^~~~~
../include/Vector.h:25:3: warning: when initialized here [-Wreorder]
Vector(size_t n) : ptr_(0), size_(0), alloc_(0) { append(n); }
^~~~~~
../include/Vector.h: In instantiation of 'OpenSP::Vector::Vector(size_t) [with T = long unsigned int; size_t = long unsigned int]':
ContentToken.cxx:217:53: required from here
../include/Vector.h:66:6: warning: 'OpenSP::Vector::ptr_' will be initialized after [-Wreorder]
T *ptr_;
^~~~
../include/Vector.h:65:10: warning: 'size_t OpenSP::Vector::size_' [-Wreorder]
size_t size_;
^~~~~
../include/Vector.h:25:3: warning: when initialized here [-Wreorder]
Vector(size_t n) : ptr_(0), size_(0), alloc_(0) { append(n); }
^~~~~~
../include/Vector.h: In instantiation of 'OpenSP::Vector::Vector(size_t) [with T = OpenSP::FirstSet; size_t = long unsigned int]':
ContentToken.cxx:505:39: required from here
../include/Vector.h:66:6: warning: 'OpenSP::Vector::ptr_' will be initialized after [-Wreorder]
T *ptr_;
^~~~
../include/Vector.h:65:10: warning: 'size_t OpenSP::Vector::size_' [-Wreorder]
size_t size_;
^~~~~
../include/Vector.h:25:3: warning: when initialized here [-Wreorder]
Vector(size_t n) : ptr_(0), size_(0), alloc_(0) { append(n); }
^~~~~~
../include/Vector.h: In instantiation of 'OpenSP::Vector::Vector(size_t) [with T = OpenSP::LastSet; size_t = long unsigned int]':
ContentToken.cxx:506:37: required from here
../include/Vector.h:66:6: warning: 'OpenSP::Vector::ptr_' will be initialized after [-Wreorder]
T *ptr_;
^~~~
../include/Vector.h:65:10: warning: 'size_t OpenSP::Vector::size_' [-Wreorder]
size_t size_;
^~~~~
../include/Vector.h:25:3: warning: when initialized here [-Wreorder]
Vector(size_t n) : ptr_(0), size_(0), alloc_(0) { append(n); }
^~~~~~
../include/Vector.cxx: In instantiation of 'OpenSP::Vector::Vector(size_t, const T&) [with T = bool; size_t = long unsigned int]':
ContentToken.cxx:582:40: required from here
../include/Vector.h:66:6: warning: 'OpenSP::Vector::ptr_' will be initialized after [-Wreorder]
T *ptr_;
^~~~
../include/Vector.h:65:10: warning: 'size_t OpenSP::Vector::size_' [-Wreorder]
size_t size_;
^~~~~
In file included from ../include/Vector.h:77:0,
from ../include/Text.h:12,
from ../include/ContentToken.h:11,
from ContentToken.cxx:9:
../include/Vector.cxx:33:1: warning: when initialized here [-Wreorder]
Vector::Vector(size_t n, const T &t)
^~~~~~~~~
In file included from ../include/Text.h:12:0,
from ../include/ContentToken.h:11,
from ContentToken.cxx:9:
../include/Vector.cxx: In instantiation of 'OpenSP::Vector::Vector(size_t, const T&) [with T = OpenSP::Ptr; size_t = long unsigned int]':
../include/PointerTable.cxx:56:12: required from 'P OpenSP::PointerTable::insert(P, OpenSP::Boolean) [with P = OpenSP::Ptr; K = OpenSP::String; HF = OpenSP::Hash; KF = OpenSP::NamedResourceKeyFunction; OpenSP::Boolean = bool]'
../include/NamedResourceTable.h:37:30: required from 'OpenSP::Ptr OpenSP::NamedResourceTable::insert(const OpenSP::Ptr&, OpenSP::Boolean) [with T = OpenSP::Entity; OpenSP::Boolean = bool]'
../include/Dtd.h:165:51: required from here
../include/Vector.h:66:6: warning: 'OpenSP::Vector >::ptr_' will be initialized after [-Wreorder]
T *ptr_;
^~~~
../include/Vector.h:65:10: warning: 'size_t OpenSP::Vector >::size_' [-Wreorder]
size_t size_;
^~~~~
In file included from ../include/Vector.h:77:0,
from ../include/Text.h:12,
from ../include/ContentToken.h:11,
from ContentToken.cxx:9:
../include/Vector.cxx:33:1: warning: when initialized here [-Wreorder]
Vector::Vector(size_t n, const T &t)
^~~~~~~~~
In file included from ../include/Text.h:12:0,
from ../include/ContentToken.h:11,
from ContentToken.cxx:9:
../include/Vector.cxx: In instantiation of 'OpenSP::Vector::Vector(size_t, const T&) [with T = OpenSP::Named*; size_t = long unsigned int]':
../include/PointerTable.cxx:56:12: required from 'P OpenSP::PointerTable::insert(P, OpenSP::Boolean) [with P = OpenSP::Named*; K = OpenSP::String; HF = OpenSP::Hash; KF = OpenSP::NamedTableKeyFunction; OpenSP::Boolean = bool]'
../include/NamedTable.h:28:40: required from 'T* OpenSP::NamedTable::insert(T*) [with T = OpenSP::ElementType]'
../include/Dtd.h:279:36: required from here
../include/Vector.h:66:6: warning: 'OpenSP::Vector::ptr_' will be initialized after [-Wreorder]
T *ptr_;
^~~~
../include/Vector.h:65:10: warning: 'size_t OpenSP::Vector::size_' [-Wreorder]
size_t size_;
^~~~~
In file included from ../include/Vector.h:77:0,
from ../include/Text.h:12,
from ../include/ContentToken.h:11,
from ContentToken.cxx:9:
../include/Vector.cxx:33:1: warning: when initialized here [-Wreorder]
Vector::Vector(size_t n, const T &t)
^~~~~~~~~
make[3]: Leaving directory '/usr/src/RPM/BUILD/OpenSP-1.5.2/lib'
make[3]: Entering directory '/usr/src/RPM/BUILD/OpenSP-1.5.2/lib'
/bin/sh ../libtool --tag=CXX --mode=compile x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../generic -pipe -frecord-gcc-switches -Wall -g -O2 -c -o Attribute.lo Attribute.cxx
libtool: compile: x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../generic -pipe -frecord-gcc-switches -Wall -g -O2 -c Attribute.cxx -fPIC -DPIC -o .libs/Attribute.o
In file included from ../include/Location.h:12:0,
from ../include/Text.h:13,
from ../include/Attribute.h:17,
from Attribute.cxx:8:
../include/Ptr.h:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr::isNull;
^~~~~~
../include/Ptr.h:73:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the 'using' keyword [-Wdeprecated]
Ptr::clear;
^~~~~~
In file included from Attribute.cxx:12:0:
../include/Syntax.h: In member function 'OpenSP::Boolean OpenSP::Syntax::isB(OpenSP::Xchar) const':
../include/Syntax.h:382:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
&& !(standardFunctionValid_[fRE] && c == standardFunction_[fRE])
~~^~~~~~~~~~~~~~~~~~~~~~~~~
../include/Syntax.h:383:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
&& !(standardFunctionValid_[fRS] && c == standardFunction_[fRS]));
~~^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from Attribute.cxx:8:0:
../include/Attribute.h: In constructor 'OpenSP::AttributeDefinition::AttributeDefinition(const StringC&, OpenSP::DeclaredValue*)':
../include/Attribute.h:291:28: warning: 'OpenSP::AttributeDefinition::declaredValue_' will be initialized after [-Wreorder]
CopyOwner declaredValue_;
^~~~~~~~~~~~~~
../include/Attribute.h:287:17: warning: 'OpenSP::PackedBoolean OpenSP::AttributeDefinition::implicit_' [-Wreorder]
PackedBoolean implicit_;
^~~~~~~~~
Attribute.cxx:590:1: warning: when initialized here [-Wreorder]
AttributeDefinition::AttributeDefinition(const StringC &name,
^~~~~~~~~~~~~~~~~~~
Attribute.cxx: In member function 'void OpenSP::AttributeDefinition::setOrigName(OpenSP::StringC&)':
Attribute.cxx:609:17: warning: the compiler can assume that the address of 'origName' will never be NULL [-Waddress]
if (&origName != NULL)
^
In file included from Attribute.cxx:8:0:
../include/Attribute.h: In constructor 'OpenSP::AttributeDefinitionList::AttributeDefinitionList(OpenSP::Vector >&, size_t, OpenSP::Boolean, size_t, size_t)':
../include/Attribute.h:382:11: warning: 'OpenSP::AttributeDefinitionList::anyCurrent_' will be initialized after [-Wreorder]
Boolean anyCurrent_;
^~~~~~~~~~~
../include/Attribute.h:380:10: warning: 'size_t OpenSP::AttributeDefinitionList::idIndex_' [-Wreorder]
size_t idIndex_; // -1 if no ID attribute
^~~~~~~~
Attribute.cxx:883:1: warning: when initialized here [-Wreorder]
AttributeDefinitionList
^~~~~~~~~~~~~~~~~~~~~~~
In file included from Attribute.cxx:8:0:
../include/Attribute.h: In constructor 'OpenSP::AttributeDefinitionList::AttributeDefinitionList(const OpenSP::ConstPtr&)':
../include/Attribute.h:383:37: warning: 'OpenSP::AttributeDefinitionList::prev_' will be initialized after [-Wreorder]
ConstPtr prev_;
^~~~~
../include/Attribute.h:379:10: warning: 'size_t OpenSP::AttributeDefinitionList::index_' [-Wreorder]
size_t index_;
^~~~~~
Attribute.cxx:895:1: warning: when initialized here [-Wreorder]
AttributeDefinitionList:: AttributeDefinitionList(const ConstPtr &def)
^~~~~~~~~~~~~~~~~~~~~~~
In file included from Attribute.cxx:8:0:
../include/Attribute.h: In constructor 'OpenSP::AttributeList::AttributeList(const OpenSP::ConstPtr&)':
../include/Attribute.h:531:37: warning: 'OpenSP::AttributeList::def_' will be initialized after [-Wreorder]
ConstPtr def_;
^~~~
../include/Attribute.h:530:21: warning: 'OpenSP::Vector OpenSP::AttributeList::vec_' [-Wreorder]
Vector vec_;
^~~~
Attribute.cxx:1179:1: warning: when initialized here [-Wreorder]
AttributeList::AttributeList(const ConstPtr &def)
^~~~~~~~~~~~~
In file included from Attribute.cxx:8:0:
../include/Attribute.h:530:21: warning: 'OpenSP::AttributeList::vec_' will be initialized after [-Wreorder]
Vector vec_;
^~~~
../include/Attribute.h:529:10: warning: 'size_t OpenSP::AttributeList::nSpec_' [-Wreorder]
size_t nSpec_;
^~~~~~
Attribute.cxx:1179:1: warning: when initialized here [-Wreorder]
AttributeList::AttributeList(const ConstPtr &def)
^~~~~~~~~~~~~
In file included from Attribute.cxx:8:0:
../include/Attribute.h:529:10: warning: 'OpenSP::AttributeList::nSpec_' will be initialized after [-Wreorder]
size_t nSpec_;
^~~~~~
../include/Attribute.h:526:17: warning: 'OpenSP::PackedBoolean OpenSP::AttributeList::conref_' [-Wreorder]
PackedBoolean conref_;
^~~~~~~
Attribute.cxx:1179:1: warning: when initialized here [-Wreorder]
AttributeList::AttributeList(const ConstPtr &def)
^~~~~~~~~~~~~
In file included from Attribute.cxx:8:0:
../include/Attribute.h: In constructor 'OpenSP::AttributeList::AttributeList()':
../include/Attribute.h:529:10: warning: 'OpenSP::AttributeList::nSpec_' will be initialized after [-Wreorder]
size_t nSpec_;
^~~~~~
../include/Attribute.h:526:17: warning: 'OpenSP::PackedBoolean OpenSP::AttributeList::conref_' [-Wreorder]
PackedBoolean conref_;
^~~~~~~
Attribute.cxx:1185:1: warning: when initialized here [-Wreorder]
AttributeList::AttributeList()
^~~~~~~~~~~~~
In file included from ../include/Attribute.h:14:0,
from Attribute.cxx:8:
../include/Vector.cxx: In instantiation of 'OpenSP::Vector::Vector(const OpenSP::Vector&) [with T = OpenSP::RangeMapRange]':
../include/RangeMap.h:27:7: required from here
../include/Vector.h:66:6: warning: 'OpenSP::Vector