bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 804 in lilypond: Code cleaning: checking types-conversion issu


From: lilypond
Subject: Re: Issue 804 in lilypond: Code cleaning: checking types-conversion issues and other build warnings
Date: Sun, 25 Sep 2011 10:59:09 +0000


Comment #22 on issue 804 by address@hidden: Code cleaning: checking types-conversion issues and other build warnings
http://code.google.com/p/lilypond/issues/detail?id=804

out/parser.cc:2407: warning: conversion to 'short int' from 'int' may alter its value

I think I once tried tracking this one down, and it was in some skeleton code that bison uses for parsing. My unqualified guess from glancing over stuff was that it might do to redeclare some YY* type at the cost of doubling the size of some parser tables.

Somebody might want to bother to do a more thorough examination of the problem, but I would not be surprised if it ended up with the same conclusion.




reply via email to

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