X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/46f4442e9a5a4f3b98b7c1083586332f6a8a99a4..1a147d096ae81f4c8262f7bfc56bd19fc2dee932:/icuSources/test/cintltst/eurocreg.c diff --git a/icuSources/test/cintltst/eurocreg.c b/icuSources/test/cintltst/eurocreg.c index 8e29d4c6..05f24700 100644 --- a/icuSources/test/cintltst/eurocreg.c +++ b/icuSources/test/cintltst/eurocreg.c @@ -1,6 +1,8 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /******************************************************************** * COPYRIGHT: - * Copyright (c) 1999-2006, International Business Machines Corporation and + * Copyright (c) 1999-2013, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ #include "unicode/utypes.h" @@ -163,6 +165,7 @@ UBool isEuroAware(UConverter* myConv) target, targetSize, &err); + (void)euroBackSize; /* Suppress set but not used warning. */ if (U_FAILURE(err)) { log_err("Failure Occured in ucnv_toUChars euro roundtrip test\n");