[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 23.0; Current CVS Emacs: compiling fails on windows xp using msvc 20
From: |
Andreas Schwab |
Subject: |
Re: 23.0; Current CVS Emacs: compiling fails on windows xp using msvc 2003 |
Date: |
Fri, 07 Mar 2008 15:39:45 +0100 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (gnu/linux) |
"Christoph Conrad" <christoph.conrad@gmx.de> writes:
> d:\user\cco\emacs-cvs\src\terminal.c(391) : warning C4715:
> 'Fterminal_live_p': N
> icht alle Steuerelementpfade geben einen Wert zurück
The compiler is too dumb to know that abort never returns.
> d:\user\cco\emacs-cvs\src\coding.c(6045) : warning C4700: Lokale Variable
> 'consu
> med_chars' wurde ohne Initialisierung verwendet
This is not a real problem since the undefined value of consumed_chars
is not used for anything else.
> d:\user\cco\emacs-cvs\src\coding.c(7352) : warning C4715:
> 'Fcheck_coding_system'
> : Nicht alle Steuerelementpfade geben einen Wert zurück
Again, xsignal1 never returns.
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."