cxbx-shogun/src
Echelon9 bf70d51391 Fix initializer order for Error() object.
clang++ -g -O2 -Wall -I../../src -I../../src/Common/Linux -I../..src/Linux -o ../../src/Common/OpenXDK.o -c ../../src/Common/OpenXDK.cpp
In file included from ../../src/Common/OpenXDK.cpp:34:
In file included from ../../src/Common/Xbe.h:37:
../../src/Common/Error.h:54:19: warning: field 'm_szError' will be initialized
      after field 'm_bFatal' [-Wreorder]
        Error() : m_szError(0), m_bFatal(false) { }
                  ^
1 warning generated.
2015-10-30 02:43:13 +11:00
..
Common Fix initializer order for Error() object. 2015-10-30 02:43:13 +11:00
Core Further cleanup of stray variables to printf()s 2013-05-05 11:09:22 +10:00
Cxbe Update gitattributes (with line ending fixes) 2012-10-07 23:58:52 +11:00
Cxbx Ensure the Cxbx Kernel .dll is labelled correctly throughout, taking the opportunity to simplify the Release and Debug branches. Bump version number as well. 2012-11-26 01:44:43 +11:00
CxbxKrnl Add XDK 4361 D3DDevice_DeleteStateBlock() and Direct3DDevice8::SetVerticalBlankCallback() 2015-10-26 02:14:14 +11:00
Standard/Cxbe Update gitattributes (with line ending fixes) 2012-10-07 23:58:52 +11:00
Cxbx.h Ensure the Cxbx Kernel .dll is labelled correctly throughout, taking the opportunity to simplify the Release and Debug branches. Bump version number as well. 2012-11-26 01:44:43 +11:00