[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Warnings/errors related to possibly clobbered variables
From: |
Andreas Schwab |
Subject: |
Re: Warnings/errors related to possibly clobbered variables |
Date: |
Tue, 13 Jan 2015 12:51:17 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Dmitry Antipov <address@hidden> writes:
> configure --prefix=/not/exists --enable-checking
> --enable-check-lisp-object-type --enable-gcc-warnings --with-x-toolkit=lucid
case $with_x_toolkit in
lucid | athena | motif)
# Old toolkits mishandle 'const'.
nw="$nw -Wwrite-strings"
;;
*)
gl_WARN_ADD([-Werror], [WERROR_CFLAGS])
;;
esac
Andreas.
--
Andreas Schwab, SUSE Labs, address@hidden
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
- Warnings/errors related to possibly clobbered variables, Dmitry Antipov, 2015/01/13
- Re: Warnings/errors related to possibly clobbered variables,
Andreas Schwab <=
- Re: Warnings/errors related to possibly clobbered variables, Dmitry Antipov, 2015/01/13
- Re: Warnings/errors related to possibly clobbered variables, Eli Zaretskii, 2015/01/13
- Re: Warnings/errors related to possibly clobbered variables, Paul Eggert, 2015/01/13
- Re: Warnings/errors related to possibly clobbered variables, Stefan Monnier, 2015/01/13
- Re: Warnings/errors related to possibly clobbered variables, Eli Zaretskii, 2015/01/13
- Re: Warnings/errors related to possibly clobbered variables, Stefan Monnier, 2015/01/13
- Re: Warnings/errors related to possibly clobbered variables, Paul Eggert, 2015/01/13