All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Xen-changelog] Some functions aren't static and could be (damn C language!).
       [not found] <E1CyXq2-0006Zf-3I@moria.surriel.com>
@ 2005-02-08 17:15 ` ultraptr
  0 siblings, 0 replies; only message in thread
From: ultraptr @ 2005-02-08 17:15 UTC (permalink / raw)
  To: Xen Development List; +Cc: xen-changelog

On Tue, Feb 08, 2005 at 03:43:01PM +0000, BitKeeper Bot wrote:
> ChangeSet 1.1550.1.180, 2005/02/08 15:43:01+00:00, iap10@freefall.cl.cam.ac.uk
> 
> 	Some functions aren't static and could be (damn C language!).
> 	
> 	I tried turning on -Wmissing-prototypes: unfortunately gives warnings
> 	for functions used in asm, which means introducing gratuitous prototypes
> 	for them.  Not sure it's worth it.
> 	
> 	1) keyhandler.c: keypress_softirq() and do_task_queues() can be static.
> 	2) physdev.c: pcidev_dom0_hidden() can be static.
> 	3) resource.c/resource.h: check_region is deprecated (racy): remove.
> 	4) sched_bvt.c: lots of things can be static.
> 	5) pci/compat.c: not required for Xen.
> 	
> 	Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (authored)
> 	Signed-off-by: ian.pratt@cl.cam.ac.uk
> 
> 

gah, that is not C language problem. that's lame.
you forced compiler to check prototypes so do add them. just add prototypes
even in the same .c file if you don't want to pollute your include files.
but if function is used anywhere outside file scope it is proper to describe it
in include file.

or don't use -Wmissing-prototypes.




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-02-08 17:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1CyXq2-0006Zf-3I@moria.surriel.com>
2005-02-08 17:15 ` [Xen-changelog] Some functions aren't static and could be (damn C language!) ultraptr

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.