| Summary: |
drm_helper.h:227:1: error: static declaration of ‘pipe_virgl_create_screen’ follows non-static declaration |
| Product: |
Mesa
|
Reporter: |
Vinson Lee <vlee> |
| Component: |
Mesa core | Assignee: |
mesa-dev |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
mesa-dev |
| Severity: |
normal
|
|
|
| Priority: |
medium
|
CC: |
emil.l.velikov, i.gnatenko.brain
|
| Version: |
git | Keywords: |
regression |
| Hardware: |
x86-64 (AMD64) | |
|
| OS: |
Linux (All) | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
| Attachments: |
[PATCH] virgl: pipe_virgl_create_screen is not static
|
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.
mesa: 4cff16bc3a84569da05e672c8226931678aa62c0 (master 11.2.0-devel) CC gallium_dri_la-target.lo In file included from target.c:1:0: ../../../../src/gallium/auxiliary/target-helpers/drm_helper.h:227:1: error: static declaration of ‘pipe_virgl_create_screen’ follows non-static declaration pipe_virgl_create_screen(int fd) ^ In file included from ../../../../src/gallium/auxiliary/target-helpers/drm_helper.h:6:0, from target.c:1: ../../../../src/gallium/auxiliary/target-helpers/drm_helper_public.h:32:1: note: previous declaration of ‘pipe_virgl_create_screen’ was here pipe_virgl_create_screen(int fd); ^