Using g++ 4.3.2, I get many warnings like the one below while
compiling lilypond:

  libc-extension.cc: In function 'char* strnlwr(char*, int)':
  libc-extension.cc:26: warning: conversion to 'char' from 'int'
                        may alter its value
  libc-extension.cc: In function 'char* strnupr(char*, int)':
  libc-extension.cc:37: warning: conversion to 'char' from 'int'
                        may alter its value

Most of them, I presume, are harmless, but...  I think it would be a
good idea to fix them.


    Werner


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to