]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 4822: Build failure (-Wformat) where time_t is not long int (#158)
authorAlex Rousskov <rousskov@measurement-factory.com>
Sat, 24 Feb 2018 00:33:37 +0000 (17:33 -0700)
committerGitHub <noreply@github.com>
Sat, 24 Feb 2018 00:33:37 +0000 (17:33 -0700)
commit5ef3cbbdf51f78b3f9dbe96b428a64ada0da8324
treef127c8a1a6db086c527adf013781bc2b41632232
parent808012374d26d10703ce4c52548664ad8f06129d
Bug 4822: Build failure (-Wformat) where time_t is not long int (#158)

There is no good way to printf() time_t. AFAICT, Squid usually just
casts to (long) int. TODO: Use C++ streams (with manipulators) instead.
src/ipc/Kid.cc