Commit 4dcc178
committed
solver: Fix warning about signed vs unsigned
Recent compilers emit a warning when comparing `errs` with `maxerrs`
when one is signed and the other is not.
Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>1 parent 1318f79 commit 4dcc178
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
829 | 829 | | |
830 | 830 | | |
831 | 831 | | |
832 | | - | |
| 832 | + | |
833 | 833 | | |
834 | 834 | | |
835 | 835 | | |
| |||
0 commit comments