Commit 671d204
committed
Fix a signed overflow warning in test_timeouts.c
Technically, when int is 32-bit, 1<<31 is an overflow.1 parent e5a9e8b commit 671d204
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
436 | | - | |
| 436 | + | |
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
| |||
0 commit comments