From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Bainbridge Subject: compile complains in todays unstable Date: Tue, 6 Sep 2005 14:08:26 +0100 Message-ID: <623652d50509060608627f8937@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hello,=20 xenstored_core.c complains with gcc -O2: xenstored_core.c: In function `consider_message': xenstored_core.c:1307: warning: variable `in' might be clobbered by `longjmp' or `vfork' Moving the declaration "struct buffered_data *in =3D NULL;" to line 1829 fi= xes it.