mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 20:40:18 +01:00
build: fix clang + glib 2.43 build
Known glib issue. Fixes Fedora 22 build.
(cherry picked from commit 5206a9b28d)
This commit is contained in:
parent
474ac6c528
commit
a34961ec70
1 changed files with 3 additions and 0 deletions
|
|
@ -77,6 +77,9 @@ if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then
|
|||
dnl https://bugzilla.gnome.org/show_bug.cgi?id=745821
|
||||
NM_COMPILER_WARNING([unknown-attributes], [#include <glib.h>])
|
||||
|
||||
dnl https://bugzilla.gnome.org/show_bug.cgi?id=744473
|
||||
NM_COMPILER_WARNING([typedef-redefinition], [#include <gio/gio.h>])
|
||||
|
||||
dnl https://llvm.org/bugs/show_bug.cgi?id=21614
|
||||
NM_COMPILER_WARNING([array-bounds],
|
||||
[#include <string.h>]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue