xz/src/common
Jia Tan 8daaac8e10 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-03-11 21:45:26 +02:00
..
common_w32res.rc Windows: Fix building of resource files when config.h isn't used. 2022-07-12 18:09:21 +03:00
mythread.h Windows: Fix mythread_once() macro with Vista threads. 2022-11-11 13:41:43 +02:00
sysdefs.h Use defined(__GNUC__) before __GNUC__ in preprocessor lines. 2020-03-11 12:05:57 +02:00
tuklib_common.h Avoid non-standard preprocessor construct. 2009-09-22 13:40:19 +03:00
tuklib_config.h Use a tuklib module for integer handling. 2009-10-04 22:57:12 +03:00
tuklib_cpucores.c tuklib_cpucores: Use HW_NCPUONLINE on OpenBSD. 2022-11-11 13:28:56 +02:00
tuklib_cpucores.h Various changes. 2009-09-19 09:47:30 +03:00
tuklib_exit.c tuklib_exit: Add missing header. 2020-03-11 12:05:57 +02:00
tuklib_exit.h Various changes. 2009-09-19 09:47:30 +03:00
tuklib_gettext.h Fix use of N_() and ngettext(). 2010-09-07 10:42:13 +03:00
tuklib_integer.h Rename unaligned_read32ne to read32ne, and similarly for the others. 2019-12-31 22:41:45 +02:00
tuklib_mbstr.h Fix comment typos in tuklib_mbstr* files. 2019-12-31 22:27:11 +02:00
tuklib_mbstr_fw.c Fix comment typos in tuklib_mbstr* files. 2019-12-31 22:27:11 +02:00
tuklib_mbstr_width.c Fix comment typos in tuklib_mbstr* files. 2019-12-31 22:27:11 +02:00
tuklib_open_stdxxx.c Don't call close(-1) in tuklib_open_stdxxx() on error. 2011-05-28 16:43:26 +03:00
tuklib_open_stdxxx.h Various changes. 2009-09-19 09:47:30 +03:00
tuklib_physmem.c tuklib_physmem: Silence warning from -Wcast-function-type on MinGW-w64. 2023-03-11 21:45:26 +02:00
tuklib_physmem.h Various changes. 2009-09-19 09:47:30 +03:00
tuklib_progname.c Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00
tuklib_progname.h Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00