Bug 104280 - libdrm fails to build in open build service due to no-return function
Summary: libdrm fails to build in open build service due to no-return function
Status: RESOLVED FIXED
Alias: None
Product: DRI
Classification: Unclassified
Component: DRM/AMDgpu (show other bugs)
Version: XOrg git
Hardware: Other All
: medium normal
Assignee: Andrey Grodzovsky
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-15 16:19 UTC by network723
Modified: 2017-12-15 18:39 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description network723 2017-12-15 16:19:54 UTC
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.
Comment 1 Andrey Grodzovsky 2017-12-15 18:39:52 UTC
Fixed and pushed to master branch.

Thanks,
Andrey


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.