]> git.ipfire.org Git - thirdparty/curl.git/commit
examples/htmltitle: use C++ casts between pointer types
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Sat, 25 May 2019 17:36:35 +0000 (19:36 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Wed, 5 Jun 2019 18:38:11 +0000 (20:38 +0200)
commite1f3aaea0cf7d404d44e0dbdf608b1260fae6e1a
tree135edd72c2eb5e32577522e887acf2f0726dc7da
parent992083b1abe2f19947abe1d5ba01c488458f6e66
examples/htmltitle: use C++ casts between pointer types

Compilers and static analyzers warn about using C-style casts here.

Closes https://github.com/curl/curl/pull/3975
docs/examples/htmltitle.cpp