Mark variables set but unused.
[sxemacs] / src / ui / X11 / dialog-x.c
index dfcfa84..74267d0 100644 (file)
@@ -146,6 +146,8 @@ static widget_value *dbox_descriptor_to_widget_value(Lisp_Object keys)
                }
        }
 
+       SXE_SET_UNUSED(title);
+
        if (NILP(question))
                syntax_error("Dialog descriptor provides no question", keys);