commit | daf11ca2b9f45a1ac6f90af5a61ee4db915110b1 | [log] [tgz] |
---|---|---|
author | Jiri Kosina <jkosina@suse.cz> | Mon Nov 01 15:31:19 2021 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Mon Nov 01 15:31:19 2021 +0100 |
tree | 8c8110a462eaf385a25f861b28fb9cb42e5e2dda | |
parent | dad74e18f72a852ae40ad7b4246841a1b7e196b5 [diff] |
HID: nintendo: fix -Werror build There are a lot of warnings due to unused protocol constants, but I believe it's good to leave them in the sources for documentation purposes for further development. Switch them over from static conts to macros to avoid the warnings. Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>