Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(463)

Unified Diff: Makefile.plugins

Issue 5338008: flimflam: Enable -Wimplicit-function-declaration. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/flimflam.git@master
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698