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.
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"
>
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