build: fix build after addition of new warnings

This commit is contained in:
Dan Winship 2012-08-01 09:48:03 -04:00
parent 1814fbca71
commit a13d4e9d3d
3 changed files with 3 additions and 5 deletions

View file

@ -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 \

View file

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

View file

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