public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* re: [media] v4l/dvb: fix compiler warnings
@ 2012-05-21 14:09 Dan Carpenter
  0 siblings, 0 replies; only message in thread
From: Dan Carpenter @ 2012-05-21 14:09 UTC (permalink / raw)
  To: hans.verkuil; +Cc: linux-media

Hello Hans Verkuil,

The patch fdf07b027b2d: "[media] v4l/dvb: fix compiler warnings" from 
Apr 20, 2012, leads to the following GCC warning:
	warning: value computed is not used [-Wunused-value]

The point of the patch was to get rid of a "set but not used" warning
which is turned off by default because there are too many of them and
they are mostly useless.  And instead we got this warning which is
turned on by default and usually indicates a nasty bug...

Grrr...  :P

regards,
dan carpenter


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

only message in thread, other threads:[~2012-05-21 14:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-21 14:09 [media] v4l/dvb: fix compiler warnings Dan Carpenter

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