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

Loading…
Cancel
Save