]> git.eshelyaron.com Git - emacs.git/commit
Avoid compiler warning in dynlib.c
authorEli Zaretskii <eliz@gnu.org>
Fri, 26 Apr 2019 07:39:24 +0000 (10:39 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 26 Apr 2019 07:39:24 +0000 (10:39 +0300)
commit83cdf7bf15d8f80fdc94e2de2ba96323f1d30101
tree39d912041af6d4b2836c137c2fa44fdc2e944b31
parenta241e45b5a3a5664d9087069e8ef8e0f4ff0df7c
Avoid compiler warning in dynlib.c

* src/dynlib.c (dynlib_addr) [WINDOWSNT]: Rename the first
argument to be consistent with other platforms.  Cast it to
'void *' to avoid compiler warning as result of changing the
function's signature as part of the last recent change in
dynlib.c.
src/dynlib.c