[epiphany/gnome-3-26] debug: Fix unused variable warning
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/gnome-3-26] debug: Fix unused variable warning
- Date: Sat, 9 Sep 2017 21:14:52 +0000 (UTC)
commit 4efbbf68f672d6c25677e1315bb36a5bff45dabc
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Sat Sep 9 16:13:41 2017 -0500
debug: Fix unused variable warning
lib/ephy-debug.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/lib/ephy-debug.c b/lib/ephy-debug.c
index 4d9ee08..2f9ba52 100644
--- a/lib/ephy-debug.c
+++ b/lib/ephy-debug.c
@@ -39,9 +39,8 @@
* analyze modules. Refer to doc/debugging.txt for more information.
*/
-static const char *ephy_debug_break = NULL;
-
#if DEVELOPER_MODE
+static const char *ephy_debug_break = NULL;
static GHashTable *ephy_profilers_hash = NULL;
static char **ephy_profile_modules;
static gboolean ephy_profile_all_modules;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]