fixed CLion warnings

This commit is contained in:
2017-01-02 19:54:10 +08:00
parent 22a8773a25
commit 1c3763ae8f
9 changed files with 83 additions and 126 deletions

View File

@@ -19,15 +19,15 @@ extern "C"
#include "ir_decode.h"
extern INT8 parse_bootcode(struct tag_head *tag);
extern INT8 parse_boot_code(struct tag_head *tag);
extern INT8 parse_zero(struct tag_head *tag);
extern INT8 parse_one(struct tag_head *tag);
extern INT8 parse_delaycode(struct tag_head *tag);
extern INT8 parse_delay_code(struct tag_head *tag);
extern INT8 parse_framelen(struct tag_head *tag, UINT16 len);
extern INT8 parse_frame_len(struct tag_head *tag, UINT16 len);
extern INT8 parse_endian(struct tag_head *tag);
@@ -35,7 +35,7 @@ extern INT8 parse_lastbit(struct tag_head *tag);
extern INT8 parse_repeat_times(struct tag_head *tag);
extern INT8 parse_bitnum(struct tag_head *tag);
extern INT8 parse_bit_num(struct tag_head *tag);
#ifdef __cplusplus
}