]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/tmunit.cpp
ICU-64232.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / tmunit.cpp
index f938ee9a24a1138bcc27e84b99f9b3ea6afd8277..f169c30d35f57cd7dd51b73f0e7d07771242e024 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
  *******************************************************************************
  * Copyright (C) 2008-2014, Google, International Business Machines Corporation and
@@ -92,8 +94,7 @@ TimeUnit::TimeUnit(TimeUnit::UTimeUnitFields timeUnitField) {
         initTime("second");
         break;
     default:
-        U_ASSERT(false);
-        break;
+        UPRV_UNREACHABLE;
     }
 }