summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-02-07 20:01:49 +0000
committerLubomir Rintel <lkundrak@v3.sk>2018-02-08 17:11:46 +0100
commit422e87ec0d08d51c406b12be70d19e725d9cca4d (patch)
tree243227263a13534e35774479003460bbe45f1181
parent10ef61408e2a40f2b0cd6b5a801a2025cec1bdda (diff)
downloadNetworkManager-422e87ec0d08d51c406b12be70d19e725d9cca4d.tar.gz
m4/trivial: add a bug link to a compiler warning check
-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 4fbeeb42bf..d83e9adf9d 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;]