public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* sparse warnings for variable length arrays
@ 2006-07-13  8:58 Heiko Carstens
  2006-07-13 17:01 ` Dave Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Heiko Carstens @ 2006-07-13  8:58 UTC (permalink / raw)
  To: linux-kernel; +Cc: Martin Schwidefsky

Hi all,

in include/asm-s390/bitops.h we have several typedefs:

typedef struct { long _[__BITOPS_WORDS(size)]; } addrtype;

sparse warns about these with "error: bad constant expression".
Is there any way to tell sparse to be quiet? __force doesn't seem to work.

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

end of thread, other threads:[~2006-07-14 11:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-13  8:58 sparse warnings for variable length arrays Heiko Carstens
2006-07-13 17:01 ` Dave Jones
2006-07-14 11:00   ` Martin Schwidefsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox