On Friday 25 April 2008 10:50:24 Will Coleda wrote: > Miscellaneous build warnings that need to be cleaned up. > > src/key.c:306: warning: switch missing default case
Fixed in 27195. > compilers/imcc/imclexer.c:4288: warning: switch missing default case > compilers/imcc/imclexer.c:4447: warning: comparison between signed and > unsigned compilers/imcc/imclexer.c:4615: warning: switch missing default > case These are all in generated code. I suspect we're not going to clear these up without patching lex/flex or writing a filter for post-generation. You can quote me on this: yuck. -- c