Index: webkit/glue/webcursor_gtk_data.h |
diff --git a/webkit/glue/webcursor_gtk_data.h b/webkit/glue/webcursor_gtk_data.h |
index a9831433450f9b00e24005ac25e430a07bdcc683..98624c50784c3eec0656833ef5e4af22f154efac 100644 |
--- a/webkit/glue/webcursor_gtk_data.h |
+++ b/webkit/glue/webcursor_gtk_data.h |
@@ -31,6 +31,8 @@ |
http://lxr.mozilla.org/mozilla1.8/source/widget/src/gtk2/nsGtkCursors.h |
*/ |
+#pragma GCC diagnostic push |
+#pragma GCC diagnostic ignored "-Wnarrowing" |
/* MOZ_CURSOR_VERTICAL_TEXT */ |
static const char moz_vertical_text_bits[] = { |
0x00, 0x00, 0x00, 0x00, 0x02, 0x40, 0x00, 0x00, 0x02, 0x40, 0x00, 0x00, |
@@ -309,3 +311,4 @@ static const char moz_spinning_mask_bits[] = { |
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; |
+#pragma GCC diagnostic pop |