Code: Select all
E:\Softwarez\CodeBlocksPortable\Projects\irrlicht-1.8\irrlicht-1.8\source\Irrlicht\CSoftwareDriver2.cpp|1536|warning: 'sourceIndex' may be used uninitialized in this function [-Wuninitialized]|
[u]E:\Softwarez\CodeBlocksPortable\Projects\irrlicht-1.8\irrlicht-1.8\source\Irrlicht\CSoftwareDriver2.cpp|1511|note: 'sourceIndex' was declared here|[/u]
Also, for some other unknown reason -wall is enabled by default, a flag I really dislike *It always misbehaves*
Compilation seems to work with -wall disabled.
Going to try running irrlicht again.
For some reason compiling without -wall works, and this lib is functioning.
Although I can't see why on earth -wall would treat notes as errors, nor do I see why using the c++0x standard would cause problems.