1
0
mirror of https://git.tukaani.org/xz.git synced 2025-08-02 09:46:35 +00:00
Jia Tan 257dbff0ba tuklib_physmem: Silence warning from -Wcast-function-type on MinGW-w64.
tuklib_physmem depends on GetProcAddress() for both MSVC and MinGW-w64
to retrieve a function address. The proper way to do this is to cast the
return value to the type of function pointer retrieved. Unfortunately,
this causes a cast-function-type warning, so the best solution is to
simply ignore the warning.
2023-02-03 21:38:13 +08:00
..
2009-09-19 09:47:30 +03:00
2020-02-20 18:54:04 +02:00
2009-09-19 09:47:30 +03:00
2009-09-19 09:47:30 +03:00
2009-09-19 09:47:30 +03:00