mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-09 13:42:56 +00:00
Silence warnings about unsupoorted value types.
MFC after: 2 weeks
This commit is contained in:
parent
9854b4eeee
commit
43cadeaa27
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222343
@ -113,8 +113,10 @@ sysevent_add_attr(sysevent_attr_list_t **ev_attr_list, char *name,
|
||||
}
|
||||
break;
|
||||
default:
|
||||
#if 0
|
||||
printf("%s: type %d is not implemented\n", __func__,
|
||||
se_value->value_type);
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
|
||||
@ -286,8 +288,10 @@ log_sysevent(sysevent_t *evp, int flag, sysevent_id_t *eid)
|
||||
break;
|
||||
}
|
||||
default:
|
||||
#if 0
|
||||
printf("%s: type %d is not implemented\n", __func__,
|
||||
nvpair_type(elem));
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user