Browse Source

Silence a warning in policy_engine.c

Clara Hobbs 6 years ago
parent
commit
3c8841f9fe
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      lib/src/policy_engine.c

+ 1
- 0
lib/src/policy_engine.c View File

@@ -82,6 +82,7 @@ static enum policy_engine_state pe_sink_startup(struct pdb_config *cfg)
82 82
 
83 83
 static enum policy_engine_state pe_sink_discovery(struct pdb_config *cfg)
84 84
 {
85
+    (void) cfg;
85 86
     /* Wait for VBUS.  Since it's our only power source, we already know that
86 87
      * we have it, so just move on. */
87 88
 

Loading…
Cancel
Save