Skip to content

Commit

Permalink
Update wcwidth.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
olegator77 committed Oct 11, 2019
1 parent 8fc2ce8 commit ec61cf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpp_src/vendor/wcwidth/wcwidth.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#ifndef _MSC_VER
#pragma GCC diagnostic ignored "-Wtype-limits"
#endif

/*
* This is an implementation of wcwidth() and wcswidth() (defined in
* IEEE Std 1002.1-2001) for Unicode.
Expand Down

0 comments on commit ec61cf4

Please sign in to comment.