bdsync icon indicating copy to clipboard operation
bdsync copied to clipboard

compile error with clang

Open ghost opened this issue 4 years ago • 0 comments

compiling with clang results in the following error:

checkzero.c:17:36: error: dereference of pointer to incomplete type 'const char[]'
        : "c" (len), "D" (p), "m" (*(const char (*)[] p)
                                   ^

ghost avatar Oct 09 '20 18:10 ghost