m4/trivial: add a bug link to a compiler warning check

This commit is contained in:
Lubomir Rintel 2018-02-07 20:01:49 +00:00
parent 10ef61408e
commit 422e87ec0d

View file

@ -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;]