summaryrefslogtreecommitdiff
path: root/src/common/psprintf.c
diff options
context:
space:
mode:
authorTom Lane2013-10-23 01:31:57 +0000
committerTom Lane2013-10-23 01:31:57 +0000
commit5f1ab4610102a73c124000788585c1af2a36284b (patch)
tree738ac5b773313afc74c6978a8a71e1eed0377de0 /src/common/psprintf.c
parent2c66f9924c1162bfba27c77004ccf42fb6ea188d (diff)
Suppress a couple of compiler warnings seen with older gcc versions.
To wit, bgworker.c: In function `RegisterDynamicBackgroundWorker': bgworker.c:761: warning: `generation' might be used uninitialized in this function dsm_impl.c: In function `dsm_impl_op': dsm_impl.c:197: warning: control reaches end of non-void function Neither of these represent actual bugs, but we may as well tweak the code so that more compilers can tell that. This won't change the generated code on compilers that do recognize that the cases are unreachable.
Diffstat (limited to 'src/common/psprintf.c')
0 files changed, 0 insertions, 0 deletions