Re: Bash build issues in `devel' branch due to -Werror compiler flag

2018-12-19 Thread Eduardo Bustamante
On Mon, Dec 17, 2018 at 6:31 AM Chet Ramey wrote: (...) > Good. This is the kind of feedback I want from enabling this option during > the pre-release period. Thanks for taking the time. Thank you! Bash `devel' builds fine for me now.

Re: Bash build issues in `devel' branch due to -Werror compiler flag

2018-12-17 Thread Chet Ramey
On 12/16/18 2:35 AM, Eduardo A. Bustamante López wrote: > Commit 9d80be9ab5cc17011c634e0348c64c15fcba95bf adds the following compiler > flag: > > dualbus@debian:~/src/gnu/bash$ cat -n configure.ac | grep Werror -C3 > 1159 CFLAGS="$CFLAGS -Wno-parentheses -Wno-format-security" >

Bash build issues in `devel' branch due to -Werror compiler flag

2018-12-15 Thread Eduardo A . Bustamante López
Commit 9d80be9ab5cc17011c634e0348c64c15fcba95bf adds the following compiler flag: dualbus@debian:~/src/gnu/bash$ cat -n configure.ac | grep Werror -C3 1159CFLAGS="$CFLAGS -Wno-parentheses -Wno-format-security" 1160if test -n "$DEBUG" 1161