Skip to content

Instantly share code, notes, and snippets.

@d235j
Created December 21, 2019 16:13
Show Gist options
  • Save d235j/f0c5846eebc8b5723bebd7cfef9fb774 to your computer and use it in GitHub Desktop.
Save d235j/f0c5846eebc8b5723bebd7cfef9fb774 to your computer and use it in GitHub Desktop.
In file included from ../../../dlls/actxprxy/usrmarshal.c:37:
../../../include/wine/debug.h:421:70: error: passing 'const struct const tagVARIANT * __ptr64' to parameter of type 'const __storage32 struct const tagVARIANT *' changes
address space of pointer
return wine_dbg_sprintf( "%p {VT_VARIANT|VT_BYREF: %s}", v, wine_dbgstr_variant(V_VARIANTREF(v)) );
^
../../../include/wine/debug.h:423:67: error: passing 'const struct const tagVARIANT * __ptr64' to parameter of type 'const __storage32 struct const tagVARIANT *' changes
address space of pointer
return wine_dbg_sprintf( "%p {VT_BSTR|VT_BYREF: %s}", v, V_BSTRREF(v) ? wine_dbgstr_w(*V_BSTRREF(v)) : "(none)" );
^
../../../include/wine/debug.h:424:48: error: passing 'const struct const tagVARIANT * __ptr64' to parameter of type 'const __storage32 struct const tagVARIANT *' changes
address space of pointer
return wine_dbg_sprintf( "%p {%s %p}", v, wine_dbgstr_vt(V_VT(v)), V_BYREF(v) );
^
../../../include/wine/debug.h:428:48: error: passing 'const struct const tagVARIANT * __ptr64' to parameter of type 'const __storage32 struct const tagVARIANT *' changes
address space of pointer
return wine_dbg_sprintf( "%p {%s %p}", v, wine_dbgstr_vt(V_VT(v)), V_ARRAY(v) );
^
../../../include/wine/debug.h:432:51: error: passing 'const struct const tagVARIANT * __ptr64' to parameter of type 'const __storage32 struct const tagVARIANT *' changes
address space of pointer
return wine_dbg_sprintf( "%p {VT_EMPTY}", v );
^
../../../include/wine/debug.h:434:50: error: passing 'const struct const tagVARIANT * __ptr64' to parameter of type 'const __storage32 struct const tagVARIANT *' changes
address space of pointer
return wine_dbg_sprintf( "%p {VT_NULL}", v );
^
../../../include/wine/debug.h:436:52: error: passing 'const struct const tagVARIANT * __ptr64' to parameter of type 'const __storage32 struct const tagVARIANT *' changes
address space of pointer
return wine_dbg_sprintf( "%p {VT_I2: %d}", v, V_I2(v) );
^
../../../include/wine/debug.h:438:52: error: passing 'const struct const tagVARIANT * __ptr64' to parameter of type 'const __storage32 struct const tagVARIANT *' changes
address space of pointer
return wine_dbg_sprintf( "%p {VT_I4: %d}", v, V_I4(v) );
^
../../../include/wine/debug.h:440:52: error: passing 'const struct const tagVARIANT * __ptr64' to parameter of type 'const __storage32 struct const tagVARIANT *' changes
address space of pointer
return wine_dbg_sprintf( "%p {VT_R4: %f}", v, V_R4(v) );
^
../../../include/wine/debug.h:442:53: error: passing 'const struct const tagVARIANT * __ptr64' to parameter of type 'const __storage32 struct const tagVARIANT *' changes
address space of pointer
return wine_dbg_sprintf( "%p {VT_R8: %lf}", v, V_R8(v) );
^
../../../include/wine/debug.h:444:52: error: passing 'const struct const tagVARIANT * __ptr64' to parameter of type 'const __storage32 struct const tagVARIANT *' changes
address space of pointer
return wine_dbg_sprintf( "%p {VT_CY: %s}", v, wine_dbgstr_longlong(V_CY(v).int64) );
^
../../../include/wine/debug.h:446:55: error: passing 'const struct const tagVARIANT * __ptr64' to parameter of type 'const __storage32 struct const tagVARIANT *' changes
address space of pointer
return wine_dbg_sprintf( "%p {VT_DATE: %lf}", v, V_DATE(v) );
^
../../../include/wine/debug.h:448:55: error: passing 'const struct const tagVARIANT * __ptr64' to parameter of type 'const __storage32 struct const tagVARIANT *' changes
address space of pointer
return wine_dbg_sprintf( "%p {VT_LPSTR: %s}", v, wine_dbgstr_a((const char * HOSTPTR)V_BSTR(v)) );
^
../../../include/wine/debug.h:450:56: error: passing 'const struct const tagVARIANT * __ptr64' to parameter of type 'const __storage32 struct const tagVARIANT *' changes
address space of pointer
return wine_dbg_sprintf( "%p {VT_LPWSTR: %s}", v, wine_dbgstr_w(V_BSTR(v)) );
^
../../../include/wine/debug.h:452:54: error: passing 'const struct const tagVARIANT * __ptr64' to parameter of type 'const __storage32 struct const tagVARIANT *' changes
address space of pointer
return wine_dbg_sprintf( "%p {VT_BSTR: %s}", v, wine_dbgstr_w(V_BSTR(v)) );
^
../../../include/wine/debug.h:454:58: error: passing 'const struct const tagVARIANT * __ptr64' to parameter of type 'const __storage32 struct const tagVARIANT *' changes
address space of pointer
return wine_dbg_sprintf( "%p {VT_DISPATCH: %p}", v, V_DISPATCH(v) );
^
../../../include/wine/debug.h:456:57: error: passing 'const struct const tagVARIANT * __ptr64' to parameter of type 'const __storage32 struct const tagVARIANT *' changes
address space of pointer
return wine_dbg_sprintf( "%p {VT_ERROR: %08x}", v, V_ERROR(v) );
^
../../../include/wine/debug.h:458:54: error: passing 'const struct const tagVARIANT * __ptr64' to parameter of type 'const __storage32 struct const tagVARIANT *' changes
address space of pointer
return wine_dbg_sprintf( "%p {VT_BOOL: %x}", v, V_BOOL(v) );
^
../../../include/wine/debug.h:460:57: error: passing 'const struct const tagVARIANT * __ptr64' to parameter of type 'const __storage32 struct const tagVARIANT *' changes
address space of pointer
return wine_dbg_sprintf( "%p {VT_UNKNOWN: %p}", v, V_UNKNOWN(v) );
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment