fonttosfnt: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jul 31 22:36:50 UTC 2018


 Makefile.am  |    2 +-
 README       |    4 +---
 fonttosfnt.h |    8 ++++----
 read.c       |    8 ++++----
 util.c       |   10 +++++-----
 5 files changed, 15 insertions(+), 17 deletions(-)

New commits:
commit 9d92e49a4b69edc6e05f44e00aef8b81bb00f067
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Jul 31 11:49:07 2018 +1000

    Replace _BSD_SOURCE with _DEFAULT_SOURCE
    
    /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
     # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 0c993094a8899b488ba4acbb888c176f99da0849
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Jul 31 11:45:51 2018 +1000

    Fix shadowing i variable complaint
    
    C99 is a magical thing!
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 6c37ebcfd8992fdf88da225bd1de7ca40dd69240
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Jul 31 11:43:01 2018 +1000

    Remove shadowing rc variable
    
    All code paths assign rc and heck it immedately after. We can re-use the one
    from the outer loop.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 65d2d8f9cbe744b4c6c64d377f7ffd5d88ee0b1d
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Jul 31 11:40:55 2018 +1000

    README: update repository URL to gitlab
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Adam Jackson <ajax at redhat.com>

commit 9d776b6a0f770cbe045a56141844d0ba393da611
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Jul 31 11:38:41 2018 +1000

    Constify a few string arguments
    
    Cuts down on compiler warning by at least 64%, what a bargain!
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list