Bug 101695

Summary: mesa fails to compile illegal conversion of »int« in »radeon_bo_domain«
Product: Mesa Reporter: Gregor Münch <gr.muench>
Component: Drivers/Gallium/radeonsiAssignee: Default DRI bug account <dri-devel>
Status: CLOSED FIXED QA Contact: Default DRI bug account <dri-devel>
Severity: normal    
Priority: medium    
Version: git   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Gregor Münch 2017-07-04 16:58:17 UTC
In file included from ../../../../src/gallium/drivers/radeon/r600_pipe_common.h:39:0,
                 from ./r600_pipe.h:29,
                 from sb/sb_bc_parser.cpp:35:
../../../../src/gallium/drivers/radeon/radeon_winsys.h: In Funktion »radeon_bo_domain radeon_domain_from_heap(radeon_heap)«:
../../../../src/gallium/drivers/radeon/radeon_winsys.h:687:16: Fehler: ungültige Umwandlung von »int« in »radeon_bo_domain« [-fpermissive]
         return 0;
                ^
make[5]: *** [Makefile:852: sb/sb_bc_parser.lo] Fehler 1
make[5]: *** Es wird auf noch nicht beendete Prozesse gewartet....
In file included from ../../../../src/gallium/drivers/radeon/r600_pipe_common.h:39:0,
                 from ./r600_pipe.h:29,
                 from sb/sb_core.cpp:30:
../../../../src/gallium/drivers/radeon/radeon_winsys.h: In Funktion »radeon_bo_domain radeon_domain_from_heap(radeon_heap)«:
../../../../src/gallium/drivers/radeon/radeon_winsys.h:687:16: Fehler: ungültige Umwandlung von »int« in »radeon_bo_domain« [-fpermissive]
         return 0;
                ^
Comment 2 Gregor Münch 2017-07-05 13:18:18 UTC
Lets close the issue then.

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.