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

Unified Diff: Makefile.am

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
« no previous file with comments | « no previous file | Makefile.plugins » ('j') | Makefile.plugins » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile.am
diff --git a/Makefile.am b/Makefile.am
index 67189b43026876bafe6244c7e5a0dbcc1227515a..f79300729cb7cc520aac93db52f2c01caf718f84 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -90,7 +90,8 @@ build_plugindir = $(plugindir)
build_scriptdir = $(scriptdir)
endif
-AM_CFLAGS = -Werror @UDEV_CFLAGS@ @NETLINK_CFLAGS@ @DBUS_CFLAGS@ \
+AM_CFLAGS = -Wimplicit-function-declaration -Werror \
Jason Glasgow 2010/11/29 20:11:30 Why non -Wall ?
Elly Fong-Jones 2010/11/29 20:40:29 It'd be a much bigger CL - there are a lot of warn
+ @UDEV_CFLAGS@ @NETLINK_CFLAGS@ @DBUS_CFLAGS@ \
@GLIB_CFLAGS@ @GTHREAD_CFLAGS@ $(builtin_cflags) \
-DCONNMAN_PLUGIN_BUILTIN \
-DSTATEDIR=\""$(statedir)"\" \
« no previous file with comments | « no previous file | Makefile.plugins » ('j') | Makefile.plugins » ('J')

Powered by Google App Engine
This is Rietveld 408576698