shut up unused warning
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 20 Oct 2011 21:14:39 +0000 (21:14 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 20 Oct 2011 21:14:39 +0000 (21:14 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64204 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_main.c

index 9144dbe..1fd4740 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;