mirror of
https://github.com/armink/EasyLogger.git
synced 2025-01-19 07:42:52 +08:00
!4 elog_set_filter_tag_lvl_default函数引起的编译器警告
Merge pull request !4 from BLE/dev
This commit is contained in:
commit
470f4218ff
@ -141,7 +141,7 @@ static const char *color_output_info[] = {
|
||||
#endif /* ELOG_COLOR_ENABLE */
|
||||
|
||||
static bool get_fmt_enabled(uint8_t level, size_t set);
|
||||
static void elog_set_filter_tag_lvl_default();
|
||||
static void elog_set_filter_tag_lvl_default(void);
|
||||
|
||||
/* EasyLogger assert hook */
|
||||
void (*elog_assert_hook)(const char* expr, const char* func, size_t line);
|
||||
@ -389,7 +389,7 @@ void elog_output_unlock(void) {
|
||||
/**
|
||||
* set log filter's tag level val to default
|
||||
*/
|
||||
static void elog_set_filter_tag_lvl_default()
|
||||
static void elog_set_filter_tag_lvl_default(void)
|
||||
{
|
||||
uint8_t i = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user