Browse Source
`cli` and `cli_args` were not `const` before since they are added to a non-`const` array. Using `cast_const` we can keep them `const` without unsafe cast. Reported-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Christian Decker <decker.christian@gmail.com>ppa-0.6.1
Christian Decker
8 years ago
2 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue