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: Tue, 23 Aug 2011 03:23:11 +0000

Updates:
        Status: Fixed
        Labels: -Patch-review

Comment #13 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

Lexer warnings resolved with commit da949cdc

On 32-bit systems, Lilypond now compiles with only *one* warning, fromb auto-generated code produced by GNU Bison.

We /could/ remove that last warning with "#define YYTYPE_INT16 int" in our parser.yy. This would make the parser-state stack, and a couple other modestly-sized arrays, comprise ints instead of 16-bit ints. I am mildly of the opinion that it is better to leave the warning.




reply via email to

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