[gnome-system-monitor/wip-charts: 25/25] Added -fpermissive to compile with libdazzle



commit 17e69bf246be658bd8cb0327214da4e93f0422a4
Author: Robert Roth <robert roth off gmail com>
Date:   Sat Mar 17 15:17:13 2018 +0200

    Added -fpermissive to compile with libdazzle

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7f04aa8..3529ce8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -104,9 +104,9 @@ if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then
     -Winline \
     -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes \
     -Wnested-externs -Wpointer-arith \
-    -Wcast-align -Wsign-compare \
+    -Wcast-align -Wsign-compare -fpermissive\
     $CFLAGS"
-    CXXFLAGS="-Wall $CXXFLAGS"
+    CXXFLAGS="-Wall -fpermissive $CXXFLAGS"
 else
     AC_MSG_RESULT(no)
 fi


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]