[Xfce4-commits] [panel-plugins/xfce4-sensors-plugin] 03/04: Warn for null arguments

noreply at xfce.org noreply at xfce.org
Mon Feb 27 20:10:36 CET 2017


This is an automated email from the git hooks/post-receive script.

timystery pushed a commit to branch master
in repository panel-plugins/xfce4-sensors-plugin.

commit 15ec1fb3f1a565a1f680616bb17482b4f6cbf16d
Author: Fabian <timystery at arcor.de>
Date:   Sun Feb 26 22:38:27 2017 +0100

    Warn for null arguments
---
 configure.ac.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac.in b/configure.ac.in
index d639811..fa67e9e 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -270,7 +270,7 @@ if test x"$enable_debug" = x"yes"; then
     AC_DEFINE([DEBUG_TRACE], [1],
         [Set this to 1 to enable full trace debugging.]
     )
-    PLATFORM_CFLAGS="-Wall -Werror $PLATFORM_CFLAGS"
+    PLATFORM_CFLAGS="-Wall -Werror -Werror=nonnull $PLATFORM_CFLAGS"
     PLATFORM_LDFLAGS="-Wl,--no-undefined $PLATFORM_LDFLAGS"
 
 fi

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list