zeux / pugixml

Light-weight, simple and fast XML parser for C++ with XPath support
http://pugixml.org/
MIT License
4.01k stars 728 forks source link

Warning when building 1.14 in x86 on Clang #603

Closed remyjette closed 10 months ago

remyjette commented 10 months ago

Clang 14.0.6

pugixml/src/pugixml.cpp:4800:27: fatal error: implicit conversion loses integer precision: 'long long' to 'length_type' (aka 'long') [-Wshorten-64-to-32]
                  length_type length = st.st_size;
zeux commented 10 months ago

What OS are you compiling for?

remyjette commented 10 months ago

Compiling for Android

zeux commented 10 months ago

Thanks - can reproduce with latest Android NDK, I'll take a look.