All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] sched/fair: make function static to avoid compile warnings
       [not found] <SG2PR0201MB09364888584EA71C70C90BA7B2660@SG2PR0201MB0936.apcprd02.prod.outlook.com>
@ 2018-06-05 14:16 ` Peter Zijlstra
  0 siblings, 0 replies; only message in thread
From: Peter Zijlstra @ 2018-06-05 14:16 UTC (permalink / raw)
  To: yang; +Cc: mingo, linux-kernel

On Tue, Jun 05, 2018 at 01:46:59PM +0000, yang wrote:
> Fix compile warnings:
>   CC      kernel/sched/fair.o
> kernel/sched/fair.c:2461:6: warning: no previous prototype for ‘task_numa_work’ [-Wmissing-prototypes]
>  void task_numa_work(struct callback_head *work)
>       ^
> kernel/sched/fair.c:2606:6: warning: no previous prototype for ‘task_tick_numa’ [-Wmissing-prototypes]
>  void task_tick_numa(struct rq *rq, struct task_struct *curr)
>       ^
> kernel/sched/fair.c:3853:6: warning: no previous prototype for ‘sync_entity_load_avg’ [-Wmissing-prototypes]
>  void sync_entity_load_avg(struct sched_entity *se)
>       ^
> kernel/sched/fair.c:3866:6: warning: no previous prototype for ‘remove_entity_load_avg’ [-Wmissing-prototypes]
>  void remove_entity_load_avg(struct sched_entity *se)

What compiler does that? Seems like a pretty annoying warning.

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

only message in thread, other threads:[~2018-06-05 14:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <SG2PR0201MB09364888584EA71C70C90BA7B2660@SG2PR0201MB0936.apcprd02.prod.outlook.com>
2018-06-05 14:16 ` [PATCH] sched/fair: make function static to avoid compile warnings Peter Zijlstra

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.