| Index: chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
|
| diff --git a/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp b/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
|
| index ffe341e32940259ab6602e4e95049f0947e1eca8..d66b00c48ef1c6d2af58470a5ea2a1d29f395805 100644
|
| --- a/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
|
| +++ b/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
|
| @@ -96,10 +96,13 @@
|
| ],
|
| }],
|
| [ 'clang==1', {
|
| - # G_DEFINE_TYPE automatically generates a *get_instance_private inline function after glib 2.37.
|
| - # That's unused. Prevent to complain about it.
|
| 'cflags': [
|
| + # G_DEFINE_TYPE automatically generates a *get_instance_private inline function after glib 2.37.
|
| + # That's unused. Prevent to complain about it.
|
| '-Wno-unused-function',
|
| +
|
| + # G_STATIC_ASSERT uses a typedef as a static_assert.
|
| + '-Wno-unused-local-typedef',
|
| ],
|
| }],
|
| ],
|
|
|