All of lore.kernel.org
 help / color / mirror / Atom feed
* [chrome-os:chromeos-5.10 9997/9999] drivers/staging/media/hantro/rk3399_vpu_hw_vp8_enc.c:124:18: error: 'zbin_boost' defined but not used
@ 2021-12-17  5:56 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-12-17  5:56 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1870 bytes --]

tree:   https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-5.10
head:   641765639e49f85d50f9e846f0a736258a3b9421
commit: 284c868bb2d12f07bff08698afb1948bf361da27 [9997/9999] CHROMIUM: media: hantro: Add VP8 encoding support for RK3399
config: arm-chromiumos-arm-customedconfig-chrome-os:chromeos-5.10:641765639e49f85d50f9e846f0a736258a3b9421 (https://download.01.org/0day-ci/archive/20211217/202112171356.9UnQsxzF-lkp(a)intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 11.2.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git remote add chrome-os https://chromium.googlesource.com/chromiumos/third_party/kernel
        git fetch --no-tags chrome-os chromeos-5.10
        git checkout 284c868bb2d12f07bff08698afb1948bf361da27
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=arm SHELL=/bin/bash

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> drivers/staging/media/hantro/rk3399_vpu_hw_vp8_enc.c:124:18: error: 'zbin_boost' defined but not used [-Werror=unused-const-variable=]
     124 | static const s32 zbin_boost[16] = {
         |                  ^~~~~~~~~~
   cc1: all warnings being treated as errors


vim +/zbin_boost +124 drivers/staging/media/hantro/rk3399_vpu_hw_vp8_enc.c

   123	
 > 124	static const s32 zbin_boost[16] = {
   125		0,   0,  8, 10, 12, 14, 16, 20, 24, 28,
   126		32, 36, 40, 44, 44, 44
   127	};
   128	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

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

only message in thread, other threads:[~2021-12-17  5:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-17  5:56 [chrome-os:chromeos-5.10 9997/9999] drivers/staging/media/hantro/rk3399_vpu_hw_vp8_enc.c:124:18: error: 'zbin_boost' defined but not used 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.