I was checking something in serv_user.c and just couldn't help myself -- style cleanup
[citadel.git] / citadel / Makefile.in
index 64407e4d1670952a8cdf79cdce977a98c7dda980..c4040db3ada41e68e539b7b98c3e7131f095e867 100644 (file)
@@ -44,7 +44,7 @@ ACLOCAL=@ACLOCAL@
 AUTOCONF=@AUTOCONF@
 chkpwd_LIBS=@chkpwd_LIBS@
 CC=@CC@
-CFLAGS=@CFLAGS@ -I. -Wno-format-truncation
+CFLAGS=@CFLAGS@ -I. -Wno-format-truncation -Wno-unused-result
 CPPFLAGS=@CPPFLAGS@ -I.
 DATABASE=@DATABASE@
 DEFS=@DEFS@ -DDIFF=\"@DIFF@\" -DPATCH=\"@PATCH@\"