ICU-1031 deprecating comment for old warning names
X-SVN-Rev: 5294
This commit is contained in:
parent
0cc6d54950
commit
e74d26522b
@ -312,10 +312,13 @@ typedef void* UClassID;
|
||||
*/
|
||||
enum UErrorCode {
|
||||
U_ERROR_INFO_START = -128, /**< Start of information results (semantically successful) */
|
||||
/** @deprecated use the enum that ends in _WARNING */
|
||||
U_USING_FALLBACK_ERROR = -128, /**< A resource bundle lookup returned a fallback result (not an error) */
|
||||
U_USING_FALLBACK_WARNING = -128, /**< A resource bundle lookup returned a fallback result (not an error) */
|
||||
/** @deprecated use the enum that ends in _WARNING */
|
||||
U_USING_DEFAULT_ERROR = -127, /**< A resource bundle lookup returned a result from the root locale (not an error) */
|
||||
U_USING_DEFAULT_WARNING = -127, /**< A resource bundle lookup returned a result from the root locale (not an error) */
|
||||
/** @deprecated use the enum that ends in _WARNING */
|
||||
U_SAFECLONE_ALLOCATED_ERROR = -126, /**< A SafeClone operation required allocating memory (informational only) */
|
||||
U_SAFECLONE_ALLOCATED_WARNING = -126, /**< A SafeClone operation required allocating memory (informational only) */
|
||||
U_STATE_OLD_WARNING = -125, /**< ICU has to use compatibility layer to construct the service. Expect performance/memory usage degradation. Consider upgrading */
|
||||
|
Loading…
Reference in New Issue
Block a user