From 3c5600966304690bef86fde3c9ac01c543c1d3a8 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 22 Nov 2002 23:57:41 +0000 Subject: [PATCH] ICU-2000 Fixed some compiler warnings X-SVN-Rev: 10354 --- icu4c/source/tools/toolutil/uperf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/tools/toolutil/uperf.cpp b/icu4c/source/tools/toolutil/uperf.cpp index 376ad17acd..06c55175f3 100644 --- a/icu4c/source/tools/toolutil/uperf.cpp +++ b/icu4c/source/tools/toolutil/uperf.cpp @@ -24,7 +24,7 @@ enum }; -UOption options[]={ +static UOption options[]={ UOPTION_HELP_H, UOPTION_HELP_QUESTION_MARK, UOPTION_VERBOSE,