scuffed-code/icu4c/source/tools/ctestfw/ucln_ct.c
Andy Heninger cb5db8f8b7 ICU-7299 fix misc compiler warnings.
X-SVN-Rev: 27048
2009-12-11 18:10:20 +00:00

18 lines
479 B
C

/********************************************************************
* COPYRIGHT:
* Copyright (c) 2007-2009, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/** Auto-client **/
#define UCLN_TYPE UCLN_CTESTFW
#include "ucln_imp.h"
int dummyFunction();
int dummyFunction()
{
/* this is here to prevent the compiler from complaining about an empty file */
return 0;
}