WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Build Break - x86 FC4 - xsls.c:28: warning: field precision

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Build Break - x86 FC4 - xsls.c:28: warning: field precision is not type int (arg 2)
From: David F Barrera <dfbp@xxxxxxxxxx>
Date: Tue, 11 Oct 2005 09:46:31 -0500
Delivery-date: Tue, 11 Oct 2005 14:45:02 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=314

           Summary: Build Break - x86 FC4 - xsls.c:28: warning: field
                    precision is not type int (arg 2)



changeset:   7313:4e335372ace8
tag:         tip
parent:      7312:713328270fb3
parent:      7308:959d33fbd660
user:        emellor@ewan
date:        Tue Oct 11 09:23:19 2005 +0100
summary:     Merged.

gcc   -m32 -march=i686 -Wall -g -Werror -Wp,-MD,.utils.o.d -O3 
-I../../tools/libxc -I. -c -o utils.o utils.c
gcc   -m32 -march=i686 -Wall -g -Werror -Wp,-MD,.tdb.o.d -O3 
-I../../tools/libxc -I. -c -o tdb.o tdb.c
gcc   -m32  -L../../tools/libxc  xenstored_core.o xenstored_watch.o
xenstored_domain.o xenstored_transaction.o xs_lib.o talloc.o utils.o
tdb.o  
-lxenctrl -o xenstored
gcc   -m32 -march=i686 -Wall -g -Werror -Wp,-MD,.xsls.o.d -O3 
-I../../tools/libxc -I. -c -o xsls.o xsls.c
cc1: warnings being treated as errors
xsls.c: In function ‘print_dir’:
xsls.c:13: warning: pointer targets in passing argument 4 of
‘xs_directory’
differ in signedness
xsls.c:24: warning: pointer targets in passing argument 4 of ‘xs_read’
differ in
signedness
make[3]: *** [xsls.o] Error 1
make[3]: Leaving directory `/tmp/xen-unstable.hg/tools/xenstore'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/tmp/xen-unstable.hg/tools'
make[1]: *** [install-tools] Error 2
make[1]: Leaving directory `/tmp/xen-unstable.hg'
make: *** [world] Error 2
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Build Break - x86 FC4 - xsls.c:28: warning: field precision is not type int (arg 2), David F Barrera <=