From: Lisandro Dalcin Date: Sat, 20 Nov 2010 16:58:16 +0000 (-0300) Subject: silent gcc warning about unused function in testcase X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bf17dffb4ce4dbb6050be8a5cb169920428ce5c8;p=cython.git silent gcc warning about unused function in testcase --- 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()