"...platforms/cuda-old/tests/AmoebaTinkerParameterFile.cpp" did not exist on "3f434415d759e1e2dc3fb87d05646e2cb88a99a6"
Fixes vs2013 warnings 4251, 4267.
The pragma to ignore 4251 already existed in windowsIncludes.h, and it works when compiling lepton itself. However, when clients use lepton, they get this warning. I think this is why @sherm1 put the define as shown here: https://github.com/simbody/simbody/blob/master/SimTKcommon/include/SimTKcommon/internal/common.h#L168 (whether or not the shared library is being built or used).
Showing
Please register or sign in to comment