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)"\" \ |