summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-02-07 20:01:49 +0000
committerLubomir Rintel <lkundrak@v3.sk>2018-07-30 07:55:45 +0200
commite192d0d30c65da386983d5f613939d6e687bfa5b (patch)
treeec058b48bd868f07803c6b80f0af327d6d2766d3
parent8946bc73b24dac66299646843e1fbf4c38230f9d (diff)
downloadnetwork-manager-applet-e192d0d30c65da386983d5f613939d6e687bfa5b.tar.gz
m4/trivial: add a bug link to a compiler warning check
(Taken from NetworkManager commit 422e87ec0d08d51c406b12be70d19e725d9cca4d)
-rw-r--r--m4/compiler_options.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/compiler_options.m4 b/m4/compiler_options.m4
index dec5723d..2b9ca835 100644
--- a/m4/compiler_options.m4
+++ b/m4/compiler_options.m4
@@ -128,6 +128,7 @@ if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then
)
dnl a new warning in gcc 8, glib 2.55 doesn't play nice yet
+ dnl https://bugzilla.gnome.org/show_bug.cgi?id=793272
NM_COMPILER_WARNING([cast-function-type],
[#include <glib-object.h>]
[typedef struct { GObject parent; } NMObject;]