commit | c1bbe4f9cc76e6f71764c49b299a6d913d852045 | [log] [tgz] |
---|---|---|
author | Alexander Dahl <ada@thorsis.com> | Mon Feb 26 16:46:43 2024 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Mar 13 08:09:23 2024 +0100 |
tree | 60e541d8594dae67b32d4c19dfab5e5117bb960c | |
parent | 98c598cc8dd14fba519a8c74cd010ca74d157380 [diff] |
doc: develop: commands: Fix function prototype When using the previous prototype you got a compiler warning like this: warning: initialization of 'int (*)(struct cmd_tbl *, int, int, char * const*)' from incompatible pointer type 'int (*)(struct cmd_tbl *, int, int, const char **)' [-Wincompatible-pointer-types] Fixes: 3d9640f55cb2 ("doc: expand README.commands") Signed-off-by: Alexander Dahl <ada@thorsis.com>