You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/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>
12 years ago
..
CMakeLists.txt Input system rewrite 13 years ago
ICSChannel.cpp Input system rewrite 13 years ago
ICSChannel.h Input system rewrite 13 years ago
ICSChannelListener.h Input system rewrite 13 years ago
ICSControl.cpp Input system rewrite 13 years ago
ICSControl.h Input system rewrite 13 years ago
ICSControlListener.h Input system rewrite 13 years ago
ICSInputControlSystem.cpp Input system rewrite 13 years ago
ICSInputControlSystem.h Input system rewrite 13 years ago
ICSInputControlSystem_joystick.cpp Input system rewrite 13 years ago
ICSInputControlSystem_keyboard.cpp Input system rewrite 13 years ago
ICSInputControlSystem_mouse.cpp Input system rewrite 13 years ago
ICSPrerequisites.cpp Input system rewrite 13 years ago
ICSPrerequisites.h Do not define OIS_DYNAMIC_LIB in ICSPrerequisites.h 13 years ago
tinystr.cpp Input system rewrite 13 years ago
tinystr.h Input system rewrite 13 years ago
tinyxml.cpp Fix warning issued by GCC 4.8 in oics/tinyxml.cpp 12 years ago
tinyxml.h Input system rewrite 13 years ago
tinyxmlerror.cpp Input system rewrite 13 years ago
tinyxmlparser.cpp silenced a completely pointless warning 13 years ago