aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2013-02-22 09:03:27 +0800
committerXan Lopez <xan@igalia.com>2013-02-22 09:06:42 +0800
commite5856473bd6d0455d054514555871b20a47fb3c5 (patch)
tree62bda503c7861964bef515e41968733ec9230808
parent12fd29dfe5552d2ddcbacce47e242733deec07c7 (diff)
downloadgsoc2013-epiphany-e5856473bd6d0455d054514555871b20a47fb3c5.tar
gsoc2013-epiphany-e5856473bd6d0455d054514555871b20a47fb3c5.tar.gz
gsoc2013-epiphany-e5856473bd6d0455d054514555871b20a47fb3c5.tar.bz2
gsoc2013-epiphany-e5856473bd6d0455d054514555871b20a47fb3c5.tar.lz
gsoc2013-epiphany-e5856473bd6d0455d054514555871b20a47fb3c5.tar.xz
gsoc2013-epiphany-e5856473bd6d0455d054514555871b20a47fb3c5.tar.zst
gsoc2013-epiphany-e5856473bd6d0455d054514555871b20a47fb3c5.zip
ephy-main: get rid of a compiler warning
-rw-r--r--src/ephy-main.c2
1 files changed, 2 insertions, 0 deletions
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 */