aboutsummaryrefslogtreecommitdiffstats
path: root/epan/exntest.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2018-09-05 18:37:20 +0000
committerAnders Broman <a.broman58@gmail.com>2018-09-06 04:13:40 +0000
commit3c7300f1f07ce41bc868395e5531d70dce18a304 (patch)
treeb401ae5b9a29b4731fbef466f0b2a43265267962 /epan/exntest.c
parent41a3f901845197cc6ddd9fbbce12e73d3dad0ee3 (diff)
exntest: fix no previous prototype for ‘run_tests’ [-Wmissing-prototypes]
Change-Id: I02f4bebeb61af2cf3246fdba61c726b5829f7491 Reviewed-on: https://code.wireshark.org/review/29437 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/exntest.c')
-rw-r--r--epan/exntest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/exntest.c b/epan/exntest.c
index 11db8bb7b7..1645d0b74f 100644
--- a/epan/exntest.c
+++ b/epan/exntest.c
@@ -63,7 +63,7 @@ finally_called_exception_from_catch(volatile unsigned int* thrown, volatile unsi
ENDTRY;
}
-void
+static void
run_tests(void)
{
volatile unsigned int ex_thrown, finally_called;