forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc2a465b
committed
Suppress -Wunused-result warning about write().
pg_test_fsync's signal_cleanup() intentionally ignores the write()result since there's not much we could do about it, but certaincompilers make that harder than it ought to be.This was missed in commit52e98d4.Reviewed-by: Tristan Partin, Peter EisentrautDiscussion:https://postgr.es/m/20231206161839.GA2828158%40nathanxps131 parent52e98d4 commitc2a465b
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
598 | 598 |
| |
599 | 599 |
| |
600 | 600 |
| |
| 601 | + | |
| 602 | + | |
601 | 603 |
| |
602 | 604 |
| |
603 | 605 |
| |
604 | 606 |
| |
605 |
| - | |
| 607 | + | |
| 608 | + | |
606 | 609 |
| |
607 | 610 |
| |
608 | 611 |
| |
|
0 commit comments
Comments
(0)