Re: type conversion warnings

2009-07-15 Thread Valentin Villenave
2009/6/4 Joe Neeman : > On Mon, 2009-06-01 at 12:22 +0200, Werner LEMBERG wrote: >> Most of them, I presume, are harmless, but...  I think it would be a >> good idea to fix them. > > Perhaps this would be a good job for our new Code Janitor? There are > some places (particularly ttf.cc) where it co

Re: type conversion warnings

2009-06-05 Thread Joe Neeman
On Mon, 2009-06-01 at 12:22 +0200, Werner LEMBERG wrote: > 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' >

type conversion warnings

2009-06-01 Thread Werner LEMBERG
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* strn