configure: pass non-null pointer to (v)asprintf
authorSitsofe Wheeler <sitsofe@yahoo.com>
Wed, 19 Aug 2020 22:02:48 +0000 (23:02 +0100)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Sat, 12 Sep 2020 10:05:38 +0000 (11:05 +0100)
commit0a7022820e85299364e29113e16d35f4350361f6
tree6253a370e609324958d8e9512c3916d3ab427042
parent695611a9d4cd554d44d8b2ec5da2811061950a2e
configure: pass non-null pointer to (v)asprintf

Windows clang warns about redefinition of (v)asprintf when targeting
Windows 7 because the configure test failed due to passing NULL when to
those functions when they tag key parameters with the nonnull attribute.

Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
configure