You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By clicking “Sign up for GitHub&r
7ECF
dquo;, you agree to our terms of service and
privacy statement. We’ll occasionally send you account related emails.
drawtune.c:3009:23: error: passing 'union (anonymous union at ./structs.h:108:3)' to parameter of incompatible type 'char *'
printtext(left, v->place->item, &textfont);
^~~~~~~~~~~~~~
drawtune.c:3012:25: error: passing 'union (anonymous union at ./structs.h:108:3)' to parameter of incompatible type 'char *'
printtext(centre, v->place->item, &textfont);
^~~~~~~~~~~~~~
2 errors generated.
make: *** [drawtune.o] Error 1
make: *** Waiting for unfinished jobs....
https://github.com/sshlien/abcmidi/blob/master/drawtune.c#L3003-L3008
relates to Homebrew/homebrew-core#63570
The text was updated successfully, but these errors were encountered: