summaryrefslogtreecommitdiffstats
path: root/src/opt/rwt/rwtUtil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/opt/rwt/rwtUtil.c')
-rw-r--r--src/opt/rwt/rwtUtil.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/opt/rwt/rwtUtil.c b/src/opt/rwt/rwtUtil.c
index 6cdaf657..d6011b20 100644
--- a/src/opt/rwt/rwtUtil.c
+++ b/src/opt/rwt/rwtUtil.c
@@ -592,7 +592,8 @@ void Rwt_ManLoadFromArray( Rwt_Man_t * p, int fVerbose )
Rwt_Node_t * p0, * p1;
unsigned Entry0, Entry1;
int Level, Volume, nEntries, fExor;
- int i, clk = clock();
+ int i;
+ clock_t clk = clock();
// reconstruct the forest
for ( i = 0; ; i++ )