summaryrefslogtreecommitdiff
path: root/src/timezone/strftime.c
diff options
context:
space:
mode:
authorAndrew Dunstan2017-09-21 12:41:14 +0000
committerAndrew Dunstan2017-09-21 12:41:14 +0000
commit28ae524bbf865d23eb10f6ae1b996d59dcc30e4e (patch)
treee8fed3c6e1086a50ac0149fae3f15ef742b08057 /src/timezone/strftime.c
parent9140cf8269b0c4ae002b2748d93979d535891311 (diff)
Quieten warnings about unused variables
These variables are only ever written to in assertion-enabled builds, and the latest Microsoft compilers complain about such variables in non-assertion-enabled builds. Apparently they don't worry so much about variables that are written to but not read from, so most of our PG_USED_FOR_ASSERTS_ONLY variables don't cause the problem. Discussion: https://postgr.es/m/7800.1505950322@sss.pgh.pa.us
Diffstat (limited to 'src/timezone/strftime.c')
0 files changed, 0 insertions, 0 deletions