]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4048: gcc complains about use of "%p" in printf v8.2.4048
authorDominique Pelle <dominique.pelle@gmail.com>
Sun, 9 Jan 2022 12:57:48 +0000 (12:57 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 9 Jan 2022 12:57:48 +0000 (12:57 +0000)
commitc14f667626ba677a767d474324306e39096dc43e
treeef30800f9cf8e325e8ddf6d5bfe61b1e9b884abe
parentf85a424c832777892c4efaff163c2fa710ce8d91
patch 8.2.4048: gcc complains about use of "%p" in printf

Problem:    gcc complains about use of "%p" in printf.
Solution:   Add (void *) typecast. (Dominique PellĂ©, closes #9494)
src/if_py_both.h
src/version.c