simon-git: spigot (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Mon May 14 19:23:06 BST 2018


TL;DR:
  c2b5409 Fix a couple of benign compile warnings.

Repository:     https://git.tartarus.org/simon/spigot.git
On the web:     https://git.tartarus.org/?p=simon/spigot.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2018-05-14 19:23:06

commit c2b5409977e9a9f3ced5ebefee05e1ff6877f886
web diff https://git.tartarus.org/?p=simon/spigot.git;a=commitdiff;h=c2b5409977e9a9f3ced5ebefee05e1ff6877f886;hp=3e1e76a39e9fda84efcf9840f030cc6d2487a918
Author: Simon Tatham <anakin at pobox.com>
Date:   Mon May 14 19:15:16 2018 +0100

    Fix a couple of benign compile warnings.
    
    I just upgraded my build machine to a newer OS, whose compiler points
    out an unused variable and an int vs size_t comparison (the latter
    benign because the numbers held by both are the lengths of operators
    in the expression language, hence very small indeed).

 expr.cpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)



More information about the tartarus-commits mailing list