]> Dogcows Code - chaz/openbox/blobdiff - openbox/mainloop.c
Various fixes for sparse warnings.
[chaz/openbox] / openbox / mainloop.c
index 825d3f4febc7f0a0c321bdccc177074388c88c5f..f78f5b128ed39a31d21a266ea407bbba59cc1043 100644 (file)
@@ -39,13 +39,13 @@ typedef struct _ObMainLoopFdHandlerType     ObMainLoopFdHandlerType;
 static GSList *all_loops;
 
 /* signals are global to all loops */
-struct {
+static struct {
     guint installed; /* a ref count */
     struct sigaction oldact;
 } all_signals[NUM_SIGNALS];
 
 /* a set of all possible signals */
-sigset_t all_signals_set;
+static sigset_t all_signals_set;
 
 /* signals which cause a core dump, these can't be used for callbacks */
 static gint core_signals[] =
This page took 0.022008 seconds and 4 git commands to generate.