[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.0.1-205-gcf5c6
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.0.1-205-gcf5c60f |
Date: |
Sat, 23 Sep 2017 13:48:28 -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 cf5c60f6f2c5d7d6dcad09bc30162b70ad01c181 (commit)
via c520ca964de11d794d830630b24c97ad9a6de0ce (commit)
via dc0e37529d185a9848b0e53d424d40239d195c8c (commit)
via 621b1074dec940ae9ebfb1732f1ffa44d5d493b8 (commit)
via 850523d4cd0a281c4ad6b283585c69633b97c7c7 (commit)
via 362a2976b89fe477cacf235d5f34a61ecfcdcc01 (commit)
via a8c6e993d9146233cf380be16c0790f5c5d4b715 (commit)
from cb4654463fdc1768642e0fda0f2cb56d4ccb8599 (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 cf5c60f6f2c5d7d6dcad09bc30162b70ad01c181
Author: Ben Pfaff <address@hidden>
Date: Sat Sep 23 10:47:09 2017 -0700
scan: Add cast to silence Clang warning about converting enum types.
commit c520ca964de11d794d830630b24c97ad9a6de0ce
Author: Ben Pfaff <address@hidden>
Date: Sat Sep 23 10:46:50 2017 -0700
psppire-output-view: Use correct enumeration type in call.
gtk_widget_override_background_color() takes GtkStateFlags, not
GtkStateType.
Found by Clang.
commit dc0e37529d185a9848b0e53d424d40239d195c8c
Author: Ben Pfaff <address@hidden>
Date: Sat Sep 23 10:44:01 2017 -0700
cairo-chart: Make it clear that fabs() of integer values is intended.
Reported by Clang.
commit 621b1074dec940ae9ebfb1732f1ffa44d5d493b8
Author: Ben Pfaff <address@hidden>
Date: Sat Sep 23 10:40:37 2017 -0700
PRINT: Remove unused function.
Reported by Clang.
commit 850523d4cd0a281c4ad6b283585c69633b97c7c7
Author: Ben Pfaff <address@hidden>
Date: Sat Sep 23 10:40:10 2017 -0700
pc+-file-reader, sys-file-reader: Fix misuses of zero as null pointer.
Found by Clang.
Reported by Friedrich Beckmann.
Bug #52045.
commit 362a2976b89fe477cacf235d5f34a61ecfcdcc01
Author: Ben Pfaff <address@hidden>
Date: Sat Sep 23 10:38:30 2017 -0700
float-format: Remove unused functions.
Reported by Clang.
commit a8c6e993d9146233cf380be16c0790f5c5d4b715
Author: Ben Pfaff <address@hidden>
Date: Sat Sep 23 10:37:35 2017 -0700
compiler: Fix test for "optimize" attribute.
This was introduced with GCC 4.4. This fixes build warnings compiling with
Clang, which pretends to be GCC 4.3 and does not support the "optimize"
attribute.
-----------------------------------------------------------------------
Summary of changes:
src/data/pc+-file-reader.c | 4 +--
src/data/sys-file-reader.c | 2 +-
src/language/data-io/print.c | 6 ----
src/language/lexer/scan.c | 2 +-
src/libpspp/compiler.h | 2 +-
src/libpspp/float-format.c | 68 ----------------------------------------
src/output/cairo-chart.c | 5 +--
src/ui/gui/psppire-output-view.c | 5 +--
8 files changed, 11 insertions(+), 83 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.0.1-205-gcf5c60f,
Ben Pfaff <=