Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / icu / source / test / cintltst / idnatest.c
index 5f5f38e..f459bf4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *******************************************************************************
  *
- *   Copyright (C) 2003-2010, International Business Machines
+ *   Copyright (C) 2003-2013, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  *
  *******************************************************************************
@@ -830,6 +830,7 @@ static void TestJB5273(){
     UErrorCode status = U_ZERO_ERROR;
     UParseError prsError;
     int32_t outLen = uidna_toUnicode(invalid_idn, len, output, 50, UIDNA_DEFAULT, &prsError, &status);
+    (void)outLen;    /* Suppress set but not used warning. */
     if(U_FAILURE(status)){
         log_err_status(status, "uidna_toUnicode failed with error: %s\n", u_errorName(status));
     }