shut up unused warning
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 20 Oct 2011 21:14:39 +0000 (21:14 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 20 Oct 2011 21:14:39 +0000 (21:14 +0000)
SVN revision: 64204

src/lib/elm_main.c

index 9144dbe6fe4797b83ad4b2108916f36b89f7d12d..1fd4740e100b0099dcfe5f52758333f411ebe07e 100644 (file)
@@ -553,7 +553,9 @@ elm_quicklaunch_seed(void)
 #endif
 }
 
+#ifdef HAVE_FORK
 static void *qr_handle = NULL;
+#endif
 static int (*qr_main)(int    argc,
                       char **argv) = NULL;