Skip to content

Commit

Permalink
Address warning from MSVC /analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
lefticus committed Feb 22, 2017
1 parent 40fb8d2 commit c0c0bd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unittests/integer_literal_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@


#ifdef CHAISCRIPT_MSVC
// ignore errors about negative unsigned integer literals
#pragma warning(push)
#pragma warning(disable : 4146)
#endif
Expand Down

0 comments on commit c0c0bd3

Please sign in to comment.