#pragma warning ( disable : 4244 )
???
--
Jeff Flinn
Applied Dynamics, International
"GIE"
Hello!
Is there any way to avoid this warning?
=========Beginning of the citation============== ------ Build started: Project: [...], Configuration: Debug Win32 ------
Compiling... [...].cpp BOOST_DIR\boost\spirit\core\primitives\impl\pri mitives.ipp(62) : warning C4244: 'initializing' : conversion from '__w64 int' to 'int', possible loss of data
BOOST_DIR\boost\spirit\core\primitives\primitiv es.hpp(190) : see reference to function template instantiation 'RT
boost::spirit::impl::string_parser_parse ::type,const ScannerT>(IteratorT,IteratorT,const ScannerT &)' being
compiled
with
[
RT=result_t,
T=const char *, ScannerT=boost::spirit::scanner ,std::allocator<char>>::iterator,boost::spirit::scanner_policies rit::no_skipper_iteration_policy it::iter_policy_t>::iteration_policy_t>,boost::spirit::scanner_policies t::spirit::iter_policy_t>::match_policy_t,boost::spirit::scanner_policies ost::spirit::iter_policy_t>::action_policy_t>>,
IteratorT=boost::unwrap_reference [...] Linking... Build Time 0:04
Build log was saved at "file://PROJECT_DIR\Debug\BuildLog.htm"
[...] - 0 error(s), 1 warning(s) ---------------------- Done ---------------------- Build: 1 succeeded, 0 failed, 0 skipped =========The end of the citation================ --
With best regards, GIE.