1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 12:42:11 +00:00
OpenMW/components/to_utf8
Lukasz Gromanowski e21e8c221d Added explicit cast to char in ToUTF8::windows_XXXX tables.
Added explicit cast to char, without that gcc 4.7 (with default settings)
is showing a lot of:

narrowing conversion of ‘...’ from ‘int’ to ‘char’ inside { } is ill-formed in C++11 [-Wnarrowing]

warnings.
2012-04-07 13:08:25 +02:00
..
.gitignore
gen_iconv.cpp Added explicit cast to char in ToUTF8::windows_XXXX tables. 2012-04-07 13:08:25 +02:00
Makefile
tables_gen.hpp Added explicit cast to char in ToUTF8::windows_XXXX tables. 2012-04-07 13:08:25 +02:00
to_utf8.cpp
to_utf8.hpp