Skip to content

Commit f305964

Browse files
committed
Disable the warning on the nativetests.cpp
1 parent d6aa949 commit f305964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/NativeTests/NativeTests.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#define CATCH_CONFIG_RUNNER
88
#pragma warning(push)
99
// conversion from 'int' to 'char', possible loss of data
10+
#pragma warning(disable:4242)
1011
#pragma warning(disable:4244)
1112
#include "catch.hpp"
1213
#pragma warning(pop)

0 commit comments

Comments
 (0)