From e0d32e0688c1bddbfba63f46e486c5ec6b79a9e6 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 7 Oct 2012 08:38:33 +0000 Subject: CryptoPP compilation fixes for gcc 4.7 ( http://forum.mc-server.org/showthread.php?tid=520&pid=4829#pid4829 ) git-svn-id: http://mc-server.googlecode.com/svn/trunk@941 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- CryptoPP/hrtimer.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'CryptoPP/hrtimer.cpp') diff --git a/CryptoPP/hrtimer.cpp b/CryptoPP/hrtimer.cpp index 906ec4a06..6871a15dc 100644 --- a/CryptoPP/hrtimer.cpp +++ b/CryptoPP/hrtimer.cpp @@ -70,7 +70,6 @@ TimerWord Timer::GetCurrentTimerValue() gettimeofday(&now, NULL); return (TimerWord)now.tv_sec * 1000000 + now.tv_usec; #else - clock_t now; return clock(); #endif } -- cgit v1.2.3