Disable warnings 4268 and 4324 on MSVC
commitda80a7c2b2e4a66856bec4d7b44c7a7df05a31a5
authorChris Robinson <chris.kcat@gmail.com>
Wed, 18 Sep 2019 16:31:32 +0000 (18 09:31 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Wed, 18 Sep 2019 16:31:32 +0000 (18 09:31 -0700)
tree6def50ec06d95dde868b32fa6c975870df45cccb
parentab87e56b22a49e04ca614d71e8a848b0658327af
Disable warnings 4268 and 4324 on MSVC

warning C4268: 'const' static/global data initialized with compiler generated
default constructor fills the object with zeros

warning C4324: structure was padded due to alignment specifier
CMakeLists.txt