We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dnsdist-cache.cc: In member function ‘uint64_t DNSDistPacketCache::dump(int)’: dnsdist-cache.cc:456:269: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 9 has type ‘time_t {aka long int}’ [-Wformat=] fprintf(fp, "%s %" PRId64 " %s ; key %" PRIu32 ", length %" PRIu16 ", tcp %d, added %" PRIu64 "\n", value.qname.toString().c_str(), static_cast<int64_t>(value.validity - now), QType(value.qtype).getName().c_str(), entry.first, value.len, value.tcp, value.added);
The text was updated successfully, but these errors were encountered:
@Habbie do you still have your box anywhere so I could test the PR ?
Sorry, something went wrong.
Box is gone but I can test this - waiting for Travis to be happy first.
chbruyand
No branches or pull requests
The text was updated successfully, but these errors were encountered: