This series includes all changes from v3 and an additional patch that is based on the one that was originally[1] published as patch 1 from a different series that depended on this one. Range-diff looks weird, but that might be just another bug in format-patch as it looked fine when calling range-diff directly. [1] https://lore.kernel.org/git/20210928091054.78895-2-carenas@xxxxxxxxx/ Carlo Marcelo Arenas Belón (2): lazyload.h: use an even more generic function pointer than FARPROC Makefile: restrict -Wpedantic and -Wno-pedantic-ms-format better Johannes Sixt (1): lazyload.h: fix warnings about mismatching function pointer types compat/win32/lazyload.h | 14 +++++++++----- config.mak.dev | 8 ++++++-- config.mak.uname | 8 +++++++- 3 files changed, 22 insertions(+), 8 deletions(-) Range-diff against v3: -: ---------- > 1: d2c470f9bc lazyload.h: fix warnings about mismatching function pointer types -: ---------- > 2: 2d84c4ed57 lazyload.h: use an even more generic function pointer than FARPROC 1: a731848d01 = 3: a731848d01 Makefile: restrict -Wpedantic and -Wno-pedantic-ms-format better -- 2.33.0.955.gee03ddbf0e