From bf17dffb4ce4dbb6050be8a5cb169920428ce5c8 Mon Sep 17 00:00:00 2001 From: Lisandro Dalcin Date: Sat, 20 Nov 2010 13:58:16 -0300 Subject: [PATCH] silent gcc warning about unused function in testcase --- tests/compile/specialfloatvals.pyx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/compile/specialfloatvals.pyx b/tests/compile/specialfloatvals.pyx index 4ad4ddf0..1575e1f3 100644 --- a/tests/compile/specialfloatvals.pyx +++ b/tests/compile/specialfloatvals.pyx @@ -7,3 +7,5 @@ cdef int f() except -1: x = nan y = inf z = minf + +f() -- 2.26.2