All of lore.kernel.org
 help / color / mirror / Atom feed
* [sre-misc:uti260b 4/24] drivers/media/i2c/gc0308.c:1261:27: warning: unused variable 'gc0308_effects_menu'
@ 2023-10-01  3:41 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-10-01  3:41 UTC (permalink / raw)
  To: Sebastian Reichel; +Cc: llvm, oe-kbuild-all

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-misc.git uti260b
head:   4e145d94d9d20e457f5aa3d51e765f7b1dd78a22
commit: 6c27014c45ea572d49dd42bb79b0ecb1fca39c33 [4/24] media: i2c: gc0308: new driver
config: powerpc64-allyesconfig (https://download.01.org/0day-ci/archive/20231001/202310011156.ycairb2f-lkp@intel.com/config)
compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project.git 4a5ac14ee968ff0ad5d2cc1ffa0299048db4c88a)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231001/202310011156.ycairb2f-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202310011156.ycairb2f-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/media/i2c/gc0308.c:1261:27: warning: unused variable 'gc0308_effects_menu' [-Wunused-const-variable]
    1261 | static const char * const gc0308_effects_menu[] = {
         |                           ^
   1 warning generated.


vim +/gc0308_effects_menu +1261 drivers/media/i2c/gc0308.c

  1260	
> 1261	static const char * const gc0308_effects_menu[] = {
  1262		"Normal", // V4L2_COLORFX_NONE = 0
  1263		"Grayscale", // V4L2_COLORFX_BW = 1
  1264		"Sepia", // V4L2_COLORFX_SEPIA = 2
  1265		"Color Invert", // V4L2_COLORFX_NEGATIVE = 3
  1266	};
  1267	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

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

only message in thread, other threads:[~2023-10-01  3:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-01  3:41 [sre-misc:uti260b 4/24] drivers/media/i2c/gc0308.c:1261:27: warning: unused variable 'gc0308_effects_menu' kernel test robot

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.