mirror of
https://github.com/raspberrypi/userland.git
synced 2025-12-16 17:03:54 +00:00
vcos_verify() returns an rvalue which the compiler expects to be used and warns about. In this usage of vcos_verify() it looks like vcos_assert() would be better, since this code path should never be taken.