forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit493490c
committed
Silence warning about uninitialized 'ret' variable on some compilers.
If the compiler doesn't notice that the switch-statement handles allpossible values of the enum, it might complain that 'ret' is being usedwithout initialization. Jeff Janes reported that on gcc 4.4.7.Discussion:https://www.postgresql.org/message-id/CAMkU=1x31RvP+cpooFbmc8K8nt-gNO8woGFhXcgQYYZ5ozYpFA@mail.gmail.com1 parente11e24b commit493490c
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1668 | 1668 |
| |
1669 | 1669 |
| |
1670 | 1670 |
| |
| 1671 | + | |
1671 | 1672 |
| |
1672 | 1673 |
| |
1673 | 1674 |
| |
|
0 commit comments
Comments
(0)