mirror of
https://github.com/samba-team/samba.git
synced 2025-12-16 00:23:52 +03:00
r26451: Janitorial: fix warnings in lib/registry/
This does not fix the discarded qualifier warnings in tests, as the test data is currently passed as const. Jelmer wants to provide a test function that passes non-const test data, thus allowing for a cleaner way to fix those warnings.
This commit is contained in:
committed by
Stefan Metzmacher
parent
5300bc175e
commit
46dfa63d4f
@@ -91,7 +91,7 @@ static struct {
|
||||
|
||||
static WERROR rpc_query_key(const struct registry_key *k);
|
||||
|
||||
static WERROR rpc_get_predefined_key(const struct registry_context *ctx,
|
||||
static WERROR rpc_get_predefined_key(struct registry_context *ctx,
|
||||
uint32_t hkey_type,
|
||||
struct registry_key **k)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user