aboutsummaryrefslogtreecommitdiff
path: root/twiddle.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2023-02-18 07:06:27 +0000
committerSimon Tatham <anakin@pobox.com>2023-02-18 08:55:13 +0000
commitdbced097ac16973f648ad2f024cc2302fa187578 (patch)
tree9efddfcddbaa0a5a9c9516b82d9e044c35041783 /twiddle.c
parent615a337e426c0dc598b0bcdd9aec6bcbc4c50d2c (diff)
downloadpuzzles-dbced097ac16973f648ad2f024cc2302fa187578.zip
puzzles-dbced097ac16973f648ad2f024cc2302fa187578.tar.gz
puzzles-dbced097ac16973f648ad2f024cc2302fa187578.tar.bz2
puzzles-dbced097ac16973f648ad2f024cc2302fa187578.tar.xz
Fix unused variable warnings from clang.
If you enable -DSTRICT=ON in cmake and also build with clang, it reports a couple of variables set but not otherwise used. One was genuinely unused ('loop_found' in loop_deductions in Loopy); the other is used by debug statements that are usually but not always compiled out.
Diffstat (limited to 'twiddle.c')
0 files changed, 0 insertions, 0 deletions