From ca001f02a0a73004e3fecf8e5d4ab19fab101404 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Mon, 10 Aug 2009 15:30:28 -0300 Subject: Cleanups. --- hardinfo2/fbench.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hardinfo2/fbench.c') diff --git a/hardinfo2/fbench.c b/hardinfo2/fbench.c index 20f01a35..df1b8e19 100644 --- a/hardinfo2/fbench.c +++ b/hardinfo2/fbench.c @@ -271,7 +271,7 @@ static double od_sa[2][2]; /*static char outarr[8][80];*//* Computed output of program goes here */ -int itercount; /* The iteration counter for the main loop +static int itercount; /* The iteration counter for the main loop in the program is made global so that the compiler should not be allowed to optimise out the loop over the ray @@ -280,7 +280,7 @@ int itercount; /* The iteration counter for the main loop #ifndef ITERATIONS #define ITERATIONS 1000 #endif -int niter = ITERATIONS; /* Iteration counter */ +static int niter = ITERATIONS; /* Iteration counter */ #if 0 static char *refarr[] = { /* Reference results. These happen to -- cgit v1.2.3