Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2021-01-26 21:12:48 +0300
committerSimon Tatham <anakin@pobox.com>2021-01-26 21:12:48 +0300
commitd851df486f066b37078fde6e99e775fa0b34fa02 (patch)
tree206850c9c919f614bba42c13bf7108e778506de8 /CHECKLST.txt
parentaef7640bbae92e6d323f081e54828be654d332e9 (diff)
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.
Diffstat (limited to 'CHECKLST.txt')
-rw-r--r--CHECKLST.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHECKLST.txt b/CHECKLST.txt
index d3e6a0f5..5e9a7a08 100644
--- a/CHECKLST.txt
+++ b/CHECKLST.txt
@@ -115,6 +115,7 @@ Making a release candidate build
+ on at least a reasonably current stable Linux distro, and
also try Debian sid
+ test-build with all of GTK 1, 2 and 3
+ + test-build with -DNOT_X_WINDOWS
* feed the release-candidate source to Coverity and make sure it
didn't turn up any last-minute problems
* make sure we have a clean run of sctest