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.4.1-425-gb8de7


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-425-gb8de70d
Date: Sat, 1 May 2021 18:56:43 -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  b8de70d264498ee0630ceb935f0617d03448eaac (commit)
       via  ea75d9702346b57b13830e619e9c447b0b976f89 (commit)
      from  1af33f3b4c0318a5f9b1ec76ecc7a5c6b575154e (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 b8de70d264498ee0630ceb935f0617d03448eaac
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sat May 1 15:54:18 2021 -0700

    box-whisker: Use consistent array size for box_whisker_hinges().
    
    The prototype said the 'hinges' parameter has 2 elements but the definition
    said that it has 3.  This fixes the prototype.
    
    This is harmless because the C standard says these are actually equivalent.
    
    Reported by GCC 11.

commit ea75d9702346b57b13830e619e9c447b0b976f89
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sat May 1 15:53:09 2021 -0700

    format-parser: Fix inconsistent use of "char *" vs "char[NUMBER]".
    
    These are equivalent according to the C standard in function prototypes,
    but GCC 11 warns about using them inconsistently between a prototype and
    a definition.  This commit avoids the warning.

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

Summary of changes:
 src/language/lexer/format-parser.c | 3 ++-
 src/language/lexer/format-parser.h | 5 ++++-
 src/math/box-whisker.h             | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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