Index: src/ch/UpdateResponse.cpp =================================================================== diff -u -N -rd9527df01ee91b35d9a5fdccb80ded25a9c8265f -r90b14e5d80211e700cfddf2cd04b142cb36a5878 --- src/ch/UpdateResponse.cpp (.../UpdateResponse.cpp) (revision d9527df01ee91b35d9a5fdccb80ded25a9c8265f) +++ src/ch/UpdateResponse.cpp (.../UpdateResponse.cpp) (revision 90b14e5d80211e700cfddf2cd04b142cb36a5878) @@ -18,13 +18,16 @@ // ============================================================================ #include "stdafx.h" #include "UpdateResponse.h" +#pragma warning(push) +#pragma warning(disable: 4244) #include #include #include #include #include #include #include +#pragma warning(pop) UpdateResponse::UpdateResponse(std::stringstream& tDataStream) {