]> git.baikalelectronics.ru Git - kernel.git/commit
[media] cpia2: Fix some gcc 4.6 warnings when debug is disabled
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 11 Mar 2011 20:00:01 +0000 (17:00 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 22 Mar 2011 07:54:06 +0000 (04:54 -0300)
commit9dd47010ab29d09a5a4265b48c7867fe039a91f8
treedb8a95d611f605f8446b91015fe2de881c2f76f5
parentbe5098076db6b4a8e5572d7816155c18c51b816a
[media] cpia2: Fix some gcc 4.6 warnings when debug is disabled

cpia2_core.c:529:14: warning: variable 'dir' set but not used [-Wunused-but-set-variable]
cpia2_core.c:526:5: warning: variable 'block_index' set but not used [-Wunused-but-set-variable]

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cpia2/cpia2_core.c