blob: 466fc71d5fb4cc789d43261df6ff8ecfc1e43b77 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- ./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:
|