- Notifications
You must be signed in to change notification settings - Fork5
Commit4571185
committed
Suppress gcc warning about possibly-uninitialized variable. It's not
clear to me why I'd not seen this message before --- on F-9 it seems toonly happen if Asserts are disabled, which ought to be irrelevant.Maybe that affects a decision whether to inline get_ten(), which wouldbe needed to expose the warning condition to the compiler? Anyway,the fix is clear.1 parentc67f037 commit4571185
File tree
1 file changed
+2
-1
lines changed- src/backend/utils/mb/conversion_procs/euc_jis_2004_and_shift_jis_2004
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
| 213 | + | |
213 | 214 |
| |
214 | 215 |
| |
215 | 216 |
| |
|
0 commit comments
Comments
(0)