simon-git: puzzles (master): puzzles.git
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Tue Dec 6 21:54:25 GMT 2016
TL;DR:
b958129 Clarify conditions to avoid compiler errors
Repository: https://git.tartarus.org/simon/puzzles.git
On the web: https://git.tartarus.org/?p=simon/puzzles.git
Branch updated: master
Committer: puzzles.git
Date: 2016-12-06 21:54:25
commit b95812963a8d187526145f5e1a9693f10eee2b65
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=b95812963a8d187526145f5e1a9693f10eee2b65;hp=8dfe5cec31e784e4ece2955ecc8cc35ee7e8fbb3
Author: Khem Raj <raj.khem at gmail.com>
Date: Tue Dec 6 01:22:00 2016 +0000
Clarify conditions to avoid compiler errors
Fix errors pointed out by clang
error: logical not is only applied to the left hand side of this bitwise operator [-Werror,-Wlogical-not-parentheses]
| if (only_immutable && !copy->flags[i] & FLAG_IMMUTABLE) continue;
| ^
Signed-off-by: Khem Raj <raj.khem at gmail.com>
signpost.c | 2 +-
tracks.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
More information about the tartarus-commits
mailing list