Skip to content

Commit

Permalink
Remove dead test setup code.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Feb 11, 2024
1 parent 29430af commit 6b74037
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/test.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@
#define TEST_PATH \
TEST_DIRECTORY + "/" + TEST_NAME

#ifdef _MSC_VER
#define NO_GLOBAL_INIT_CALLS 26426
#define NO_UNUSED_LOCAL_SMART_PTR 26414
#endif

#ifdef _MSC_VER
BC_DISABLE_WARNING(NO_ARRAY_INDEXING)
BC_DISABLE_WARNING(NO_GLOBAL_INIT_CALLS)
Expand Down

0 comments on commit 6b74037

Please sign in to comment.