Re: [PATCH] fix warnings in treelang/parse.y

2005-09-17 Thread Gabriel Dos Reis
Rafael Ávila de Espíndola <[EMAIL PROTECTED]> writes: | On Saturday 17 September 2005 01:31, Gabriel Dos Reis wrote: | > See the documentation for pp_base_format() in $GCC/gcc/pretty-print.c | Thanks | > The changes are basically OK. As a bonus, you might to take the | > opportunity to remove the

Re: [PATCH] fix warnings in treelang/parse.y

2005-09-17 Thread Rafael Ávila de Espíndola
On Saturday 17 September 2005 01:31, Gabriel Dos Reis wrote: > See the documentation for pp_base_format() in $GCC/gcc/pretty-print.c Thanks > The changes are basically OK. As a bonus, you might to take the > opportunity to remove the trailing periods and decapitalize the first > words. attached :)

Re: [PATCH] fix warnings in treelang/parse.y

2005-09-16 Thread Gabriel Dos Reis
Rafael Ávila de Espíndola <[EMAIL PROTECTED]> writes: | The attached patch fixes the following warnings | | ../../gcc/gcc/treelang/parse.y: In function yyparse: | ../../gcc/gcc/treelang/parse.y:532: warning: too many arguments for format | ../../gcc/gcc/treelang/parse.y:641: warning: conversion l

[PATCH] fix warnings in treelang/parse.y

2005-09-16 Thread Rafael Ávila de Espíndola
The attached patch fixes the following warnings ../../gcc/gcc/treelang/parse.y: In function yyparse: ../../gcc/gcc/treelang/parse.y:532: warning: too many arguments for format ../../gcc/gcc/treelang/parse.y:641: warning: conversion lacks type at end of format I am not sure if this is the best fi