commit | afbeedc8684652ebdabeac756bfa1f7435863d96 | [log] [tgz] |
---|---|---|
author | Masahisa Kojima <masahisa.kojima@linaro.org> | Mon May 16 20:00:42 2022 +0900 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat May 28 10:59:27 2022 +0200 |
tree | 91e32b0a52d4c2ca82b75d9d74516336afaddfc4 | |
parent | 57ad624103c32be9a77359f2fded6419272e92f6 [diff] |
lib/charset: fix compile warnings This commit fixes the following compile warnings for the documentation. ./include/charset.h:276: warning: Function parameter or member 'size' not described in 'u16_strlcat' ./include/charset.h:276: warning: Excess function parameter 'count' description in 'u16_strlcat' Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>