[ARI] Remove all editCase warnings

Stan Shebs stan@codesourcery.com
Wed May 5 17:15:00 GMT 2010


Joel Brobecker wrote:
>>  static void
>> -ada_remove_Xbn_suffix (const char *encoded, int *len)
>> +ada_remove_Xbn_suffix ( /* ARI: editCase function */
>> +		       const char *encoded, int *len)
>>     
>
> I would rather have:
>
> ada_remove_Xbn_suffix /* ARI: editCase function */
>   (const char *encoded, int *len)
>   

I frequently grep for "foo (", so this would cause the function to be 
overlooked.  But, fewer grep results means less work when changing the 
code... :-)

Stan



More information about the Gdb-patches mailing list