core: make global variable _nm_utils_testing static

This commit is contained in:
Thomas Haller 2016-06-02 10:57:23 +02:00
parent 807f846610
commit 05ecb28436

View file

@ -54,7 +54,7 @@
#endif
G_STATIC_ASSERT (sizeof (NMUtilsTestFlags) <= sizeof (int));
int _nm_utils_testing = 0;
static int _nm_utils_testing = 0;
gboolean
nm_utils_get_testing_initialized ()