]> granicus.if.org Git - php/commit
Avoid compiler warnings in proc_open.c
authorAlex Dowad <alexinbeijing@gmail.com>
Tue, 26 May 2020 13:34:52 +0000 (15:34 +0200)
committerMáté Kocsis <kocsismate@woohoolabs.com>
Wed, 27 May 2020 07:05:14 +0000 (09:05 +0200)
commitdff7994ff4d006ee2b413f3cc28f68ecf8526168
tree934b75c582a4864aafb6edd682e7f305807a028e
parent6e5247275afe297e0f53ab8d620f88227e3cb977
Avoid compiler warnings in proc_open.c

We are getting a lot of compiler warnings when building on Appveyor CI (Windows).
Fix some of them.

Closes GH-5629
ext/standard/proc_open.c