X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/51004dcb01e06fef634b61be77ed73dd61cb6db9..refs/heads/master:/icuSources/test/intltest/dadrfmt.cpp diff --git a/icuSources/test/intltest/dadrfmt.cpp b/icuSources/test/intltest/dadrfmt.cpp index c3a533ae..a382bd5e 100644 --- a/icuSources/test/intltest/dadrfmt.cpp +++ b/icuSources/test/intltest/dadrfmt.cpp @@ -1,6 +1,8 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /******************************************************************** * COPYRIGHT: - * Copyright (c) 1997-2010,2012, International Business Machines Corporation and + * Copyright (c) 1997-2013 International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -114,6 +116,7 @@ void DataDrivenFormatTest::testConvertDate(TestData *testData, DateTimeStyleSet styleSet; UnicodeString pattern; UBool usePattern = FALSE; + (void)usePattern; // Suppress unused warning. CalendarFieldsSet fromSet; UDate fromDate = 0; UBool useDate = FALSE;