在 2018年05月02日 10:53, Liu Hao 写道: > From ea84b4501db5b7f5eb642751c1418ff23afeb11f Mon Sep 17 00:00:00 2001 > From: Liu Hao <[email protected]> > Date: Wed, 2 May 2018 10:48:01 +0800 > Subject: [PATCH] gendef: Silence warnings about casting function pointers on > GCC 8. > > GCC 8 warns about casting between incompatible pointer to functions. > This can be worked around by casting the source pointer to an integer > type before to the destination pointer type. > > Signed-off-by: Liu Hao <[email protected]> > --- > mingw-w64-tools/gendef/src/fsredir.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >
ping ? -- Best regards, LH_Mouse
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
