From 1b4baff50e59ea85d43da7573d9ed591993ca3f1 Mon Sep 17 00:00:00 2001 From: Shane Carr Date: Mon, 7 May 2018 20:01:09 +0000 Subject: [PATCH] ICU-13725 Fixing gcc compiler warning in cintltst file. X-SVN-Rev: 41331 --- icu4c/source/test/cintltst/unumberformattertst.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/icu4c/source/test/cintltst/unumberformattertst.c b/icu4c/source/test/cintltst/unumberformattertst.c index a8d2fc7f585..89b85582ede 100644 --- a/icu4c/source/test/cintltst/unumberformattertst.c +++ b/icu4c/source/test/cintltst/unumberformattertst.c @@ -15,11 +15,11 @@ #include "cintltst.h" #include "cmemory.h" -static void TestSkeletonFormatToString(); +static void TestSkeletonFormatToString(void); -static void TestSkeletonFormatToFields(); +static void TestSkeletonFormatToFields(void); -static void TestExampleCode(); +static void TestExampleCode(void); void addUNumberFormatterTest(TestNode** root); -- 2.40.0