forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc3ec4f8
committed
Silence uninitialized-variable warning.
Quite a few buildfarm animals are warning about this, and lapwingis actually failing (because -Werror). It's a false positive AFAICS,so no need to do more than zero the variable to start with.Discussion:https://postgr.es/m/YYXJnUxgw9dZKxlX@paquier.xyz1 parent568620d commitc3ec4f8
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12109 | 12109 |
| |
12110 | 12110 |
| |
12111 | 12111 |
| |
| 12112 | + | |
| 12113 | + | |
| 12114 | + | |
12112 | 12115 |
| |
12113 | 12116 |
| |
12114 | 12117 |
| |
|
0 commit comments
Comments
(0)