Re: Rollup: Build issues with bash-3.2

2008-06-23 Thread Chet Ramey
grarpamp wrote: And when using --disable-nls, these appear in the output of make. These are all the result of assigning literal strings to char * variables. When compiled with nls/locales, are assigned the return value from gettext(3), which returns a char *. I'm not really inclined to change

Re: Rollup: Build issues with bash-3.2

2008-06-19 Thread grarpamp
And when using --disable-nls, these appear in the output of make. < shell.c: In function `get_current_user_info': < shell.c:1600: warning: assignment discards qualifiers from pointer target type < ./parse.y: In function `report_syntax_error': < ./parse.y:4553: warning: assignment discards qualifie