I'm getting a new warning from slur-scoring today:
Making lily/out/slur-scoring.o < cc
/home/user/lilypond-src/lily/slur-scoring.cc: In static member function 'static scm_unused_struct* Slur::calc_control_points(SCM)':
/home/user/lilypond-src/lily/slur-scoring.cc:390:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=]
390 | total += to_string (" TOTAL=%.2f idx=%d", best->score (), best->index_);
| ~^ ~~~~~~~~~~~~
| | |
| int size_t {aka long unsigned int}
| %ld
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Passes make, make check and a full make doc
Patch on countdown for April 17th
Patch counted down - please push.
I'm getting a new warning from slur-scoring today: