[libcxx] [test] Silence warning C4324 for MSVC.
This warning "structure was padded due to alignment specifier" says that the compiler is going to do exactly what you asked it to do. It's triggered by the tests for over-aligned dynamic memory allocation. llvm-svn: 314257
Loading
Please register or sign in to comment