bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

type conversion warnings


From: Werner LEMBERG
Subject: type conversion warnings
Date: Mon, 01 Jun 2009 12:22:02 +0200 (CEST)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]