diff options
Diffstat (limited to 'source/a/upower/patches/upower.glib_2_58_1.diff')
-rw-r--r-- | source/a/upower/patches/upower.glib_2_58_1.diff | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/source/a/upower/patches/upower.glib_2_58_1.diff b/source/a/upower/patches/upower.glib_2_58_1.diff deleted file mode 100644 index 466fc71d..00000000 --- a/source/a/upower/patches/upower.glib_2_58_1.diff +++ /dev/null @@ -1,22 +0,0 @@ ---- ./libupower-glib/up-wakeups.c.orig 2013-10-18 09:41:24.000000000 -0500 -+++ ./libupower-glib/up-wakeups.c 2018-11-20 23:07:29.603065864 -0600 -@@ -185,7 +185,7 @@ - return array; - } - --#pragma GCC diagnostic error "-Wdeprecated-declarations" -+#pragma GCC diagnostic ignored "-Wdeprecated-declarations" - - /** - * up_wakeups_ensure_properties: ---- ./libupower-glib/up-device.c.orig 2013-10-18 09:41:24.000000000 -0500 -+++ ./libupower-glib/up-device.c 2018-11-20 23:07:24.435066237 -0600 -@@ -748,7 +748,7 @@ - return array; - } - --#pragma GCC diagnostic error "-Wdeprecated-declarations" -+#pragma GCC diagnostic ignored "-Wdeprecated-declarations" - - /* - * up_device_set_property: |