-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
Hi
When building my project I've got many warnings. They all report only one code line
poco-1.4.7\Net\include\Poco/Net/NameValueCollection.h(66) : refer template instanciation 'int Poco::icompare<std::string>(const S &,const S &)'
with
[
S=std::string
]
poco-1.4.7\Foundation\include\Poco/String.h(232): warning C4244: 'initialisation' : convert from 'int' to 'char', possible data loss
Is it possible to remove it.
This warning already exists in poco 1.4.6p4 and in 1.4.7
Thanks
Reactions are currently unavailable