mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-01 18:28:00 +02:00
build: fix build after addition of new warnings
This commit is contained in:
parent
1814fbca71
commit
a13d4e9d3d
3 changed files with 3 additions and 5 deletions
|
|
@ -6,8 +6,7 @@ INCLUDES = \
|
|||
-I$(top_srcdir)/include \
|
||||
-I$(top_builddir)/include \
|
||||
-I$(top_srcdir)/libnm-util \
|
||||
-I$(top_builddir)/libnm-util \
|
||||
-I$(top_builddir)/marshallers
|
||||
-I$(top_builddir)/libnm-util
|
||||
|
||||
BUILT_SOURCES = \
|
||||
nm-vpn-plugin-glue.h \
|
||||
|
|
|
|||
|
|
@ -261,13 +261,13 @@ fallback_get_backtrace (void)
|
|||
syslog (LOG_CRIT, "Frame %d: %s (%s+0x%lx) [%p]",
|
||||
i, name,
|
||||
info.dli_sname,
|
||||
(gulong)(frames[i] - info.dli_saddr),
|
||||
(gulong)((guchar *)frames[i] - (guchar *)info.dli_saddr),
|
||||
frames[i]);
|
||||
} else {
|
||||
syslog (LOG_CRIT, "Frame %d: %s (%p+0x%lx) [%p]",
|
||||
i, name,
|
||||
info.dli_fbase,
|
||||
(gulong)(frames[i] - info.dli_saddr),
|
||||
(gulong)((guchar *)frames[i] - (guchar *)info.dli_saddr),
|
||||
frames[i]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ INCLUDES = \
|
|||
-I$(top_srcdir)/libnm-util \
|
||||
-I$(top_builddir)/libnm-util \
|
||||
-I$(top_srcdir)/src/dhcp-manager \
|
||||
-I$(top_builddir)/marshallers \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_builddir)/src
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue