summaryrefslogtreecommitdiff
path: root/m4/compiler_options.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/compiler_options.m4')
-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;]