added -Wall and fixed compilation error
[psensor.git] / src / plib / Makefile.in
index f25e7f7..302a5e1 100644 (file)
@@ -213,7 +213,7 @@ AM_CPPFLAGS = \
        -I$(top_srcdir)/src
 
 noinst_LIBRARIES = libplib.a
-libplib_a_CFLAGS = -pedantic
+libplib_a_CFLAGS = -pedantic -Wall -Werror
 libplib_a_SOURCES = \
        url.c url.h \
        plib_io.h plib_io.c