commit | 0caeff5d02a742ce0843b54db00e6ac998b05fed | [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 | dac4d09b11499f33dd9c250a8aa921048cfc65ed [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>