Re: [libvirt] [PATCH] domaincapstest: Call virFileWrapperClearPrefixes only on non-WIN32

2019-04-11 Thread Andrea Bolognani
On Thu, 2019-04-11 at 12:33 +0100, Daniel P. Berrangé wrote: > On Wed, Apr 10, 2019 at 03:12:18PM +0200, Michal Privoznik wrote: > > The virFileWrapperClearPrefixes() function is defined only when > > building for non-WIN32. > > > > Signed-off-by: Michal Privoznik > > --- > > > > Technically a b

Re: [libvirt] [PATCH] domaincapstest: Call virFileWrapperClearPrefixes only on non-WIN32

2019-04-11 Thread Daniel P . Berrangé
On Wed, Apr 10, 2019 at 03:12:18PM +0200, Michal Privoznik wrote: > The virFileWrapperClearPrefixes() function is defined only when > building for non-WIN32. > > Signed-off-by: Michal Privoznik > --- > > Technically a build breaker fix, but I can't decide if ifdef is better > or removing the cal

[libvirt] [PATCH] domaincapstest: Call virFileWrapperClearPrefixes only on non-WIN32

2019-04-10 Thread Michal Privoznik
The virFileWrapperClearPrefixes() function is defined only when building for non-WIN32. Signed-off-by: Michal Privoznik --- Technically a build breaker fix, but I can't decide if ifdef is better or removing the call is better. tests/domaincapstest.c | 2 ++ 1 file changed, 2 insertions(+) dif