pytorch/caffe2/serialize
Michael Ranieri 9b2b15f4fc misc windows warning fixes (#33632)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/33632

* `inline_container.h` was unnecessarily exposing all includers to caffe2 headers via `caffe2/core/logging.h`
* Add msvc version of hiding unused warnings.
* Make sure clang on windows does not use msvc pragmas.
* Don't redefine math macro.

Test Plan: CI green

Differential Revision: D20017046

fbshipit-source-id: 230a9743eb88aee08d0a4833680ec2f01b7ab1e9
2020-02-21 19:36:25 -08:00
..
CMakeLists.txt
file_adapter.cc Replace c10::guts::stuff with std::stuff (#30915) 2019-12-16 13:57:19 -08:00
file_adapter.h Add PyTorchPredictorContainer (#15899) 2019-01-15 09:18:18 -08:00
inline_container.cc Fix SIGABORT caused by double exception in PyTorchStreamReader when file not found. (#33243) 2020-02-12 16:27:15 -08:00
inline_container.h misc windows warning fixes (#33632) 2020-02-21 19:36:25 -08:00
inline_container_test.cc Make JIT Serialization support arbitrary std::function<> IO (#28039) 2019-10-15 22:12:04 -07:00
istream_adapter.cc
istream_adapter.h Add PyTorchPredictorContainer (#15899) 2019-01-15 09:18:18 -08:00
read_adapter_interface.cc
read_adapter_interface.h Add PyTorchPredictorContainer (#15899) 2019-01-15 09:18:18 -08:00