Commit 438e6222c0720a8cbab208eecf0fa58cb484edeb
1 parent
d171fe56
Exists in
master
and in
5 other branches
Fixing rpm build errors.
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
src/plugins/dbus3270/globals.h
... | ... | @@ -41,6 +41,12 @@ |
41 | 41 | #include <lib3270/log.h> |
42 | 42 | #include <glib.h> |
43 | 43 | |
44 | + // | |
45 | + // Disabling warning on unused-function defined in dbus-glib-bindings.h | |
46 | + // warning: 'org_freedesktop_DBus_reload_config' defined but not used [-Wunused-function] ... | |
47 | + // | |
48 | + #pragma GCC diagnostic ignored "-Wunused-function" | |
49 | + | |
44 | 50 | #include <dbus/dbus-glib.h> |
45 | 51 | #include <dbus/dbus-glib-bindings.h> |
46 | 52 | #include <dbus/dbus-glib-lowlevel.h> | ... | ... |