Opened 11 years ago

Closed 10 years ago

#6274 closed Bugs (worksforme)

hard time dealing with these warnings

Reported by: emmanuel kitcher <ekitcher@…> Owned by:
Milestone: To Be Determined Component: None
Version: Boost 1.39.0 Severity: Problem
Keywords: Cc:

Description

I'm building with mvs2005 on ms win.7 but faced with these warnings:

  1. warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
  1. warning C4267: 'return' : conversion from 'size_t' to 'int', possible loss of data
  1. warning LNK4006: "public: void thiscall iris::SharedLibrary::open(class boost::filesystem::basic_path<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,struct boost::filesystem::path_traits>)" (?open@SharedLibrary@iris@@QAEXV?$basic_path@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@Upath_traits@filesystem@boost@@@filesystem@boost@@@Z) already defined in PNEngine.lib(SharedLibrary_windows.obj); second definition ignored
  1. warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/OPT:REF' specification

Kindly assist me resolve these warnings. Thanks.

Change History (2)

comment:1 by viboes, 10 years ago

Please set the component in the future if you want it to be analyzed.

comment:2 by viboes, 10 years ago

Resolution: worksforme
Status: newclosed

And be more explicit.

Note: See TracTickets for help on using tickets.