pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.0.1-195-g32ea2


From: Friedrich Beckmann
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.0.1-195-g32ea294
Date: Sun, 17 Sep 2017 03:31:51 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The branch, master has been updated
       via  32ea29485bdd610b7d05dd806c5f06f68da0f0fe (commit)
       via  f23b29294fe11981eca39360e9479ff25050b556 (commit)
      from  d97c0f1ed2858c48173c023964cec8234b5bc831 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 32ea29485bdd610b7d05dd806c5f06f68da0f0fe
Author: Friedrich Beckmann <address@hidden>
Date:   Sun Sep 17 09:16:23 2017 +0200

    changed abs to labs function to avoid warning
    
    During compilation on MacOS with clang I saw a warning about
    a type mismatch for the abs function. I adapted the function
    from abs to labs.

commit f23b29294fe11981eca39360e9479ff25050b556
Author: Friedrich Beckmann <address@hidden>
Date:   Sat Sep 16 11:25:13 2017 +0200

    removed duplicate const declaration
    
    During clang compilation the following warning
    
      duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
      extern const char const examples_dir[];
                      ^
    is shown. I removed the duplicate const declaration to avoid the
    warning.

-----------------------------------------------------------------------

Summary of changes:
 src/data/data-out.c   | 2 +-
 src/libpspp/version.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]