]> granicus.if.org Git - libvpx/commit
video_source.h,ReallocImage: quiet implicit conv warning
authorJames Zern <jzern@google.com>
Sat, 6 Nov 2021 17:42:37 +0000 (10:42 -0700)
committerJames Zern <jzern@google.com>
Mon, 8 Nov 2021 21:43:09 +0000 (13:43 -0800)
commit40c21ff6fe32c12d7e0a7f66b0a2f7ca67a26695
treec88a024a6ec421c757a7abbff50be38159e97321
parentfd2fcaecb83ae8cdd51a207260007df06bd01059
video_source.h,ReallocImage: quiet implicit conv warning

with -fsanitize=undefined

test/video_source.h:194:33: runtime error: implicit conversion from type
'int' of value -32 (32-bit, signed) to type 'unsigned int' changed the
value to 4294967264 (32-bit, unsigned)

Change-Id: I92013086d517fecf01c9e4cdfe6737b8ce733a1f
test/video_source.h