| Bug ID | 104280 |
|---|---|
| Summary | libdrm fails to build in open build service due to no-return function |
| Product | DRI |
| Version | XOrg git |
| Hardware | Other |
| OS | All |
| Status | NEW |
| Severity | normal |
| Priority | medium |
| Component | DRM/AMDgpu |
| Assignee | dri-devel@lists.freedesktop.org |
| Reporter | network723@rkmail.ru |
libdrm master branch, commit 7f2993948cc13b4f526cfe6b7fe272581a633928 Build fails with message: E: libdrm no-return-in-nonvoid-function vcn_tests.c:147 I'm not sure if it is a correct solution, but adding return CUE_SUCCESS; to the end of suit_vcn_tests_clean() function fixes it.