mpv/loader
wm4 24be34f1e9 cleanup: Silence compilation warnings on MinGW-w64
Some of the code, especially the dshow and windows codec loader parts,
are extremely hacky and likely full of bugs. The goal is merely getting
rid of warnings that could obscure more important warnings and actual
bugs, instead of fixing actual problems. This reduces the number of
warnings from over 500 to almost the same as when compiling on Linux.

Note that many problems stem from using the ancient wine-derived
windows headers. There are some differences to the "proper" windows
header. Changing the code to compile with the proper headers would be
too much trouble, and it still has to work on Unix.

Some of the changes might actually break compilation on legacy MinGW,
but we don't support that anymore. Always use MinGW-w64, even when
compiling to 32 bit.

Fixes some warnings in the win32 loader code on Linux too.
2012-03-01 00:22:30 +02:00
..
dmo cleanup: Silence compilation warnings on MinGW-w64 2012-03-01 00:22:30 +02:00
dshow cleanup: Silence compilation warnings on MinGW-w64 2012-03-01 00:22:30 +02:00
qtx
wine cleanup: Silence compilation warnings on MinGW-w64 2012-03-01 00:22:30 +02:00
afl.c cleanup: Silence compilation warnings on MinGW-w64 2012-03-01 00:22:30 +02:00
com.h
debug.h
drv.c
drv.h
elfdll.c loader: Move local_wm extern variable declaration to loader.h 2010-11-02 04:16:46 +02:00
ext.c cleanup: Silence compilation warnings on MinGW-w64 2012-03-01 00:22:30 +02:00
ext.h
ldt_keeper.c cleanup: remove NULL checks before free() all over the code 2010-11-14 13:11:20 +02:00
ldt_keeper.h
loader.h loader: Move local_wm extern variable declaration to loader.h 2010-11-02 04:16:46 +02:00
module.c cleanup: Silence compilation warnings on MinGW-w64 2012-03-01 00:22:30 +02:00
pe_image.c cleanup: Silence compilation warnings on MinGW-w64 2012-03-01 00:22:30 +02:00
pe_resource.c
qt_comp_template.c
qt_fv.h
registry.c cleanup: Silence compilation warnings on MinGW-w64 2012-03-01 00:22:30 +02:00
registry.h
resource.c
vfl.c cosmetics: Remove some obsolete and misleading comments 2010-11-02 04:18:37 +02:00
win32.c cleanup: Silence compilation warnings on MinGW-w64 2012-03-01 00:22:30 +02:00
win32.h
wineacm.h cosmetics: Remove vim/emacs coding style hints from sources 2010-11-02 04:16:48 +02:00
wrapper.S
wrapper.h