On Sun, Feb 09, 2014 at 04:56:40PM -0800, Alan Coopersmith wrote:
> Caused Solaris Studio cc to complain in every file which included it:
>  "../include/eventstr.h", line 179: warning: syntax error:
>   empty member declaration
> 
> Signed-off-by: Alan Coopersmith <[email protected]>

Reviewed-by: Peter Hutterer <[email protected]>

Cheers,
   Peter

> ---
>  include/eventstr.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/eventstr.h b/include/eventstr.h
> index 3950584..cce903d 100644
> --- a/include/eventstr.h
> +++ b/include/eventstr.h
> @@ -176,7 +176,7 @@ struct _DeviceChangedEvent {
>      struct {
>          uint32_t min;           /**< Minimum value */
>          uint32_t max;           /**< Maximum value */
> -        double value;           /**< Current value */;
> +        double value;           /**< Current value */
>          /* FIXME: frac parts of min/max */
>          uint32_t resolution;    /**< Resolution counts/m */
>          uint8_t mode;           /**< Relative or Absolute */
> -- 
> 1.7.9.2
> 
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to