All of lore.kernel.org
 help / color / mirror / Atom feed
* Compile warning...
@ 1999-04-15 17:52 Peter Jones
  1999-04-15 20:21 ` David Miller
  1999-04-15 22:03 ` Peter Jones
  0 siblings, 2 replies; 10+ messages in thread
From: Peter Jones @ 1999-04-15 17:52 UTC (permalink / raw)
  To: ultralinux

When I try to build the current CVS tree, I get a error like 

gargleblaster:/usr/src/linux$ make
sed: -e expression #1, char 37: Unknown option to 's'
rm -f include/asm

It seems to be coming from arch/sparc64/Makefile line 23 , 

MAKEOVERRIDES   := $(shell echo "$(MAKEOVERRIDES)" | sed 's CC=$(CC)
CC=$(CC)\\\ -D__KERNEL__\\\ -I$(TOPDIR)/include ')

Which looks like its not pertenant to anything else, at all, anywhere (I
just grepped the whole source tree for MAKEOVERRIDES ;)

Can we just take this out?

Here's the patch, because I know I'm lazy and I'll assume the rest of the
world is too...

--- arch/sparc64/Makefile.old   Thu Apr 15 13:51:13 1999
+++ arch/sparc64/Makefile       Thu Apr 15 13:51:25 1999
@@ -20,7 +20,6 @@
 
 ifneq ($(CC_HAS_ARGS),y)
 TMP = $(shell echo sed \'s CC=$(CC) CC=$(CC)\\\ -D__KERNEL__\\\
-I$(TOPDIR)/include \') > /tmp/overrides)
-MAKEOVERRIDES  := $(shell echo "$(MAKEOVERRIDES)" | sed 's CC=$(CC)
CC=$(CC)\\\ -D__KERNEL__\\\ -I$(TOPDIR)/include ')
 override CC    := $(CC) -D__KERNEL__ -I$(TOPDIR)/include
 endif

 -- Peter

"Good night, Mrs. Calabash, wherever you are."
		-- Armstrong

^ permalink raw reply	[flat|nested] 10+ messages in thread
* compile warning
@ 2007-10-26 13:25 Sergej Stepanov
  2007-10-26 15:58 ` Kumar Gala
  0 siblings, 1 reply; 10+ messages in thread
From: Sergej Stepanov @ 2007-10-26 13:25 UTC (permalink / raw)
  To: linux-ppc

Hello!

I have at compile time the following warning:

WARNING: vmlinux.o(.text+0x10f5c): Section mismatch: reference
to .init.text:cpm_muram_init (between 'cpm2_reset' and
'cpm2_smc_clk_setup')

Could it make some problem?

Thanks.

-- 
Sergej I. Stepanov
IDS GmbH
Nobelstr. 18, Zim. 2.1.05
D-76275 Ettlingen
T +49 (0) 72 43/2 18-615
F +49 (0) 72 43/2 18-400
http://www.ids.de
Email: Sergej.Stepanov@ids.de

^ permalink raw reply	[flat|nested] 10+ messages in thread
* Compile warning
@ 2009-10-01  9:18 Fasiha Ashraf
  2009-10-02  9:08 ` Ferenc Wagner
  0 siblings, 1 reply; 10+ messages in thread
From: Fasiha Ashraf @ 2009-10-01  9:18 UTC (permalink / raw)
  To: xen


[-- Attachment #1.1: Type: text/plain, Size: 387 bytes --]

While compiling Xen3.4 with linux kernel 2.6.18. At the end of build it gives me a warning "WARNING: Package 'fig2dev' is required=     to build Xen documentation" What does that mean? Is that of no harm or it will effect the performance and working of hypervisor in future? 

Regards,
Fasiha Ashraf


      Yahoo! India has a new look. Take a sneak peek http://in.yahoo.com/trynew

[-- Attachment #1.2: Type: text/html, Size: 654 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 10+ messages in thread
* Compile warning
@ 2011-07-28 16:03 Steve French
  0 siblings, 0 replies; 10+ messages in thread
From: Steve French @ 2011-07-28 16:03 UTC (permalink / raw)
  To: Jeff Layton, linux-cifs-u79uwXL29TY76Z2rM5mHXA

Compiler (gcc 4.4.3 on this system) throws an incorrect warning on
your recent ea patch.
It may be worth minor adjustments to remove the compile warning.

CC [M]  fs/cifs/cifssmb.o
fs/cifs/cifssmb.c: In function ‘CIFSSMBQAllEAs’:
fs/cifs/cifssmb.c:5723: warning: ‘ea_name_len’ may be used
uninitialized in this function


-- 
Thanks,

Steve

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

end of thread, other threads:[~2011-07-28 16:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-04-15 17:52 Compile warning Peter Jones
1999-04-15 20:21 ` David Miller
1999-04-15 22:03 ` Peter Jones
2007-10-26 13:25 compile warning Sergej Stepanov
2007-10-26 15:58 ` Kumar Gala
2007-10-30  7:43   ` Sergej Stepanov
2007-10-30  9:05     ` Arnd Bergmann
2009-10-01  9:18 Compile warning Fasiha Ashraf
2009-10-02  9:08 ` Ferenc Wagner
2011-07-28 16:03 Steve French

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.