mirror of
https://github.com/sshlien/abcmidi.git
synced 2025-12-06 06:55:06 +00:00
2020.07.14
This commit is contained in:
@@ -13745,4 +13745,12 @@ can take various values.
|
||||
You can find a test file detune.abc in the samples folder.
|
||||
|
||||
|
||||
July 14 2020
|
||||
yaps: cleaned up numerous gcc warnings such as
|
||||
drawtune.c:3245:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
|
||||
lineno = (int)(ft->item);
|
||||
|
||||
changed
|
||||
lineno = (long)(ft->item);
|
||||
etc.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user