On Tue, Mar 19, 2019 at 10:40:47AM -0700, Bart Van Assche wrote:
> This patch avoids that gcc reports the following warning when building
> with W=1:
>
> kernel/workqueue.c:4250:2: warning: function alloc_workqueue might be a
> candidate for gnu_printf format attribute [-Wsuggest-attribute=format
On Mon, 2019-04-15 at 10:09 -0700, Bart Van Assche wrote:
> On Tue, 2019-03-19 at 10:40 -0700, Bart Van Assche wrote:
> > This patch avoids that gcc reports the following warning when building
> > with W=1:
> >
> > kernel/workqueue.c:4250:2: warning: function alloc_workqueue might be a
> > candid
On Tue, 2019-03-19 at 10:40 -0700, Bart Van Assche wrote:
> This patch avoids that gcc reports the following warning when building
> with W=1:
>
> kernel/workqueue.c:4250:2: warning: function alloc_workqueue might be a
> candidate for gnu_printf format attribute [-Wsuggest-attribute=format]
> v
This patch avoids that gcc reports the following warning when building
with W=1:
kernel/workqueue.c:4250:2: warning: function alloc_workqueue might be a
candidate for gnu_printf format attribute [-Wsuggest-attribute=format]
vsnprintf(wq->name, sizeof(wq->name), fmt, args);
Cc: Lai Jiangshan
C
4 matches
Mail list logo