1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-30 19:52:14 +00:00
mpv/test
wm4 0b127312be test/linked_list: silence nonsense warnings
../misc/linked_list.h:71:34: warning: the address of ‘e6’ will always
evaluate as ‘true’ [-Waddress]

No shit, e6 is on the stack. But the macro argument is also allowed to
be NULL. Add some dumb nonsense to shut up the useless warning. (It's
probably useful in other contexts though, so don't disable it
completely.)
2019-09-21 22:30:38 +02:00
..
chmap_sel.c
chmap.c
gl_video.c test: fix cmocka assert_float_equal shadowing warnings 2019-09-21 22:11:52 +02:00
json.c json: add some non-standard extensions 2018-05-24 19:56:34 +02:00
linked_list.c test/linked_list: silence nonsense warnings 2019-09-21 22:30:38 +02:00
test_helpers.h test: fix cmocka assert_float_equal shadowing warnings 2019-09-21 22:11:52 +02:00