From 184ac5165e70d4fac213a87ae34a312ec7197f3d Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Thu, 28 Feb 2019 15:44:02 -0500 Subject: remove warnings from -Wall -Wextra --- src/complex/csin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/complex/csin.c') diff --git a/src/complex/csin.c b/src/complex/csin.c index 6ca3c3a3..13006c01 100644 --- a/src/complex/csin.c +++ b/src/complex/csin.c @@ -5,7 +5,7 @@ TYPE complex TGFN(csin)(TYPE complex z) { - return 0.0; + return z; } /*d -- cgit v1.2.1