unicode.C
..\..\..\..\src\support\unicode.C(87) : warning C4244: 'initializing' : conversion from 'const unsigned short' to 'const unsigned char', possible loss of data ..\..\..\..\src\support\unicode.C(162) : see reference to function template instantiation 'std::vector<_Ty> `anonymous-namespace'::iconv_convert<lyx::char_type,unsigned short>(libiconv_t *,const char *,const char *,const InType *,size_t)' being compiled
        with
        [
            _Ty=lyx::char_type,
            InType=unsigned short
        ]
..\..\..\..\src\support\unicode.C(99) : warning C4244: 'initializing' : conversion from 'const unsigned short' to 'const unsigned char', possible loss of data ..\..\..\..\src\support\unicode.C(87) : warning C4244: 'initializing' : conversion from 'const lyx::char_type' to 'const unsigned char', possible loss of data ..\..\..\..\src\support\unicode.C(185) : see reference to function template instantiation 'std::vector<_Ty> `anonymous-namespace'::iconv_convert<unsigned short,lyx::char_type>(libiconv_t *,const char *,const char *,const InType *,size_t)' being compiled
        with
        [
            _Ty=unsigned short,
            InType=lyx::char_type
        ]
..\..\..\..\src\support\unicode.C(99) : warning C4244: 'initializing' : conversion from 'const lyx::char_type' to 'const unsigned char', possible loss of data ..\..\..\..\src\support\unicode.C(87) : warning C4244: 'initializing' : conversion from 'const lyx::char_type' to 'const unsigned char', possible loss of data ..\..\..\..\src\support\unicode.C(193) : see reference to function template instantiation 'std::vector<_Ty> `anonymous-namespace'::iconv_convert<char,lyx::char_type>(libiconv_t *,const char *,const char *,const InType *,size_t)' being compiled
        with
        [
            _Ty=char,
            InType=lyx::char_type
        ]
..\..\..\..\src\support\unicode.C(99) : warning C4244: 'initializing' : conversion from 'const lyx::char_type' to 'const unsigned char', possible loss of data

Reply via email to