[ 0%] Building CXX object Libraries/Core/CMakeFiles/Core.dir/src/allocator.cpp.obj In file included from /amiga/Eldritch-master/code/Libraries/Core/src/core.h:171, from /amiga/Eldritch-master/code/Libraries/Core/src/allocator.cpp:1: /amiga/Eldritch-master/code/Libraries/Core/src/color.h: In constructor ‘Color::Color(byte, byte, byte, byte)’: /amiga/Eldritch-master/code/Libraries/Core/src/color.h:16:12: warning: ‘Color::::::A’ will be initialized after [-Wreorder] byte A; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:15:12: warning: ‘byte Color::::::R’ [-Wreorder] byte R; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:7:3: warning: when initialized here [-Wreorder] Color(byte a, byte r, byte g, byte b) : A(a), R(r), G(g), B(b) {} ^~~~~ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:15:12: warning: ‘Color::::::R’ will be initialized after [-Wreorder] byte R; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:14:12: warning: ‘byte Color::::::G’ [-Wreorder] byte G; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:7:3: warning: when initialized here [-Wreorder] Color(byte a, byte r, byte g, byte b) : A(a), R(r), G(g), B(b) {} ^~~~~ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:14:12: warning: ‘Color::::::G’ will be initialized after [-Wreorder] byte G; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:13:12: warning: ‘byte Color::::::B’ [-Wreorder] byte B; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:7:3: warning: when initialized here [-Wreorder] Color(byte a, byte r, byte g, byte b) : A(a), R(r), G(g), B(b) {} ^~~~~ [ 1%] Building CXX object Libraries/Core/CMakeFiles/Core.dir/src/allocatorchunk.cpp.obj In file included from /amiga/Eldritch-master/code/Libraries/Core/src/core.h:171, from /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.cpp:1: /amiga/Eldritch-master/code/Libraries/Core/src/color.h: In constructor ‘Color::Color(byte, byte, byte, byte)’: /amiga/Eldritch-master/code/Libraries/Core/src/color.h:16:12: warning: ‘Color::::::A’ will be initialized after [-Wreorder] byte A; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:15:12: warning: ‘byte Color::::::R’ [-Wreorder] byte R; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:7:3: warning: when initialized here [-Wreorder] Color(byte a, byte r, byte g, byte b) : A(a), R(r), G(g), B(b) {} ^~~~~ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:15:12: warning: ‘Color::::::R’ will be initialized after [-Wreorder] byte R; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:14:12: warning: ‘byte Color::::::G’ [-Wreorder] byte G; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:7:3: warning: when initialized here [-Wreorder] Color(byte a, byte r, byte g, byte b) : A(a), R(r), G(g), B(b) {} ^~~~~ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:14:12: warning: ‘Color::::::G’ will be initialized after [-Wreorder] byte G; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:13:12: warning: ‘byte Color::::::B’ [-Wreorder] byte B; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:7:3: warning: when initialized here [-Wreorder] Color(byte a, byte r, byte g, byte b) : A(a), R(r), G(g), B(b) {} ^~~~~ In file included from /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.cpp:2: /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.h: In constructor ‘AllocatorChunk::AllocatorChunk()’: /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.h:69:8: warning: ‘AllocatorChunk::m_MaxOverhead’ will be initialized after [-Wreorder] uint m_MaxOverhead; ^~~~~~~~~~~~~ /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.h:65:8: warning: ‘uint AllocatorChunk::m_FreeSpace’ [-Wreorder] uint m_FreeSpace; // Actual free space remaining (capacity minus allocated ^~~~~~~~~~~ /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.cpp:34:1: warning: when initialized here [-Wreorder] AllocatorChunk::AllocatorChunk() ^~~~~~~~~~~~~~ In file included from /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.cpp:2: /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.h:70:8: warning: ‘AllocatorChunk::m_MinFree’ will be initialized after [-Wreorder] uint m_MinFree; ^~~~~~~~~ /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.h:68:8: warning: ‘uint AllocatorChunk::m_MaxAlloc’ [-Wreorder] uint m_MaxAlloc; ^~~~~~~~~~ /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.cpp:34:1: warning: when initialized here [-Wreorder] AllocatorChunk::AllocatorChunk() ^~~~~~~~~~~~~~ In file included from /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.cpp:2: /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.h:68:8: warning: ‘AllocatorChunk::m_MaxAlloc’ will be initialized after [-Wreorder] uint m_MaxAlloc; ^~~~~~~~~~ /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.h:67:8: warning: ‘uint AllocatorChunk::m_NumBlocks’ [-Wreorder] uint m_NumBlocks; ^~~~~~~~~~~ /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.cpp:34:1: warning: when initialized here [-Wreorder] AllocatorChunk::AllocatorChunk() ^~~~~~~~~~~~~~ [ 1%] Building CXX object Libraries/Core/CMakeFiles/Core.dir/src/bufferedfilestream.cpp.obj In file included from /amiga/Eldritch-master/code/Libraries/Core/src/core.h:171, from /amiga/Eldritch-master/code/Libraries/Core/src/bufferedfilestream.cpp:1: /amiga/Eldritch-master/code/Libraries/Core/src/color.h: In constructor ‘Color::Color(byte, byte, byte, byte)’: /amiga/Eldritch-master/code/Libraries/Core/src/color.h:16:12: warning: ‘Color::::::A’ will be initialized after [-Wreorder] byte A; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:15:12: warning: ‘byte Color::::::R’ [-Wreorder] byte R; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:7:3: warning: when initialized here [-Wreorder] Color(byte a, byte r, byte g, byte b) : A(a), R(r), G(g), B(b) {} ^~~~~ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:15:12: warning: ‘Color::::::R’ will be initialized after [-Wreorder] byte R; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:14:12: warning: ‘byte Color::::::G’ [-Wreorder] byte G; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:7:3: warning: when initialized here [-Wreorder] Color(byte a, byte r, byte g, byte b) : A(a), R(r), G(g), B(b) {} ^~~~~ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:14:12: warning: ‘Color::::::G’ will be initialized after [-Wreorder] byte G; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:13:12: warning: ‘byte Color::::::B’ [-Wreorder] byte B; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:7:3: warning: when initialized here [-Wreorder] Color(byte a, byte r, byte g, byte b) : A(a), R(r), G(g), B(b) {} ^~~~~ [ 1%] Building CXX object Libraries/Core/CMakeFiles/Core.dir/src/checksum.cpp.obj In file included from /amiga/Eldritch-master/code/Libraries/Core/src/core.h:171, from /amiga/Eldritch-master/code/Libraries/Core/src/checksum.cpp:1: /amiga/Eldritch-master/code/Libraries/Core/src/color.h: In constructor ‘Color::Color(byte, byte, byte, byte)’: /amiga/Eldritch-master/code/Libraries/Core/src/color.h:16:12: warning: ‘Color::::::A’ will be initialized after [-Wreorder] byte A; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:15:12: warning: ‘byte Color::::::R’ [-Wreorder] byte R; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:7:3: warning: when initialized here [-Wreorder] Color(byte a, byte r, byte g, byte b) : A(a), R(r), G(g), B(b) {} ^~~~~ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:15:12: warning: ‘Color::::::R’ will be initialized after [-Wreorder] byte R; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:14:12: warning: ‘byte Color::::::G’ [-Wreorder] byte G; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:7:3: warning: when initialized here [-Wreorder] Color(byte a, byte r, byte g, byte b) : A(a), R(r), G(g), B(b) {} ^~~~~ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:14:12: warning: ‘Color::::::G’ will be initialized after [-Wreorder] byte G; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:13:12: warning: ‘byte Color::::::B’ [-Wreorder] byte B; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:7:3: warning: when initialized here [-Wreorder] Color(byte a, byte r, byte g, byte b) : A(a), R(r), G(g), B(b) {} ^~~~~ [ 1%] Building CXX object Libraries/Core/CMakeFiles/Core.dir/src/clock.cpp.obj make[2]: *** [Libraries/Core/CMakeFiles/Core.dir/build.make:231: Libraries/Core/CMakeFiles/Core.dir/src/clock.cpp.obj] Interrupt make[1]: *** [CMakeFiles/Makefile2:86: Libraries/Core/CMakeFiles/Core.dir/all] Interrupt make: *** [Makefile:84: all] Interrupt user@DESKTOP-3NFAB0O /amiga/Eldritch-master/code/build $ clear user@DESKTOP-3NFAB0O /amiga/Eldritch-master/code/build $ make clean user@DESKTOP-3NFAB0O /amiga/Eldritch-master/code/build $ make [ 1%] Building CXX object Libraries/Core/CMakeFiles/Core.dir/src/TinyXML/tinyxml.cpp.obj [ 1%] Building CXX object Libraries/Core/CMakeFiles/Core.dir/src/TinyXML/tinyxmlerror.cpp.obj [ 1%] Building CXX object Libraries/Core/CMakeFiles/Core.dir/src/TinyXML/tinyxmlparser.cpp.obj /amiga/Eldritch-master/code/Libraries/Core/src/TinyXML/tinyxmlparser.cpp: In static member function ‘static const char* TiXmlBase::SkipWhiteSpace(const char*, TiXmlEncoding)’: /amiga/Eldritch-master/code/Libraries/Core/src/TinyXML/tinyxmlparser.cpp:353:15: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] while (*p && IsWhiteSpace(*p) || *p == '\n' || *p == '\r') ++p; ~~~^~~~~~~~~~~~~~~~~~~ [ 1%] Building CXX object Libraries/Core/CMakeFiles/Core.dir/src/allocator.cpp.obj In file included from /amiga/Eldritch-master/code/Libraries/Core/src/core.h:171, from /amiga/Eldritch-master/code/Libraries/Core/src/allocator.cpp:1: /amiga/Eldritch-master/code/Libraries/Core/src/color.h: In constructor ‘Color::Color(byte, byte, byte, byte)’: /amiga/Eldritch-master/code/Libraries/Core/src/color.h:16:12: warning: ‘Color::::::A’ will be initialized after [-Wreorder] byte A; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:15:12: warning: ‘byte Color::::::R’ [-Wreorder] byte R; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:7:3: warning: when initialized here [-Wreorder] Color(byte a, byte r, byte g, byte b) : A(a), R(r), G(g), B(b) {} ^~~~~ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:15:12: warning: ‘Color::::::R’ will be initialized after [-Wreorder] byte R; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:14:12: warning: ‘byte Color::::::G’ [-Wreorder] byte G; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:7:3: warning: when initialized here [-Wreorder] Color(byte a, byte r, byte g, byte b) : A(a), R(r), G(g), B(b) {} ^~~~~ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:14:12: warning: ‘Color::::::G’ will be initialized after [-Wreorder] byte G; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:13:12: warning: ‘byte Color::::::B’ [-Wreorder] byte B; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:7:3: warning: when initialized here [-Wreorder] Color(byte a, byte r, byte g, byte b) : A(a), R(r), G(g), B(b) {} ^~~~~ [ 2%] Building CXX object Libraries/Core/CMakeFiles/Core.dir/src/allocatorchunk.cpp.obj In file included from /amiga/Eldritch-master/code/Libraries/Core/src/core.h:171, from /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.cpp:1: /amiga/Eldritch-master/code/Libraries/Core/src/color.h: In constructor ‘Color::Color(byte, byte, byte, byte)’: /amiga/Eldritch-master/code/Libraries/Core/src/color.h:16:12: warning: ‘Color::::::A’ will be initialized after [-Wreorder] byte A; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:15:12: warning: ‘byte Color::::::R’ [-Wreorder] byte R; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:7:3: warning: when initialized here [-Wreorder] Color(byte a, byte r, byte g, byte b) : A(a), R(r), G(g), B(b) {} ^~~~~ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:15:12: warning: ‘Color::::::R’ will be initialized after [-Wreorder] byte R; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:14:12: warning: ‘byte Color::::::G’ [-Wreorder] byte G; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:7:3: warning: when initialized here [-Wreorder] Color(byte a, byte r, byte g, byte b) : A(a), R(r), G(g), B(b) {} ^~~~~ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:14:12: warning: ‘Color::::::G’ will be initialized after [-Wreorder] byte G; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:13:12: warning: ‘byte Color::::::B’ [-Wreorder] byte B; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:7:3: warning: when initialized here [-Wreorder] Color(byte a, byte r, byte g, byte b) : A(a), R(r), G(g), B(b) {} ^~~~~ In file included from /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.cpp:2: /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.h: In constructor ‘AllocatorChunk::AllocatorChunk()’: /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.h:69:8: warning: ‘AllocatorChunk::m_MaxOverhead’ will be initialized after [-Wreorder] uint m_MaxOverhead; ^~~~~~~~~~~~~ /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.h:65:8: warning: ‘uint AllocatorChunk::m_FreeSpace’ [-Wreorder] uint m_FreeSpace; // Actual free space remaining (capacity minus allocated ^~~~~~~~~~~ /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.cpp:34:1: warning: when initialized here [-Wreorder] AllocatorChunk::AllocatorChunk() ^~~~~~~~~~~~~~ In file included from /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.cpp:2: /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.h:70:8: warning: ‘AllocatorChunk::m_MinFree’ will be initialized after [-Wreorder] uint m_MinFree; ^~~~~~~~~ /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.h:68:8: warning: ‘uint AllocatorChunk::m_MaxAlloc’ [-Wreorder] uint m_MaxAlloc; ^~~~~~~~~~ /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.cpp:34:1: warning: when initialized here [-Wreorder] AllocatorChunk::AllocatorChunk() ^~~~~~~~~~~~~~ In file included from /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.cpp:2: /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.h:68:8: warning: ‘AllocatorChunk::m_MaxAlloc’ will be initialized after [-Wreorder] uint m_MaxAlloc; ^~~~~~~~~~ /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.h:67:8: warning: ‘uint AllocatorChunk::m_NumBlocks’ [-Wreorder] uint m_NumBlocks; ^~~~~~~~~~~ /amiga/Eldritch-master/code/Libraries/Core/src/allocatorchunk.cpp:34:1: warning: when initialized here [-Wreorder] AllocatorChunk::AllocatorChunk() ^~~~~~~~~~~~~~ [ 2%] Building CXX object Libraries/Core/CMakeFiles/Core.dir/src/bufferedfilestream.cpp.obj In file included from /amiga/Eldritch-master/code/Libraries/Core/src/core.h:171, from /amiga/Eldritch-master/code/Libraries/Core/src/bufferedfilestream.cpp:1: /amiga/Eldritch-master/code/Libraries/Core/src/color.h: In constructor ‘Color::Color(byte, byte, byte, byte)’: /amiga/Eldritch-master/code/Libraries/Core/src/color.h:16:12: warning: ‘Color::::::A’ will be initialized after [-Wreorder] byte A; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:15:12: warning: ‘byte Color::::::R’ [-Wreorder] byte R; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:7:3: warning: when initialized here [-Wreorder] Color(byte a, byte r, byte g, byte b) : A(a), R(r), G(g), B(b) {} ^~~~~ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:15:12: warning: ‘Color::::::R’ will be initialized after [-Wreorder] byte R; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:14:12: warning: ‘byte Color::::::G’ [-Wreorder] byte G; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:7:3: warning: when initialized here [-Wreorder] Color(byte a, byte r, byte g, byte b) : A(a), R(r), G(g), B(b) {} ^~~~~ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:14:12: warning: ‘Color::::::G’ will be initialized after [-Wreorder] byte G; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:13:12: warning: ‘byte Color::::::B’ [-Wreorder] byte B; ^ /amiga/Eldritch-master/code/Libraries/Core/src/color.h:7:3: warning: when initialized here [-Wreorder] Color(byte a, byte r, byte g, byte b) : A(a), R(r), G(g), B(b) {} ^~~~~