Re: [PATCH] hw/xfree86: Make strings in DriverRec and ScrnInfoRec const

2013-11-15 Thread Eric Anholt
Keith Packard kei...@keithp.com writes: This avoids compiler warnings when initializing with string constants. Signed-off-by: Keith Packard kei...@keithp.com I've apparently misplaced my patch that did the same thing. Reviewed-by: Eric Anholt e...@anholt.net pgpf7MVcX5gyJ.pgp Description:

[PATCH] hw/xfree86: Make strings in DriverRec and ScrnInfoRec const

2013-11-14 Thread Keith Packard
This avoids compiler warnings when initializing with string constants. Signed-off-by: Keith Packard kei...@keithp.com --- hw/xfree86/common/xf86str.h | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/hw/xfree86/common/xf86str.h b/hw/xfree86/common/xf86str.h index