- Notifications
You must be signed in to change notification settings - Fork28
Commit88543ec
committed
Suppress compiler warnings about "value computed is not used".
The recent patch to remove gcc 4.6 warnings created some new ones, atleast on my rather old gcc version. Try to make everybody happy bycasting to "void" when we just want to discard the result.1 parent3f5d2fe commit88543ec
1 file changed
+8
-8
lines changedLines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
775 | 775 |
| |
776 | 776 |
| |
777 | 777 |
| |
778 |
| - | |
779 |
| - | |
780 |
| - | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
781 | 781 |
| |
782 | 782 |
| |
783 |
| - | |
784 |
| - | |
785 |
| - | |
786 |
| - | |
787 |
| - | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
788 | 788 |
| |
789 | 789 |
| |
790 | 790 |
| |
|
0 commit comments
Comments
(0)