Comment #22 on issue 804 by d...@gnu.org: 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.
_______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond