Bug 101695 - mesa fails to compile illegal conversion of »int« in »radeon_bo_domain«
Summary: mesa fails to compile illegal conversion of »int« in »radeon_bo_domain«
Status: CLOSED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/Gallium/radeonsi (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: Default DRI bug account
QA Contact: Default DRI bug account
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-04 16:58 UTC by Gregor Münch
Modified: 2017-07-05 14:13 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.