libXvMC: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Mon Dec 23 16:46:56 PST 2013


 wrapper/XvMCWrapper.c |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 0ac79f0132dfd268bc6e9ff2dcdea55e00b65a92
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Dec 14 10:12:10 2013 -0800

    Rename local err variable in XW_RSYM macro to avoid shadow warnings
    
    Clears many warnings of the form:
    
    XvMCWrapper.c: In function 'initW':
    XvMCWrapper.c:362:5: warning: declaration of 'err' shadows a previous local [-Wshadow]
    XvMCWrapper.c:267:11: warning: shadowed declaration is here [-Wshadow]
    
    due to variable declared in macro block sharing "err" name with a
    variable declared in the function calling the macro.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list