]> Dogcows Code - chaz/openbox/blobdiff - openbox/stacking.c
Make clang happier
[chaz/openbox] / openbox / stacking.c
index 3c05df49c64c0c23f470a87aa4e090ee33fb4d29..2a34f71dc4eea10305c1037a0ae24b64d9d4025b 100644 (file)
@@ -69,6 +69,8 @@ static void do_restack(GList *wins, GList *before)
 
 #ifdef DEBUG
     GList *next;
+
+    g_assert(wins);
     /* pls only restack stuff in the same layer at a time */
     for (it = wins; it; it = next) {
         next = g_list_next(it);
This page took 0.021422 seconds and 4 git commands to generate.