]> git.ipfire.org Git - thirdparty/zstd.git/commit
fixed shadowing of variable time
authorYann Collet <cyan@fb.com>
Thu, 20 Dec 2018 22:54:05 +0000 (14:54 -0800)
committerYann Collet <cyan@fb.com>
Thu, 20 Dec 2018 22:54:05 +0000 (14:54 -0800)
commite129174d1df03c1405e16d96819051341fd4e3bb
tree3a900a29d0fca4911e809a6b97a2a8744db87527
parent0ed8ee4a371a11b91a68677cdff7a7efee79fe57
fixed shadowing of variable time

some standard lib do define `time` as a global variable
shadowing local declarations ...
tests/paramgrill.c