summaryrefslogtreecommitdiff
path: root/tools/gf_inline_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gf_inline_time.c')
-rw-r--r--tools/gf_inline_time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gf_inline_time.c b/tools/gf_inline_time.c
index e64f0b3..193c004 100644
--- a/tools/gf_inline_time.c
+++ b/tools/gf_inline_time.c
@@ -62,8 +62,8 @@ int main(int argc, char **argv)
int w, j, i, size, iterations;
gf_t gf;
double timer, elapsed, dnum, num;
- uint8_t *ra, *rb, *mult4, *mult8;
- uint16_t *ra16, *rb16, *log16, *alog16;
+ uint8_t *ra = NULL, *rb = NULL, *mult4, *mult8;
+ uint16_t *ra16 = NULL, *rb16 = NULL, *log16, *alog16;
time_t t0;
if (argc != 5) usage(NULL);