]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/util_props.cpp
ICU-57132.0.1.tar.gz
[apple/icu.git] / icuSources / common / util_props.cpp
index 1bdaaddb71afcce1d09ada5726ca5e4b8aa3d80e..25a241825ad983c111e20c7774fb71ce451dc7c5 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-*   Copyright (c) 2001-2011, International Business Machines
+*   Copyright (c) 2001-2016, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 **********************************************************************
 *   Date        Name        Description
@@ -101,6 +101,7 @@ int32_t ICU_Utility::parsePattern(const UnicodeString& rule, int32_t pos, int32_
                 return -1;
             }
             // FALL THROUGH to skipWhitespace
+            U_FALLTHROUGH;
         case 126 /*'~'*/:
             pos = skipWhitespace(rule, pos);
             break;