Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[gsupplicant] Fixed another warning: G_ADD_PRIVATE
Hopefully the last one
  • Loading branch information
monich committed May 13, 2020
1 parent be3cf65 commit 6673638
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/gsupplicant.c
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2015-2019 Jolla Ltd.
* Copyright (C) 2015-2019 Slava Monich <slava.monich@jolla.com>
* Copyright (C) 2015-2020 Jolla Ltd.
* Copyright (C) 2015-2020 Slava Monich <slava.monich@jolla.com>
*
* You may use this file under the terms of BSD license as follows:
*
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 6673638

Please sign in to comment.