[PATCH xf86-video-intel] uxa: Add missing const to string to stop compiler warning
Robert Ancell
robert.ancell at canonical.com
Thu Oct 1 14:49:45 PDT 2015
---
src/uxa/intel_hwmc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/uxa/intel_hwmc.c b/src/uxa/intel_hwmc.c
index 829cb8e..7854060 100644
--- a/src/uxa/intel_hwmc.c
+++ b/src/uxa/intel_hwmc.c
@@ -193,7 +193,7 @@ Bool intel_xvmc_adaptor_init(ScreenPtr pScreen)
intel_screen_private *intel = intel_get_screen_private(scrn);
struct pci_device *pci;
static XF86MCAdaptorRec *pAdapt;
- char *name;
+ const char *name;
char buf[64];
if (!intel->XvMCEnabled)
--
2.5.0
More information about the xorg-devel
mailing list