mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-22 20:26:17 +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 "girnode-private.h"
|
||||||
#include "girparser-private.h"
|
#include "girparser-private.h"
|
||||||
|
|
||||||
gchar **includedirs = NULL;
|
static gchar **includedirs = NULL;
|
||||||
gchar **input = NULL;
|
static gchar **input = NULL;
|
||||||
gchar *output = NULL;
|
static gchar *output = NULL;
|
||||||
gchar **shlibs = NULL;
|
static gchar **shlibs = NULL;
|
||||||
gboolean debug = FALSE;
|
static gboolean debug = FALSE;
|
||||||
gboolean verbose = FALSE;
|
static gboolean verbose = FALSE;
|
||||||
gboolean show_version = FALSE;
|
static gboolean show_version = FALSE;
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
write_out_typelib (gchar *prefix,
|
write_out_typelib (gchar *prefix,
|
||||||
|
Loading…
Reference in New Issue
Block a user