emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r109864: Fix minor problems found


From: Paul Eggert
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r109864: Fix minor problems found by static checking.
Date: Mon, 03 Sep 2012 15:29:22 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120827 Thunderbird/15.0

On 09/03/2012 01:44 PM, Eli Zaretskii wrote:
> GCC false alarms aside, are there any reasons to prefer separate
> declaration and initialization?

I suspect the warning is designed more to enforce the C99
rule that one cannot jump over a declaration of a local
identifier whose type is variably modified.  If Emacs ever
starts using those types we may want to look into this again.

Or we may try cutting back on those gotos -- they are kinda
confusing ....



reply via email to

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