forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitff94205
committed
Suppress "warning: variable 'collcollate' set but not used".
Buildfarm members that lack both HAVE_LOCALE_T and USE_ICU have beencomplaining about pg_newlocale_from_collation's collcollate variable.This is evidently fallout from commit7d1297d, which removed theonly usage outside those two #ifdef'd code paths. Mark the variablepg_attribute_unused(), like its sibling collctype, which has been thatway for a long time.1 parent39f9f04 commitff94205
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1514 | 1514 |
| |
1515 | 1515 |
| |
1516 | 1516 |
| |
1517 |
| - | |
| 1517 | + | |
1518 | 1518 |
| |
1519 | 1519 |
| |
1520 | 1520 |
| |
|
0 commit comments
Comments
(0)