Chromium Code Reviews| Index: Makefile.plugins |
| diff --git a/Makefile.plugins b/Makefile.plugins |
| index 566cd6bb43d6c65df1f5ba3d7d3042e6736edf9a..131649e314b1a2ad918199b4b296f7b65c3f535e 100644 |
| --- a/Makefile.plugins |
| +++ b/Makefile.plugins |
| @@ -1,6 +1,7 @@ |
| -plugin_cflags = -Werror -fvisibility=hidden -I$(srcdir)/gdbus \ |
| - @DBUS_CFLAGS@ @GLIB_CFLAGS@ |
| +plugin_cflags = -Wimplicit-function-declaration -Werror -fvisibility=hidden \ |
|
Jason Glasgow
2010/11/29 20:11:30
Why not -Wall ?
Elly Fong-Jones
2010/11/29 20:40:29
Too many warnings to fix in this CL.
|
| + -I$(srcdir)/gdbus @DBUS_CFLAGS@ \ |
| + @GLIB_CFLAGS@ |
| plugin_ldflags = -no-undefined -module -avoid-version |