Re: [PATCH:libxkbcommon] Make XkbFileCreate argument types match between header implementation

2013-11-09 Thread Ran Benita
On Fri, Nov 08, 2013 at 05:08:35PM -0800, Alan Coopersmith wrote: Fixes build failure with Solaris Studio compilers: src/xkbcomp/ast-build.c, line 492: identifier redeclared: XkbFileCreate current : function(..., enum xkb_map_flags) previous: function(..., unsigned int) :

[PATCH:libxkbcommon] Make XkbFileCreate argument types match between header implementation

2013-11-08 Thread Alan Coopersmith
Fixes build failure with Solaris Studio compilers: src/xkbcomp/ast-build.c, line 492: identifier redeclared: XkbFileCreate current : function(..., enum xkb_map_flags) previous: function(..., unsigned int) : src/xkbcomp/ast-build.h, line 98 Signed-off-by: Alan Coopersmith