xf86-video-v4l: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Aug 14 18:44:52 UTC 2018


 configure.ac |    2 +-
 src/v4l.c    |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 1eef30fdee22f28c85d2bb2d6b3082e3e1dfa39f
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Aug 14 14:38:28 2018 -0400

    v4l 0.3.0
    
    Signed-off-by: Adam Jackson <ajax at redhat.com>

commit b45bef53fc86335e9bbabfbafd2fe55a5890668d
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Aug 14 14:42:08 2018 -0400

    Remove a bogus memset
    
    We get this warning:
    
        v4l.c:1154:39: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to remove the addressof? [-Wsizeof-pointer-memaccess]
    
    It's correct enough, but ->cap is already zeroed by the previous memset.
    Just remove the bogus one.
    
    Fixes: xorg/driver/xf86-video-v4l#1
    Signed-off-by: Adam Jackson <ajax at redhat.com>



More information about the xorg-commit mailing list