[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-87-gff94a6
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-87-gff94a68 |
Date: |
Mon, 26 Oct 2020 22:35:16 -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 ff94a688e3a789eaa7ea20b41f27805d6c1970d2 (commit)
from a22f79456929fc7edc9d65234ab05f4966c86679 (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 ff94a688e3a789eaa7ea20b41f27805d6c1970d2
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Mon Oct 26 19:35:09 2020 -0700
Use gnu_printf in attribute(()) to indicate GNU printf extension support.
By writing ordinary printf (or __printf__) inside __attribute__((format)),
one indicates that the system's typical format specifiers are supported.
This is OK for building for glibc, but it falls down for building for
mingw, since PSPP actually supports GNU format specifiers there via gnulib.
By writing gnu_printf instead, we avoid some incorrect warnings on mingw.
-----------------------------------------------------------------------
Summary of changes:
src/libpspp/compiler.h | 2 +-
src/output/pivot-table.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-87-gff94a68,
Ben Pfaff <=