Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: discard const in test_confdb_get_enabled_domain_list
``` ../../src/tests/cmocka/confdb/test_confdb.c:247:51: error: passing argument 2 of ‘string_in_list’ from incompatible pointer type [-Werror=incompatible-pointer-types] 247 | assert_true(string_in_list(result[index], expected_enabled_domain_list, false)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | const char ** ```
- Loading branch information