emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Warnings/errors related to possibly clobbered variables


From: Dmitry Antipov
Subject: Re: Warnings/errors related to possibly clobbered variables
Date: Tue, 13 Jan 2015 15:12:52 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

On 01/13/2015 02:51 PM, Andreas Schwab wrote:

   case $with_x_toolkit in
     lucid | athena | motif)
        # Old toolkits mishandle 'const'.
        nw="$nw -Wwrite-strings"
        ;;
     *)
        gl_WARN_ADD([-Werror], [WERROR_CFLAGS])
        ;;
   esac

Yes, but the question really was "how seriously we should treat
warnings about XXX which might be clobbered by YYY" :-).

Dmitry




reply via email to

[Prev in Thread] Current Thread [Next in Thread]