summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--courgette/courgette.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/courgette/courgette.gyp b/courgette/courgette.gyp
index a1c6c1c..9cf075a1 100644
--- a/courgette/courgette.gyp
+++ b/courgette/courgette.gyp
@@ -121,6 +121,8 @@
],
}],
],
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
+ 'msvs_disabled_warnings': [4267, ],
},
{
'target_name': 'courgette_fuzz',