forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb0c5da6
committed
Suppress uninitialized-variable warning in new SCRAM code.
While we generally don't sweat too much about "may be used uninitialized"warnings from older compilers, I noticed that there's a fair number ofbuildfarm animals that are producing such a warning *only* for thisvariable. So it seems worth silencing.1 parentdb72302 commitb0c5da6
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
865 | 865 |
| |
866 | 866 |
| |
867 | 867 |
| |
868 |
| - | |
| 868 | + | |
869 | 869 |
| |
870 | 870 |
| |
871 | 871 |
| |
|
0 commit comments
Comments
(0)