From: Nick Mathewson Date: Fri, 16 Jan 2015 16:49:58 +0000 (-0500) Subject: fix another mingw64 unit test warnin X-Git-Tag: tor-0.2.6.3-alpha~141^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba17cdfb0a80c5f6e86eb7b6e510eb72a9352b83;p=thirdparty%2Ftor.git fix another mingw64 unit test warnin --- diff --git a/src/test/test_util.c b/src/test/test_util.c index 151ec69127..225fb790f9 100644 --- a/src/test/test_util.c +++ b/src/test/test_util.c @@ -3741,7 +3741,7 @@ test_util_max_mem(void *arg) } else { /* You do not have a petabyte. */ #if SIZEOF_SIZE_T == SIZEOF_UINT64_T - tt_uint_op(memory1, <, (U64_LITERAL(1)<<50)); + tt_u64_op(memory1, <, (U64_LITERAL(1)<<50)); #endif }