Add warning cflags
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 28 Feb 2015 22:08:23 +0000 (17:08 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sun, 2 Jan 2022 22:43:17 +0000 (17:43 -0500)
configure.ac
src/Makefile.am

index ced48d5..0ee718f 100644 (file)
@@ -18,8 +18,8 @@ AC_C_CONST
 AC_TYPE_PID_T
 AC_TYPE_SIZE_T
 
-dnl Basic CFLAGS values
-CFLAGS="${CFLAGS} -Wall"
+dnl Basic warning CFLAGS values
+WARNINGCFLAGS="-Wall -Wextra -Wformat -Wformat-security"
 
 dnl Trying to locate the X window system's includes and libraries, and sets the
 dnl variables x_includes and x_libraries to their locations. Also adds the
@@ -43,6 +43,7 @@ dnl Checking for math library
 AC_CHECK_LIB(m, sin, LIBS="${LIBS} -lm",dnl
              echo "Can't find math library" ; exit 1, "${X_LIBS}")
 
+AC_SUBST(WARNINGCFLAGS)
 AC_SUBST(CFLAGS)
 AC_SUBST(LIBS)
 AC_SUBST(ac_aux_dir)
index 1131f0a..d2cf47f 100644 (file)
@@ -3,6 +3,7 @@
 AM_CPPFLAGS = \
     -I$(top_srcdir) \
     -I$(top_srcdir)/pixmaps \
+    $(WARNINGCFLAGS) \
     $(GTK_CFLAGS)
 
 bin_PROGRAMS = dockbatmon