fix small warnings when compiling with DEBUG=0

This commit is contained in:
Michael Stapelberg
2011-03-14 23:17:52 +01:00
parent 7100d32971
commit 76e978bfb3
3 changed files with 2 additions and 4 deletions

View File

@ -145,7 +145,7 @@ int main(int argc, char *argv[]) {
char *override_configpath = NULL;
bool autostart = true;
char *layout_path = NULL;
bool delete_layout_path;
bool delete_layout_path = false;
bool only_check_config = false;
bool force_xinerama = false;
bool disable_signalhandler = false;