mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
gate the warnng check better...
This commit is contained in:
parent
4ca24f9bc7
commit
dafb184338
|
@ -23,7 +23,9 @@
|
||||||
|
|
||||||
// we have a test for weirdly aligned wrappers
|
// we have a test for weirdly aligned wrappers
|
||||||
// do not make lots of noise about it
|
// do not make lots of noise about it
|
||||||
|
#ifdef _MSC_VER
|
||||||
#pragma warning(disable : 4324)
|
#pragma warning(disable : 4324)
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "sol_test.hpp"
|
#include "sol_test.hpp"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user