diff options
| author | Thomas Preud'homme <robotux@celest.fr> | 2013-01-06 12:26:53 +0100 |
|---|---|---|
| committer | Thomas Preud'homme <robotux@celest.fr> | 2013-01-06 12:26:53 +0100 |
| commit | e92dbe46869085d04544904b21c02991c226a828 (patch) | |
| tree | fe9dd040fe5635c92c5efa85c555d97a73408103 /tests/tcctest.c | |
| parent | eb028a8f423d2623cc174ab4d3c5a80fd8efbdde (diff) | |
| download | tinycc-e92dbe46869085d04544904b21c02991c226a828.tar.gz tinycc-e92dbe46869085d04544904b21c02991c226a828.tar.bz2 | |
Stop returning 0 in cmp_comparison_test
cmp_comparison_test has no return value and should thus not return 0.
Diffstat (limited to 'tests/tcctest.c')
| -rw-r--r-- | tests/tcctest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tcctest.c b/tests/tcctest.c index 4f9f2a3..6f75a4e 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) |
