Robert Ancell <[email protected]> writes:

> glamor_name_from_pixmap and glamor_fd_from_pixmap return CARD16 and CARD32 
> values via pointers.
> The current code uses uint16_t and uint32_t which will probably be the same 
> but it's safer to use
> the datatypes as specified by the function.
>
> Signed-off-by: Robert Ancell <[email protected]>

This fixes warnings on my armhf builds.  Thanks!  My only change would
be to line-wrap the commit message and make the subject line fit:

commit 29efa905ec1e22d66b517378c6e5ad47a09d6977
Author: Robert Ancell <[email protected]>
Date:   Thu Jul 16 12:26:05 2015 +1200

    modesetting: Use correct types for return values of glamor BO exports.
    
    glamor_name_from_pixmap and glamor_fd_from_pixmap return CARD16 and
    CARD32 values via pointers.  The current code uses uint16_t and
    uint32_t which will probably be the same but it's safer to use the
    datatypes as specified by the function.

Attachment: signature.asc
Description: PGP signature

_______________________________________________
[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