[libgweather/ebassi/gtk4: 7/14] fixup! Ignore internal deprecations




commit bebbb228b49c53e27f89ea1ae57a9991c70f3af4
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Oct 5 18:00:46 2021 +0100

    fixup! Ignore internal deprecations

 libgweather/test_weather.c | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/libgweather/test_weather.c b/libgweather/test_weather.c
index 289f9707..7773462f 100644
--- a/libgweather/test_weather.c
+++ b/libgweather/test_weather.c
@@ -19,6 +19,8 @@ find_loc_children (GWeatherLocation  *location,
     GWeatherLocation **children;
     guint i;
 
+    G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+
     children = gweather_location_get_children (location);
     for (i = 0; children[i] != NULL; i++) {
         if (gweather_location_get_level (children[i]) == GWEATHER_LOCATION_WEATHER_STATION) {
@@ -35,6 +37,8 @@ find_loc_children (GWeatherLocation  *location,
         }
     }
 
+    G_GNUC_END_IGNORE_DEPRECATIONS
+
     return FALSE;
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]