Commit Graph

7 Commits (1f2349ef6e82b7b1b82e1de6db2776e2043fb18d)

Author SHA1 Message Date
Allofich 0f20312012 Fix MSVC warnings 8 years ago
k1ll 96d9afec38 More header case fixes 10 years ago
greye 663d5c314e be more verbose on change reasons 11 years ago
greye 1b7ed98325 fix typos, reset memory before using 11 years ago
greye a46662043a tinyxml convert path to UTF-16 on Windows 11 years ago
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
scrawl 86d6f190bf Input system rewrite 13 years ago