emacs-devel
[Top][All Lists]
Advanced

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

(eval.c) variable "h" is used before its value is set


From: Jens Petersen
Subject: (eval.c) variable "h" is used before its value is set
Date: Thu, 15 Apr 2004 22:59:03 +0900
User-agent: SEMI/1.14.4 (Hosorogi) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 MULE XEmacs/21.4 (patch 15) (Security Through Obscurity) (i386-redhat-linux)

I received a bugreport generated with icc 8.0 apparently to
the effect that:

> eval.c(1192): remark #592: variable "h" is used before its value is set
> 
> The source code is
> 
>       if (!NILP (h.var))
> 
> Suggest init h before first use.

Still seems to be true in cvs.  Is this something that needs
fixing or is the Intel compiler being overcautious?

Jens




reply via email to

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