mirror of
https://github.com/frida/tinycc
synced 2024-11-28 10:33:07 +03:00
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
@ -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…
Reference in New Issue
Block a user