Yep
I'm treating warnings as error
I have change my compiler setting
but I have a new errors :
Quote:sources\graphics\FontData.cpp||In member function 'void hpl::iFontData:raw(const hpl::cVector3f&, const hpl::cVector2f&, const hpl::cColor&, hpl::eFontAlign, const wchar_t*, ...)':|
sources\graphics\FontData.cpp|96|error: invalid conversion from 'int' to 'const wchar_t*'|
sources\graphics\FontData.cpp|96|error: cannot convert 'const wchar_t*' to 'char*' for argument '3' to 'int vswprintf(wchar_t*, const wchar_t*, char*)'|
sources\graphics\FontData.cpp|101|warning: unused variable 'lXAdd'|
sources\graphics\FontData.cpp||In member function 'float hpl::iFontData::GetLength(const hpl::cVector2f&, const wchar_t*)':|
sources\graphics\FontData.cpp|294|warning: unused variable 'lXAdd'|
sources\graphics\FontData.cpp||In member function 'float hpl::iFontData::GetLengthFmt(const hpl::cVector2f&, const wchar_t*, ...)':|
sources\graphics\FontData.cpp|329|error: invalid conversion from 'int' to 'const wchar_t*'|
sources\graphics\FontData.cpp|329|error: cannot convert 'const wchar_t*' to 'char*' for argument '3' to 'int vswprintf(wchar_t*, const wchar_t*, char*)'|
this is the code for the first error :
Quote: vswprintf(sText, 255, fmt, ap);
PS : I'm sorry for my bad english, I'm French