- Notifications
You must be signed in to change notification settings - Fork5
Commit518b1e9
committed
Suppress "control reaches end of non-void function" warning from gcc 4.5.
Not sure why I'm seeing this on Fedora 14 and not earlier versions.Seems like a regression that gcc no longer knows that DIE() doesn't return.Still, adding a dummy return is harmless enough.1 parente262725 commit518b1e9
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
774 | 774 |
| |
775 | 775 |
| |
776 | 776 |
| |
| 777 | + | |
777 | 778 |
| |
778 | 779 |
| |
779 | 780 |
| |
|
0 commit comments
Comments
(0)