1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 12:42:11 +00:00
OpenMW/extern/oics
Lukasz Gromanowski 6fbd940a2f Fix warning issued by GCC 4.8 in oics/tinyxml.cpp
Fix warning issued by GCC 4.8 (and as far I remember 4.7 too)
about not supported "%lf" format string:

openmw/extern/oics/tinyxml.cpp: In member function ‘void TiXmlAttribute::SetDoubleValue(double)’:
openmw/extern/oics/tinyxml.cpp:1269:50: warning: ISO C++98 does not support the ‘%lf’ gnu_printf format [-Wformat=]
   TIXML_SNPRINTF( buf, sizeof(buf), "%lf", _value);
                                                  ^

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
2013-05-04 07:53:03 +02:00
..
CMakeLists.txt
ICSChannel.cpp
ICSChannel.h
ICSChannelListener.h
ICSControl.cpp
ICSControl.h
ICSControlListener.h
ICSInputControlSystem_joystick.cpp
ICSInputControlSystem_keyboard.cpp
ICSInputControlSystem_mouse.cpp
ICSInputControlSystem.cpp
ICSInputControlSystem.h
ICSPrerequisites.cpp
ICSPrerequisites.h
tinystr.cpp
tinystr.h
tinyxml.cpp Fix warning issued by GCC 4.8 in oics/tinyxml.cpp 2013-05-04 07:53:03 +02:00
tinyxml.h
tinyxmlerror.cpp
tinyxmlparser.cpp silenced a completely pointless warning 2012-09-06 11:43:04 +02:00