Skip to content

test: Add prototype for Xmureallocarray to silence warning

Matt Turner requested to merge mattst88/libxmu:missing-prototype into master
In file included from reallocarray.c:50:
../src/reallocarray.c:35:1: warning: no previous prototype for ‘Xmureallocarray’ [-Wmissing-prototypes]
   35 | Xmureallocarray(void *optr, size_t nmemb, size_t size)
      | ^~~~~~~~~~~~~~~

Merge request reports