xcalc: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Sat Jul 6 20:47:20 PDT 2013


 math.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 3d58c22c4c2729d52b5278c0e6350c0f9f44cfa8
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jul 6 20:45:40 2013 -0700

    Remove unused min & max macros from math.c
    
    Flagged by clang:
    
     math.c:33:9: warning: macro is not used [-Wunused-macros]
     #define min(a,b) ((a) < (b) ? (a) : (b))
             ^
     math.c:34:9: warning: macro is not used [-Wunused-macros]
     #define max(a,b) ((a) > (b) ? (a) : (b))
             ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list