[gnome-commander] Don't warn on inlining issues



commit 00927b86329178be30a2d377289245852db8fbbc
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Wed Apr 21 22:55:37 2021 +0200

    Don't warn on inlining issues

 libgcmd/Makefile.am            | 3 ++-
 plugins/fileroller/Makefile.am | 3 ++-
 plugins/test/Makefile.am       | 3 ++-
 src/Makefile.am                | 3 ++-
 src/dialogs/Makefile.am        | 3 ++-
 src/intviewer/Makefile.am      | 3 ++-
 src/tags/Makefile.am           | 3 ++-
 7 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/libgcmd/Makefile.am b/libgcmd/Makefile.am
index c6cc47f3..23ce34ee 100644
--- a/libgcmd/Makefile.am
+++ b/libgcmd/Makefile.am
@@ -1,6 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
-AM_CXXFLAGS = $(WARN_CXXFLAGS) -Werror=parentheses -Wno-parentheses -Werror=cast-function-type 
-Wno-cast-function-type -Wno-deprecated-declarations
+AM_CXXFLAGS = $(WARN_CXXFLAGS) -Werror=parentheses -Wno-parentheses -Werror=cast-function-type 
-Wno-cast-function-type -Wno-deprecated-declarations \
+                               -Wno-inline
 AM_LDFLAGS = $(WARN_LDFLAGS)
 
 AM_CPPFLAGS = \
diff --git a/plugins/fileroller/Makefile.am b/plugins/fileroller/Makefile.am
index 8e14040a..621f03d9 100644
--- a/plugins/fileroller/Makefile.am
+++ b/plugins/fileroller/Makefile.am
@@ -1,6 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
-AM_CXXFLAGS = $(WARN_CXXFLAGS) -Werror=parentheses -Wno-parentheses -Werror=cast-function-type 
-Wno-cast-function-type -Wno-deprecated-declarations
+AM_CXXFLAGS = $(WARN_CXXFLAGS) -Werror=parentheses -Wno-parentheses -Werror=cast-function-type 
-Wno-cast-function-type -Wno-deprecated-declarations \
+                               -Wno-inline
 AM_LDFLAGS = $(WARN_LDFLAGS)
 
 AM_CPPFLAGS = \
diff --git a/plugins/test/Makefile.am b/plugins/test/Makefile.am
index d5830c1a..c291f57c 100644
--- a/plugins/test/Makefile.am
+++ b/plugins/test/Makefile.am
@@ -1,6 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
-AM_CXXFLAGS = $(WARN_CXXFLAGS) -Werror=parentheses -Wno-parentheses -Werror=cast-function-type 
-Wno-cast-function-type -Wno-deprecated-declarations
+AM_CXXFLAGS = $(WARN_CXXFLAGS) -Werror=parentheses -Wno-parentheses -Werror=cast-function-type 
-Wno-cast-function-type -Wno-deprecated-declarations \
+                               -Wno-inline
 AM_LDFLAGS = $(WARN_LDFLAGS)
 
 AM_CPPFLAGS = \
diff --git a/src/Makefile.am b/src/Makefile.am
index f5b8f01d..e39c53b8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,7 +4,8 @@ SUBDIRS = dialogs tags intviewer
 
 AM_CXXFLAGS = $(WARN_CXXFLAGS) -Wno-error=switch-default -Wno-switch-default \
                                -Werror=parentheses -Wno-parentheses \
-                               -Werror=cast-function-type -Wno-cast-function-type 
-Wno-deprecated-declarations
+                               -Werror=cast-function-type -Wno-cast-function-type 
-Wno-deprecated-declarations \
+                               -Wno-inline
 AM_LDFLAGS = $(WARN_LDFLAGS)
 
 AM_CPPFLAGS = \
diff --git a/src/dialogs/Makefile.am b/src/dialogs/Makefile.am
index 9f5c1763..32cf6bfa 100644
--- a/src/dialogs/Makefile.am
+++ b/src/dialogs/Makefile.am
@@ -3,7 +3,8 @@
 noinst_LIBRARIES = libgcmd-dialogs.a
 
 AM_CXXFLAGS = $(WARN_CXXFLAGS) -Werror=parentheses -Wno-parentheses \
-                               -Werror=cast-function-type -Wno-cast-function-type 
-Wno-deprecated-declarations
+                               -Werror=cast-function-type -Wno-cast-function-type 
-Wno-deprecated-declarations \
+                               -Wno-inline
 AM_LDFLAGS = $(WARN_LDFLAGS)
 
 AM_CPPFLAGS = \
diff --git a/src/intviewer/Makefile.am b/src/intviewer/Makefile.am
index 374a39b3..9ae939aa 100644
--- a/src/intviewer/Makefile.am
+++ b/src/intviewer/Makefile.am
@@ -1,7 +1,8 @@
 ## Process this file with automake to produce Makefile.in
 
 AM_CXXFLAGS = $(WARN_CXXFLAGS) -Werror=parentheses -Wno-parentheses \
-                               -Werror=cast-function-type -Wno-cast-function-type 
-Wno-deprecated-declarations
+                               -Werror=cast-function-type -Wno-cast-function-type 
-Wno-deprecated-declarations \
+                               -Wno-inline
 AM_LDFLAGS = $(WARN_LDFLAGS)
 
 AM_CPPFLAGS = \
diff --git a/src/tags/Makefile.am b/src/tags/Makefile.am
index 880bfef9..9bc99cf0 100644
--- a/src/tags/Makefile.am
+++ b/src/tags/Makefile.am
@@ -3,7 +3,8 @@
 noinst_LIBRARIES = libgcmd-tags.a
 
 AM_CXXFLAGS = $(WARN_CXXFLAGS) -Werror=parentheses -Wno-parentheses \
-                               -Werror=cast-function-type -Wno-cast-function-type 
-Wno-deprecated-declarations
+                               -Werror=cast-function-type -Wno-cast-function-type 
-Wno-deprecated-declarations \
+                               -Wno-inline
 AM_LDFLAGS = $(WARN_LDFLAGS)
 
 AM_CPPFLAGS = \


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