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. v0.8.5-131-g75987


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.5-131-g759874b
Date: Sun, 21 Jun 2015 17:05:29 +0000

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  759874be9bfdb6d648d5a01e0daaa7d3e321ae54 (commit)
       via  7425ac6542200f99857a855c00ee8585077ba6f2 (commit)
       via  2dcb83889deb00c0e53d9e6f7d9693b56f8107a3 (commit)
      from  ab97e700f033db654e2f44919c73973d13b0c522 (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 759874be9bfdb6d648d5a01e0daaa7d3e321ae54
Author: Ben Pfaff <address@hidden>
Date:   Sun Jun 21 10:05:29 2015 -0700

    configure: With -Werror, add -Wno-error=deprecated-declarations.
    
    The PSPP code for GTK+3 still uses several deprecated interfaces, so
    using -Werror without -Wno-error=deprecated-declarations prevents the tree
    from compiling.
    
    I hope that this is a temporary measure.

commit 7425ac6542200f99857a855c00ee8585077ba6f2
Author: Ben Pfaff <address@hidden>
Date:   Sun Jun 21 10:01:29 2015 -0700

    pspp-sheet-view: Removed unused variable.
    
    Commit 9682fa965a7d (fixed scrolling of edited cell - fixes bug #45113)
    removed all uses of local variable 'requisition' from
    pspp_sheet_view_real_start_editing(), but did not remove the declaration.
    This commit removes the declaration.
    
    Fixes a warning reported by GCC 4.9.1.

commit 2dcb83889deb00c0e53d9e6f7d9693b56f8107a3
Author: Ben Pfaff <address@hidden>
Date:   Sun Jun 21 09:59:17 2015 -0700

    pspp-sheet-view: Remove write-only variable from pspp_sheet_view_draw_bin().
    
    Commit 9682fa965 (fixed scrolling of edited cell - fixes bug #45113)
    removed the only code that uses the variable of 'has_special_cell' from
    pspp_sheet_view_draw_bin(), but retained the code that set its value.
    This commit removes the variable entirely.
    
    This fixes a warning reported by GCC 4.9.1.

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

Summary of changes:
 acinclude.m4                 |    4 ++--
 src/ui/gui/pspp-sheet-view.c |   25 +------------------------
 2 files changed, 3 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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