You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/nicolas/projets/aqit-map/aqit-map-backend/workspace/aqit-map-backend/third party/poco-1.9.0-all/linux/include/Poco/Dynamic/VarHolder.h: In instantiation of ‘void Poco::Dynamic::VarHolder::checkUpperLimit(const F&) const [with F = signed char; T = unsigned int]’:
/home/nicolas/projets/aqit-map/aqit-map-backend/workspace/aqit-map-backend/third party/poco-1.9.0-all/linux/include/Poco/Dynamic/VarHolder.h:370:23: required from ‘void Poco::Dynamic::VarHolder::convertSignedToUnsigned(const F&, T&) const [with F = signed char; T = unsigned int]’
/home/nicolas/projets/aqit-map/aqit-map-backend/workspace/aqit-map-backend/third party/poco-1.9.0-all/linux/include/Poco/Dynamic/VarHolder.h:771:36: required from here
/home/nicolas/projets/aqit-map/aqit-map-backend/workspace/aqit-map-backend/third party/poco-1.9.0-all/linux/include/Poco/Dynamic/VarHolder.h:419:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (from > std::numeric_limits::max())
Expected behavior
no warning when building my source
Actual behavior
Each time I build my project I get error :
/home/nicolas/projets/aqit-map/aqit-map-backend/workspace/aqit-map-backend/third party/poco-1.9.0-all/linux/include/Poco/Dynamic/VarHolder.h: In instantiation of ‘void Poco::Dynamic::VarHolder::checkUpperLimit(const F&) const [with F = signed char; T = unsigned int]’:
/home/nicolas/projets/aqit-map/aqit-map-backend/workspace/aqit-map-backend/third party/poco-1.9.0-all/linux/include/Poco/Dynamic/VarHolder.h:370:23: required from ‘void Poco::Dynamic::VarHolder::convertSignedToUnsigned(const F&, T&) const [with F = signed char; T = unsigned int]’
/home/nicolas/projets/aqit-map/aqit-map-backend/workspace/aqit-map-backend/third party/poco-1.9.0-all/linux/include/Poco/Dynamic/VarHolder.h:771:36: required from here
/home/nicolas/projets/aqit-map/aqit-map-backend/workspace/aqit-map-backend/third party/poco-1.9.0-all/linux/include/Poco/Dynamic/VarHolder.h:419:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (from > std::numeric_limits::max())
Steps to reproduce the problem
compile without using [-Wsign-compare
POCO version
1.9.0
Compiler and version
Operating system and version
Linux Ubuntu 16.04
Other relevant information
The text was updated successfully, but these errors were encountered: