소스 검색

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
 

Loading…
취소
저장