ICU-13725 Fixing gcc compiler warning in cintltst file.
X-SVN-Rev: 41331
This commit is contained in:
parent
e27cf9ce39
commit
1b4baff50e
@ -15,11 +15,11 @@
|
|||||||
#include "cintltst.h"
|
#include "cintltst.h"
|
||||||
#include "cmemory.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);
|
void addUNumberFormatterTest(TestNode** root);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user