From 6673638058aae763fd1c17837247849d2956e28d Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Wed, 13 May 2020 12:25:15 +0300 Subject: [PATCH] [gsupplicant] Fixed another warning: G_ADD_PRIVATE Hopefully the last one --- src/gsupplicant.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/gsupplicant.c b/src/gsupplicant.c index ef5e677..bfd2e33 100644 --- a/src/gsupplicant.c +++ b/src/gsupplicant.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2015-2019 Jolla Ltd. - * Copyright (C) 2015-2019 Slava Monich + * Copyright (C) 2015-2020 Jolla Ltd. + * Copyright (C) 2015-2020 Slava Monich * * You may use this file under the terms of BSD license as follows: * @@ -30,6 +30,8 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ +#define GLIB_DISABLE_DEPRECATION_WARNINGS /* G_ADD_PRIVATE */ + #include "gsupplicant.h" #include "gsupplicant_dbus.h" #include "gsupplicant_util_p.h"