From e5856473bd6d0455d054514555871b20a47fb3c5 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 22 Feb 2013 02:03:27 +0100 Subject: ephy-main: get rid of a compiler warning --- src/ephy-main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ephy-main.c') diff --git a/src/ephy-main.c b/src/ephy-main.c index 1ec4b4b05..e27a5cc7f 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -229,7 +229,9 @@ main (int argc, EphyShell *ephy_shell; int status; EphyFileHelpersFlags flags; +#ifdef HAVE_WEBKIT2 char *pid_str; +#endif #ifdef ENABLE_NLS /* Initialize the i18n stuff */ -- cgit v1.2.3