]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
treewide: explicit conversions to/from void* in (some) headers
authorVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 20 May 2025 06:28:32 +0000 (08:28 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 20 May 2025 06:28:32 +0000 (08:28 +0200)
commit0df5d5f230064ab173693d3f29fa07eab134cb30
treee13569cc2ae8bb1d073f5da7dbde5f3b1bcb0551
parentc2eb4747df263ca51be62af51ea54158df0e52c6
treewide: explicit conversions to/from void* in (some) headers

They're not needed in C, but they are in C++.  While -fpermissive can
downgrade these to warnings, it's still more troublesome than a fix.
contrib/mempattern.h
contrib/ucw/mempool.h
lib/generic/pack.h