X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/4388f060552cc537e71e957d32f35e9d75a61233..08b89b0a244153b9f5bbb2f49c55ab0f7298122e:/icuSources/test/cintltst/putiltst.c diff --git a/icuSources/test/cintltst/putiltst.c b/icuSources/test/cintltst/putiltst.c index 8d18f6cf..d6abc935 100644 --- a/icuSources/test/cintltst/putiltst.c +++ b/icuSources/test/cintltst/putiltst.c @@ -1,6 +1,6 @@ /******************************************************************** * COPYRIGHT: - * Copyright (c) 1998-2011, International Business Machines Corporation and + * Copyright (c) 1998-2012, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ /* @@ -26,7 +26,7 @@ #include /* See the comments on U_SIGNED_RIGHT_SHIFT_IS_ARITHMETIC. */ -static void TestSignedRightShiftIsArithmetic() { +static void TestSignedRightShiftIsArithmetic(void) { int32_t x=0xfff5fff3; int32_t m=-1; int32_t x4=x>>4;