Build fix: implicit declaration of function 'PERROR' on Solaris
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 11 Sep 2020 03:57:54 +0000 (23:57 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 11 Sep 2020 15:19:27 +0000 (11:19 -0400)
commitdc11d4e3c15b2511cd390aa12c586f5594c80111
treef340e449ec3ee185846ba84fa552972ffb76605d
parentdbc20d3ca8514150ede944f364985c571f682c0e
Build fix: implicit declaration of function 'PERROR' on Solaris

Solaris 10/11 CI builds complain that PERROR is not declared
in memstream.h. This addresses the warning on both platforms.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I09ce7cea216e075d0ef7256f738ea7400d193b6b
src/common/filter/memstream.h
This page took 0.024857 seconds and 4 git commands to generate.