From 561c0013db4b4a18a5e12283423de77a23fa7fa7 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Sun, 11 Apr 2010 17:27:43 +0000 Subject: [PATCH] fix clang warnings git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@100971 91177308-0d34-0410-b5e6-96231b3b80d8 --- SingleSource/Benchmarks/Misc/fbench.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SingleSource/Benchmarks/Misc/fbench.c b/SingleSource/Benchmarks/Misc/fbench.c index 67c9972d..d9ab57c6 100644 --- a/SingleSource/Benchmarks/Misc/fbench.c +++ b/SingleSource/Benchmarks/Misc/fbench.c @@ -583,7 +583,7 @@ double x; */ -static transit_surface() { +static void transit_surface() { double iang, /* Incidence angle */ rang, /* Refraction angle */ iang_sin, /* Incidence angle sin */