]> git.donarmstrong.com Git - lilypond.git/commit
Fix almost all warnings in flower/ and many in lily/.
authorReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 5 Dec 2011 11:25:44 +0000 (03:25 -0800)
committerGraham Percival <graham@percival-music.ca>
Mon, 5 Dec 2011 11:25:44 +0000 (03:25 -0800)
commit863b09e94acb2b3e543cb68b096e8b40db1889f1
tree6134c02ef49c8e93d538843cedb642ed0b27e5a9
parenta4fb364a0058f701e4e25e799b5ddef511effd72
Fix almost all warnings in flower/ and many in lily/.

Most of the remaining warnings are about vsize -> int casting,
where I'll have to find a proper solution (we don't want to cast
all appearances of vsize to int explicitly, but rather use vsize
wherever possible).
17 files changed:
flower/cpu-timer.cc
flower/file-cookie.cc
flower/getopt-long.cc
flower/include/file-cookie.hh
flower/include/memory-stream.hh
flower/include/polynomial.hh
flower/include/string-convert.hh
flower/memory-stream.cc
flower/polynomial.cc
flower/std-string.cc
flower/string-convert.cc
lily/include/paper-book.hh
lily/paper-book.cc
lily/parse-scm.cc
lily/pfb.cc
lily/spring.cc
lily/volta-repeat-iterator.cc