Commit c3ec4f8
committed
Silence uninitialized-variable warning.
Quite a few buildfarm animals are warning about this, and lapwing
is 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 parent 568620d commit c3ec4f8
1 file changed
+3
-0
lines changed| 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