]> granicus.if.org Git - icu/commitdiff
ICU-13725 Fixing gcc compiler warning in cintltst file.
authorShane Carr <shane@unicode.org>
Mon, 7 May 2018 20:01:09 +0000 (20:01 +0000)
committerShane Carr <shane@unicode.org>
Mon, 7 May 2018 20:01:09 +0000 (20:01 +0000)
X-SVN-Rev: 41331

icu4c/source/test/cintltst/unumberformattertst.c

index a8d2fc7f5858c899cc303569b768602b0dfc563a..89b85582edec20602450a87412686b9456e0bde0 100644 (file)
 #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);