Stop returning 0 in cmp_comparison_test
cmp_comparison_test has no return value and should thus not return 0.
This commit is contained in:
parent
eb028a8f42
commit
e92dbe4686
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue