mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
gi-compile-repository: Make file-scoped variables static
This means the compiler will warn us if they become unused. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
3f6de0706e
commit
d40e1b9db3
@ -40,13 +40,13 @@
|
||||
#include "girnode-private.h"
|
||||
#include "girparser-private.h"
|
||||
|
||||
gchar **includedirs = NULL;
|
||||
gchar **input = NULL;
|
||||
gchar *output = NULL;
|
||||
gchar **shlibs = NULL;
|
||||
gboolean debug = FALSE;
|
||||
gboolean verbose = FALSE;
|
||||
gboolean show_version = FALSE;
|
||||
static gchar **includedirs = NULL;
|
||||
static gchar **input = NULL;
|
||||
static gchar *output = NULL;
|
||||
static gchar **shlibs = NULL;
|
||||
static gboolean debug = FALSE;
|
||||
static gboolean verbose = FALSE;
|
||||
static gboolean show_version = FALSE;
|
||||
|
||||
static gboolean
|
||||
write_out_typelib (gchar *prefix,
|
||||
|
Loading…
Reference in New Issue
Block a user