Re: [PATCH-for-7.0] qga/vss-win32: fix compilation with clang++

2022-03-16 Thread Marc-André Lureau
On Wed, Mar 16, 2022 at 4:41 PM Helge Konetzka wrote: > Compiling with clang++ of msys2 toolchain clang64 leads to an error > on initializing 'char*' variable nul with a 'const char*' value > > Signed-off-by: Helge Konetzka > Reviewed-by: Marc-André Lureau > --- > Compiling with clang++ of m

Re: [PATCH-for-7.0] qga/vss-win32: fix compilation with clang++

2022-03-16 Thread Philippe Mathieu-Daudé
On 16/3/22 13:31, Helge Konetzka wrote: Compiling with clang++ of msys2 toolchain clang64 leads to an error on initializing 'char*' variable nul with a 'const char*' value Can you include the error message in the description? I.e.: ''' This fixes: qga/vss-win32/install.cpp:49:24: error: cann

[PATCH-for-7.0] qga/vss-win32: fix compilation with clang++

2022-03-16 Thread Helge Konetzka
Compiling with clang++ of msys2 toolchain clang64 leads to an error on initializing 'char*' variable nul with a 'const char*' value Signed-off-by: Helge Konetzka --- Compiling with clang++ of msys2 toolchain clang64 leads to [1445/1747] Compiling C++ object qga/vss-win32/qga-vss.dll.p/install.c