mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
mark variables as might be unused
SVN-Revision: 30787
This commit is contained in:
parent
2dc1c8ac70
commit
dcbeaed9a0
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ int __init adm8668_init_proc(void)
|
|||
{
|
||||
struct proc_dir_entry *adm8668_proc_dir = NULL;
|
||||
struct proc_dir_entry *sesled = NULL;
|
||||
int bogus;
|
||||
int __maybe_unused bogus;
|
||||
|
||||
/* these are known to be lights. rest are input...? */
|
||||
ADM8668_CONFIG_REG(CRGPIO_REG) = GPIO2_OUTPUT_ENABLE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue