From ac0eef5d64f14f228f78acfbaf58981a6c32f7e5 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 19 May 2011 16:27:29 +0200 Subject: Compile fix for 64bit Linux. Reviewed-by: Thiago --- tests/benchmarks/corelib/tools/qstring/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/benchmarks/corelib/tools/qstring/main.cpp b/tests/benchmarks/corelib/tools/qstring/main.cpp index 96f2c30cf4..9d9de81d17 100644 --- a/tests/benchmarks/corelib/tools/qstring/main.cpp +++ b/tests/benchmarks/corelib/tools/qstring/main.cpp @@ -921,7 +921,7 @@ static inline int ucstrncmp_short_tail(const ushort *p1, const ushort *p2, int l return 0; } -static inline int bsf_nonzero(register long val) +static inline int bsf_nonzero(register int val) { int result; # ifdef Q_CC_GNU -- cgit v1.2.3