[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.0-38-ge15a8e
From: |
Friedrich Beckmann |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.0-38-ge15a8e2 |
Date: |
Mon, 24 Aug 2020 15:24:31 -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 e15a8e2a3c12a29274d81c814e7e5058f0c65ad8 (commit)
via 5b2ed095a8aaa98adaea4922855edcbfb619c728 (commit)
via 6fca007244bd4a7c917f2dc3a6bab87a2ad7461a (commit)
via ceaed4a17cb3b0a14c89f10b72a636f94af97e7a (commit)
via dcd593ebc418681f2a7f14795b13f94eaa95ccaf (commit)
from cc0afe999a50963f6419dd3b9d3f00f50b26c760 (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 e15a8e2a3c12a29274d81c814e7e5058f0c65ad8
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date: Mon Aug 24 13:20:21 2020 +0200
Warnings: removed fallthrough in case statements
I guess the fallthroughs in the case statements were not intentional.
This avoids the warning:
warning: this statement may fall through
commit 5b2ed095a8aaa98adaea4922855edcbfb619c728
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date: Mon Aug 24 13:08:35 2020 +0200
Warnings: added cast for enumaration types
This avoids the warning:
warning: implicit conversion from âenum <anonymous>â to ...
commit 6fca007244bd4a7c917f2dc3a6bab87a2ad7461a
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date: Mon Aug 24 12:48:33 2020 +0200
Added tooltip for statistics in dialogs
This removed the warning:
warning: missing initializer for field âtooltipâ
commit ceaed4a17cb3b0a14c89f10b72a636f94af97e7a
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date: Mon Aug 24 11:19:33 2020 +0200
Warnings: function type cast for g_list_foreach
I added a cast for the functions used in g_list_foreach. Without
the cast, the warning
warning: cast between incompatible function types
is reported.
commit dcd593ebc418681f2a7f14795b13f94eaa95ccaf
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date: Mon Aug 24 10:57:10 2020 +0200
Warnings: missing initializer for value_tables and function type cast
(GObject)
I fixed the warnings:
warning: missing initializer for field âvalue_tableâ of âGTypeInfoâ
warning: cast between incompatible function types
by replacing the handwritten type info code with G_DEFINE_TYPE...
macros (preferred). When this was not possible due to usage of
base init functions I added casts and the initializer.
-----------------------------------------------------------------------
Summary of changes:
src/language/data-io/placement-parser.c | 8 +--
src/output/spv/spv.c | 2 +-
src/ui/gui/dialog-common.c | 4 +-
src/ui/gui/psppire-acr.c | 6 +-
src/ui/gui/psppire-buttonbox.c | 33 +---------
src/ui/gui/psppire-checkbox-treeview.c | 37 ++----------
src/ui/gui/psppire-conf.c | 33 +---------
src/ui/gui/psppire-data-editor.c | 30 +---------
src/ui/gui/psppire-data-store.c | 44 +-------------
src/ui/gui/psppire-data-window.c | 45 +-------------
src/ui/gui/psppire-delimited-text.c | 45 +-------------
src/ui/gui/psppire-dialog-action-autorecode.c | 4 +-
src/ui/gui/psppire-dialog-action-crosstabs.c | 70 +++++++++++-----------
src/ui/gui/psppire-dialog-action-descriptives.c | 28 ++++-----
src/ui/gui/psppire-dialog-action-frequencies.c | 2 +-
.../gui/psppire-dialog-action-recode-different.c | 4 +-
src/ui/gui/psppire-dialog-action.c | 47 ++-------------
src/ui/gui/psppire-dialog.c | 7 ++-
src/ui/gui/psppire-dict.c | 55 ++---------------
src/ui/gui/psppire-dictview.c | 10 ++--
src/ui/gui/psppire-keypad.c | 30 +---------
src/ui/gui/psppire-output-window.c | 31 +---------
src/ui/gui/psppire-select-dest.c | 3 +-
src/ui/gui/psppire-selector.c | 39 +-----------
src/ui/gui/psppire-spreadsheet-model.c | 50 ++--------------
src/ui/gui/psppire-syntax-window.c | 11 ++--
src/ui/gui/psppire-text-file.c | 45 +-------------
src/ui/gui/psppire-val-chooser.c | 12 ++--
src/ui/gui/psppire-var-view.c | 11 ++--
src/ui/gui/psppire-window-register.c | 32 +---------
src/ui/gui/psppire-window.c | 10 ++--
31 files changed, 145 insertions(+), 643 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.0-38-ge15a8e2,
Friedrich Beckmann <=