| Index: icu.gyp
|
| diff --git a/icu.gyp b/icu.gyp
|
| index 648f679a76dfbe9d7b40fb5cb47d9367189361e5..bd5125e9b6f1e8ebe52bf4262afc15f98d79438f 100644
|
| --- a/icu.gyp
|
| +++ b/icu.gyp
|
| @@ -20,6 +20,11 @@
|
| # We don't use ICU plugins and dyload is only necessary for them.
|
| # NaCl-related builds also fail looking for dlfcn.h when it's enabled.
|
| 'U_ENABLE_DYLOAD=0',
|
| + # With exception disabled, MSVC emits C4577 warning on coming across
|
| + # 'noexcept'. See http://bugs.icu-project.org/trac/ticket/12406
|
| + # TODO(jshin): Remove this when updating to a newer version with this
|
| + # fixed.
|
| + 'U_NOEXCEPT=',
|
| ],
|
| },
|
| 'defines': [
|
|
|