commit | 570fab5b5b2f01d74c13e48523a387aa25335bb7 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@island-resort.com> | Sat Oct 13 18:28:27 2018 +0800 |
committer | Laurence Lundblade <lgl@island-resort.com> | Sat Oct 13 18:28:27 2018 +0800 |
tree | bf66fb5b580c41b1bc5f05f4dda5fc82ba1fe97b | |
parent | 19e0c803b6739d04265f2367a5ed87ed01ca581a [diff] [blame] |
Turn up compiler warnings to max and fix them; one more indefinite length test
diff --git a/test/float_tests.c b/test/float_tests.c index 1bff43c..1d755d5 100644 --- a/test/float_tests.c +++ b/test/float_tests.c
@@ -567,7 +567,7 @@ } return 0; -}; +}