All of lore.kernel.org
 help / color / mirror / Atom feed
* new compile error in gx_comm.c in xen-unstable
@ 2010-11-02 10:34 Olaf Hering
  2010-11-02 16:11 ` [PATCH]: gdbsx: Check return of write() Gianni Tedesco
  0 siblings, 1 reply; 7+ messages in thread
From: Olaf Hering @ 2010-11-02 10:34 UTC (permalink / raw)
  To: xen-devel


Hello,

there is a regression between xen-unstable rev 22314 and 22344,
gx_comm.c does not compile anymore due to -Werror, see below.
I think a simpe 'if (write(args..)) perror("write");' will be good enough.

Olaf

gcc  -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2  -funwind-tables 
-fasynchronous-unwind-tables -O1 -fno-omit-frame-pointer 
-fno-optimize-sibling-calls -m64 -g -fno-strict-aliasing -std=gnu99 
-Wall -Wstrict-prototypes -Wno-unused-value 
-Wdeclaration-after-statement  -O1 -fno-omit-frame-pointer 
-fno-optimize-sibling-calls -m64 -g -fno-strict-aliasing -std=gnu99 
-Wall -Wstrict-prototypes -Wno-unused-value 
-Wdeclaration-after-statement  -O1 -fno-omit-frame-pointer 
-fno-optimize-sibling-calls -m64 -g -fno-strict-aliasing -std=gnu99 
-Wall -Wstrict-prototypes -Wno-unused-value 
-Wdeclaration-after-statement  -D__XEN_TOOLS__ -MMD -MF 
.subdirs-install.d  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -O1 
-fno-omit-frame-pointer -fno-optimize-sibling-calls -m64 -g 
-fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes 
-Wno-unused-value -Wdeclaration-after-statement  -D__XEN_TOOLS__ -MMD 
-MF .gdbsx.d  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -O1 
-fno-omit-frame-pointer -fno-optimize-sibling-calls -m64 -g 
-fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes 
-Wno-unused-value -Wdeclaration-after-statement  -D__XEN_TOOLS__ -MMD 
-MF .all.d  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -Werror 
-Wmissing-prototypes  -O1 -fno-omit-frame-pointer 
-fno-optimize-sibling-calls -m64 -g -fno-strict-aliasing -std=gnu99 
-Wall -Wstrict-prototypes -Wno-unused-value 
-Wdeclaration-after-statement  -D__XEN_TOOLS__ -MMD -MF .gx_comm.o.d  
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -Werror -Wmissing-prototypes 
 -c -o gx_comm.o gx_comm.c
cc1: warnings being treated as errors
gx_comm.c: In function 'gx_getpkt':
gx_comm.c:230: error: ignoring return value of 'write', declared with attribute warn_unused_result
gx_comm.c:236: error: ignoring return value of 'write', declared with attribute warn_unused_result

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-11-03 14:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-02 10:34 new compile error in gx_comm.c in xen-unstable Olaf Hering
2010-11-02 16:11 ` [PATCH]: gdbsx: Check return of write() Gianni Tedesco
2010-11-02 23:29   ` Bruce Edge
2010-11-03  8:09     ` Olaf Hering
2010-11-03 11:59   ` Ian Jackson
2010-11-03 14:10     ` Bruce Edge
2010-11-03 14:16       ` Olaf Hering

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.