willyd / caffe-builder

CMake build scripts to automate building the Caffe library and its dependencies.
BSD 2-Clause "Simplified" License
186 stars 116 forks source link

Warning during caffe installation #59

Open AI-ML-Enthusiast opened 5 years ago

AI-ML-Enthusiast commented 5 years ago

I installed caffe on windows. But it gives many warnings, such as..

__C:\Users\seigyo.caffe\dependencies\libraries_v120_x64_py27_1.1.0\libraries\include\google/protobuf/message_lite.h(247): warning C4267: 'return' : 'size_t' ?? 'int' ?????????????????????????? [D:\Installation\Caffe\MyProject\caffe\build\tools\upgrade_solver_proto_text.vcxproj]

D:\Installation\Caffe\MyProject\caffe\include\caffe/util/io.hpp(53): warning C4244: '??' : 'uint64_t' ?? 'int' ?????? ?????????????????? [D:\Installation\Caffe\MyProject\caffe\build\tools\upgrade_solver_proto_text.vcxproj]__

Would anyone give some clue or idea?