simon-git: putty (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Tue Jan 26 18:17:43 GMT 2021


TL;DR:
  d851df48 Fix build failure at -DNOT_X_WINDOWS.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2021-01-26 18:17:43

commit d851df486f066b37078fde6e99e775fa0b34fa02
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=d851df486f066b37078fde6e99e775fa0b34fa02;hp=aef7640bbae92e6d323f081e54828be654d332e9
Author: Simon Tatham <anakin at pobox.com>
Date:   Tue Jan 26 18:12:48 2021 +0000

    Fix build failure at -DNOT_X_WINDOWS.
    
    I had been indecisive about whether the definitions and calls of
    store_cutbuffer and retrieve_cutbuffer should be compiled out
    completely in GTK-without-X mode, or whether the definitions should be
    left in as stubs and the calls still present. retrieve_cutbuffer ended
    up with a definition but no call in that mode.
    
    It was only an unused-function warning, but -Werror promoted it to an
    error. Fixed by making up my mind: now the functions are completely
    absent, and so are the calls to them.

 CHECKLST.txt  |  1 +
 unix/gtkwin.c | 11 ++++++-----
 2 files changed, 7 insertions(+), 5 deletions(-)



More information about the tartarus-commits mailing list