Suppress compiler warnings.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Sat, 30 Mar 2019 12:29:41 +0000 (21:29 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Sat, 30 Mar 2019 12:29:41 +0000 (21:29 +0900)
commitc7cfb0226d47b914fea5ab465fa67a8d3a95d2ef
tree1e5f88683d13f7888aace5203514f6f023c0360a
parent8ebc1cfcf76d8a8f8a0f261fc16df6a763cdd796
Suppress compiler warnings.

Suppress compiler warnings regarding write(2) returns values being
ignored.  Since they are used in signal handlers, it's impossible to
print info about errors. To shut up the warnings, create a static
variable and assign the return values from write().
src/main/pgpool_main.c