fr_dict_export(&count, &low, &high, *dict_p);
DEBUG2("Attribute count %" PRIu64, count);
DEBUG2("Memory allocd %zu (bytes)", talloc_total_size(*dict_p));
- DEBUG2("Memory spread %zu (bytes)", (high - low));
+ DEBUG2("Memory spread %zu (bytes)", (size_t) (high - low));
} while (++dict_p < dict_end);
}
if (usec) {
while (usec < 100000) usec *= 10;
- snprintf(out + ret, len - ret, ".%i", usec);
+ snprintf(out + ret, len - ret, ".%u", usec);
} else {
snprintf(out + ret, len - ret, ".000000");
}
p++;
- if (input) parent = talloc_strdup(ctx, input);
+ parent = talloc_strdup(ctx, input);
/*
* Set the name and try to find the syntax.