浏览代码

Silence a warning in policy_engine.c

Clara Hobbs 6 年前
父节点
当前提交
3c8841f9fe
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      lib/src/policy_engine.c

+ 1
- 0
lib/src/policy_engine.c 查看文件

@@ -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
 

正在加载...
取消
保存