build: pacified compiler warnings in x86/x64
Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
parent
0694415a95
commit
06b025a89c
6 changed files with 11 additions and 13 deletions
|
|
@ -91,7 +91,7 @@ struct idmap_config {
|
|||
char base[VAL_LEN];
|
||||
|
||||
/* caching configuration */
|
||||
UINT cache_ttl;
|
||||
INT cache_ttl;
|
||||
};
|
||||
|
||||
|
||||
|
|
@ -597,7 +597,7 @@ static int idmap_query_attrs(
|
|||
const unsigned attributes,
|
||||
const unsigned optional,
|
||||
PCHAR *values[],
|
||||
const size_t len)
|
||||
const int len)
|
||||
{
|
||||
char filter[FILTER_LEN];
|
||||
struct idmap_config *config = &context->config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue