[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-115-g9b9bf
From: |
Friedrich Beckmann |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-115-g9b9bfe9 |
Date: |
Sun, 15 Nov 2020 03:17:27 -0500 (EST) |
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 9b9bfe9d73a06218343f4c08aa7e9dd65d5a7da3 (commit)
from f8a2d63bc50ab31aa89420508dad3976da9ee9a2 (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 9b9bfe9d73a06218343f4c08aa7e9dd65d5a7da3
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date: Sun Nov 15 09:15:13 2020 +0100
check gcc version before using gnu_printf attribute
The MacOS clang compiler does not know the gnu_printf attribute.
gnu_printf was introduced with gcc version 4.4 so I check the
gcc version before using gnu_printf. Otherwise I fallback to the
previous __printf__ attribute.
-----------------------------------------------------------------------
Summary of changes:
src/libpspp/compiler.h | 4 ++++
src/output/pivot-table.h | 4 ++++
2 files changed, 8 insertions(+)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-115-g9b9bfe9,
Friedrich Beckmann <=