]> granicus.if.org Git - php/commit
Fix [-Wmissing-field-initializers] compiler warning in mysqlnd_result.c
authorGeorge Peter Banyard <girgias@php.net>
Mon, 10 Feb 2020 11:14:47 +0000 (12:14 +0100)
committerGeorge Peter Banyard <girgias@php.net>
Mon, 10 Feb 2020 11:14:47 +0000 (12:14 +0100)
commit01957adb7ff69ae3282c221d3866292e6750252d
tree266056d514887384f9feb783a14fb76568a07273
parente01d2162b25eaf0875494142cf5236a8329b6da6
Fix [-Wmissing-field-initializers] compiler warning in mysqlnd_result.c

Explicitly initialize to NULL the unused pointers to preserve
ABI forwards compatibility.
ext/mysqlnd/mysqlnd_result.c