summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--epan/diam_dict.l2
-rw-r--r--gtk/tcp_graph.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/epan/diam_dict.l b/epan/diam_dict.l
index b657513be2..29a93fdbae 100644
--- a/epan/diam_dict.l
+++ b/epan/diam_dict.l
@@ -498,7 +498,7 @@ description_attr description=\042
%%
-int debugging = 0;
+static int debugging = 0;
static void ddict_debug(const char* fmt, ...) {
va_list ap;
diff --git a/gtk/tcp_graph.c b/gtk/tcp_graph.c
index a7d7908f4e..114a8d91c0 100644
--- a/gtk/tcp_graph.c
+++ b/gtk/tcp_graph.c
@@ -339,7 +339,7 @@ static int refnum=0;
#define DBS_GRAPH_DRAWING (1 << 3)
#define DBS_TPUT_ELMTS (1 << 4)
/*int debugging = DBS_FENTRY;*/
-int debugging = 0;
+static int debugging = 0;
/*int debugging = DBS_AXES_TICKS;*/
/*int debugging = DBS_AXES_DRAWING;*/
/*int debugging = DBS_GRAPH_DRAWING;*/