
19 Sep
2019
19 Sep
'19
2:42 p.m.
On 9/19/19 3:38 PM, Daniel P. Berrangé wrote:
The gnulib 'func' modules provides portability to compilers which lack the '__func__' symbol. We only care about GCC and CLang compilers so do not need this compatibility code.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- bootstrap.conf | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal