0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02: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_sel: prefer inexact equivalents over perfect upmix 2016-01-04 19:17:56 +01:00
chmap.c test: update cmocka version to 1.0 2015-06-13 00:01:58 +02:00
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