From: Thomas Preud'homme Date: Sun, 6 Jan 2013 11:26:53 +0000 (+0100) Subject: Stop returning 0 in cmp_comparison_test X-Git-Tag: release_0_9_26~76 X-Git-Url: https://repo.or.cz/w/tinycc.git/commitdiff_plain/e92dbe46869085d04544904b21c02991c226a828 Stop returning 0 in cmp_comparison_test cmp_comparison_test has no return value and should thus not return 0. --- diff --git a/tests/tcctest.c b/tests/tcctest.c index 4f9f2a3a..6f75a4ef 100644 --- a/tests/tcctest.c +++ b/tests/tcctest.c @@ -2596,7 +2596,6 @@ void cmp_comparison_test(void) s.b2 = 0; glob3 = 43; compare_comparisons (&s); - return 0; } int fcompare (double a, double b, int code)