Build:
  1. 0
2024-08-27 15:46.23: New job: Voodoo prep eprover.3.1; 51fc9d94251cfad1955e67cfc4631484
2024-08-27 15:46.23: Waiting for resource in pool OCluster
2024-08-27 19:27.37: Waiting for worker…
2024-08-27 19:46.40: Got resource from pool OCluster
2024-08-27 19:46.40: Using cache hint "docs-universe-prep-5.1.0"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (comment "no build system")
 (env DUNE_CACHE disabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy eprover.3.1 conf-gcc.1.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u eprover:51fc9d94251cfad1955e67cfc4631484,conf-gcc:d41d8cd98f00b204e9800998ecf8427e"))
 (run (network host)
      (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
      (shell "(echo '0.003269') && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-gcc/1.0,conf-gcc.1.0-d41d8cd98f00b204e9800998ecf8427e,conf-gcc.1.0 prep/universes/51fc9d94251cfad1955e67cfc4631484/eprover/3.1,eprover.3.1-51fc9d94251cfad1955e67cfc4631484,eprover.3.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-gcc/1.0,conf-gcc.1.0-d41d8cd98f00b204e9800998ecf8427e,conf-gcc.1.0 prep/universes/51fc9d94251cfad1955e67cfc4631484/eprover/3.1,eprover.3.1-51fc9d94251cfad1955e67cfc4631484,eprover.3.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 staging.docs.ci.ocamllabs.io:/data/.; done) && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-gcc/1.0,conf-gcc.1.0-d41d8cd98f00b204e9800998ecf8427e,conf-gcc.1.0 prep/universes/51fc9d94251cfad1955e67cfc4631484/eprover/3.1,eprover.3.1-51fc9d94251cfad1955e67cfc4631484,eprover.3.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

ocluster-client submit-obuilder https://github.com/ocaml/opam-repository.git 76eb35c8a78a891c7e5e27b5c32316d7add1f52d --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-5.1.0 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-08-27 19:46.40: RETRYING: 2024-08-27/154623-voodoo-prep-be328a Number of retries: 0 (retriable error condition)
Building on x86-bm-c1.sw.ocaml.org
All commits already cached
Updating files:  73% (22919/31368)
Updating files:  74% (23213/31368)
Updating files:  75% (23526/31368)
Updating files:  76% (23840/31368)
Updating files:  77% (24154/31368)
Updating files:  78% (24468/31368)
Updating files:  79% (24781/31368)
Updating files:  80% (25095/31368)
Updating files:  81% (25409/31368)
Updating files:  82% (25722/31368)
Updating files:  83% (26036/31368)
Updating files:  84% (26350/31368)
Updating files:  85% (26663/31368)
Updating files:  86% (26977/31368)
Updating files:  87% (27291/31368)
Updating files:  88% (27604/31368)
Updating files:  89% (27918/31368)
Updating files:  90% (28232/31368)
Updating files:  91% (28545/31368)
Updating files:  92% (28859/31368)
Updating files:  93% (29173/31368)
Updating files:  94% (29486/31368)
Updating files:  95% (29800/31368)
Updating files:  96% (30114/31368)
Updating files:  97% (30427/31368)
Updating files:  98% (30741/31368)
Updating files:  99% (31055/31368)
Updating files: 100% (31368/31368)
Updating files: 100% (31368/31368), done.
HEAD is now at 76eb35c8a7 extra-files are now extra-source

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a' locally
docker.io/ocaml/opam@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a: Pulling from ocaml/opam
f063fe254241: Pulling fs layer
f063fe254241: Verifying Checksum
f063fe254241: Download complete
f063fe254241: Pull complete
Digest: sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a
Status: Downloaded newer image for ocaml/opam@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a
2024-08-27 19:46.42 ---> using "7f1fc91569c4944f2a42384167d6a5257d51f4f823a2dc27fc5cd059b17040d7" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-08-27 19:46.42 ---> using "bc3f29ea438c9e2614414d51ac62e10cee52d78977c2addbef0ed4c0d41b35c5" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 282 kB in 0s (971 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libpkgconf3 pkgconf pkgconf-bin
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  libpkgconf3 m4 pkg-config pkgconf pkgconf-bin
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 392 kB of archives.
After this operation, 969 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 392 kB in 0s (7331 kB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18765 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u7) ...
2024-08-27 19:46.42 ---> using "614ec7772af9d76ed354c2eb70b7b3876f563f1ef6a7a4feb859ebe05e327dc0" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
This will pin the following packages: voodoo-prep, voodoo-lib, voodoo-gen, voodoo-do. Continue? [Y/n] y
Package voodoo-prep does not exist, create as a NEW package? [Y/n] y
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-prep is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-lib does not exist, create as a NEW package? [Y/n] y
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-lib is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-gen does not exist, create as a NEW package? [Y/n] y
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-gen is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-do does not exist, create as a NEW package? [Y/n] y
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-do is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
# Now letting opam install the packages

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[voodoo-prep.~dev] no changes from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

The following actions will be performed:
  - install ocamlbuild       0.15.0 [required by bos]
  - install dune             3.16.0 [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install cmdliner         1.3.0  [required by voodoo-prep]
  - install seq              base   [required by re]
  - install swhid_core       0.1    [required by opam-core]
  - install stdlib-shims     0.3.0  [required by ocamlgraph, sha]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install topkg            1.0.7  [required by bos]
  - install re               1.11.0 [required by opam-format]
  - install sha              1.15.4 [required by opam-core]
  - install ocamlgraph       2.1.0  [required by opam-core]
  - install uutf             1.0.3  [required by opam-core]
  - install rresult          0.7.0  [required by bos]
  - install fmt              0.9.0  [required by bos]
  - install astring          0.8.5  [required by bos]
  - install jsonm            1.0.2  [required by opam-core]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-core        2.2.1  [required by opam-format]
  - install bos              0.2.1  [required by voodoo-prep]
  - install opam-format      2.2.1  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 23 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.1] found in cache
[cmdliner.1.3.0] found in cache
[dune.3.16.0] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[jsonm.1.0.2] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.15.0] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.2.1] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.2.1] found in cache
[re.1.11.0] found in cache
[rresult.0.7.0] found in cache
[sha.1.15.4] found in cache
[stdlib-shims.0.3.0] found in cache
[swhid_core.0.1] found in cache
[topkg.1.0.7] found in cache
[uutf.1.0.3] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed logs.0.7.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed dune.3.16.0
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed sha.1.15.4
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.2.1
-> installed opam-format.2.2.1
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-08-27 19:46.42 ---> using "ceca5acc4e202d7b9cfcea94f9c2adea7ed720e26117286981a925f91c4d2338" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-08-27 19:46.42 ---> using "9a45712bf2660a9bc4b6657d5bcd781f9f0cae0573fdd83f035b20b3cbb42f72" from cache
2024-08-27 19:46.42 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a' locally
docker.io/ocaml/opam@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a: Pulling from ocaml/opam
f063fe254241: Pulling fs layer
f063fe254241: Verifying Checksum
f063fe254241: Download complete
f063fe254241: Pull complete
Digest: sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a
Status: Downloaded newer image for ocaml/opam@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a
2024-08-27 19:46.42 ---> using "7f1fc91569c4944f2a42384167d6a5257d51f4f823a2dc27fc5cd059b17040d7" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-08-27 19:46.42 ---> using "bc3f29ea438c9e2614414d51ac62e10cee52d78977c2addbef0ed4c0d41b35c5" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-08-27 19:46.42 ---> using "e3f5da4bc36aaf6b25c398ac7eec585bac7e6c1717598971e405e46f7521bd10" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-08-27 19:46.43 ---> using "fe9230160fd0b2f3648feab4fc8e75232626fe730755efcd139feab1bc9db975" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-08-27 19:46.43 ---> using "076ad8ee8ee0c44eb7b23ee876ca7f771d0f736e5b68dbd09bc9fb4246602536" from cache

/home/opam: (run (network host)
                 (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-08-27 19:46.43 ---> using "6e73fad97c8395655c9b33be3a28d778ccda2b9d93ef9938c902975ccbc8cfe0" from cache

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 5.1. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 5.1 only.
       Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.

2024-08-27 19:46.43 ---> using "8b25d4415246068b398028a0f6cd76df9b3574ba30099b8e165e53c6cedb0a0e" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-08-27 19:46.43 ---> using "386e7b52d8e43fbbe21699f9427d4d21ee8a6490a09e7775ed08c489938ea7d4" from cache

/home/opam: (comment "no build system")

/home/opam: (env DUNE_CACHE disabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy eprover.3.1 conf-gcc.1.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 282 kB in 0s (1019 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile ocaml-options-vanilla 1      [upstream or system changes]
  - recompile ocaml-base-compiler   5.1.1* [upstream or system changes]
  - recompile ocaml-config          3      [uses ocaml-base-compiler]
  - recompile ocaml                 5.1.1  [uses ocaml-base-compiler]
  - recompile opam-depext           1.2.3
  - recompile base-domains          base   [uses ocaml]
  - recompile base-nnp              base   [uses base-domains]
===== 7 to recompile =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> removed   ocaml-options-vanilla.1
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.5.1.1  (cached)
-> retrieved opam-depext.1.2.3  (cached)
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   opam-depext.1.2.3
-> removed   ocaml.5.1.1
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.1.1
-> installed ocaml-base-compiler.5.1.1
-> installed ocaml-config.3
-> installed ocaml.5.1.1
-> installed base-domains.base
-> installed base-nnp.base
-> installed opam-depext.1.2.3
Done.

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment

<><> Carrying on to "opam depext -viy eprover.3.1 conf-gcc.1.0" <><><><><><><><>

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
gcc
The following actions will be performed:
  - install conf-gcc 1.0
  - install eprover  3.1
===== 2 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/6: [eprover.3.1: http]
Processing  3/6: [eprover.3.1: http] [conf-gcc: gcc]
Processing  3/6: [conf-gcc: gcc]
- gcc (Debian 12.2.0-14) 12.2.0
- Copyright (C) 2022 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions.  There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- 
-> compiled  conf-gcc.1.0
Processing  3/6:
-> installed conf-gcc.1.0
Processing  4/6:
-> retrieved eprover.3.1  (http://wwwlehre.dhbw-stuttgart.de/~sschulz/WORK/E_DOWNLOAD/V_3.1/E.tgz)
Processing  5/6: [eprover: ./configure]
+ /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/./configure "--bindir=/home/opam/.opam/5.1/bin" (CWD=/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1)
- Configuring with executable path /home/opam/.opam/5.1/bin
- /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/DOC/man
- # -DENABLE_LFHO \
- echo 'Configuring build system'
- Configuring build system
- make       links
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1'
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1'
- make       depend
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/CONTRIB'
- make[2]: Nothing to be done for 'depend'.
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/CONTRIB'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/BASICS'
- gcc -M -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include *.c > Makefile.dependencies
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/BASICS'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/INOUT'
- gcc -M -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include *.c > Makefile.dependencies
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/INOUT'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/TERMS'
- gcc -M -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include *.c > Makefile.dependencies
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/TERMS'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/ORDERINGS'
- gcc -M -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include *.c > Makefile.dependencies
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/ORDERINGS'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/CLAUSES'
- gcc -M -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include *.c > Makefile.dependencies
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/CLAUSES'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/PROPOSITIONAL'
- gcc -M -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include *.c > Makefile.dependencies
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/PROPOSITIONAL'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/LEARN'
- gcc -M -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include *.c > Makefile.dependencies
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/LEARN'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/PCL2'
- gcc -M -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include *.c > Makefile.dependencies
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/PCL2'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/HEURISTICS'
- gcc -M -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include *.c > Makefile.dependencies
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/HEURISTICS'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/CONTROL'
- gcc -M -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include *.c > Makefile.dependencies
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/CONTROL'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/SIMPLE_APPS'
- gcc -M -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include *.c > Makefile.dependencies
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/SIMPLE_APPS'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/EXTERNAL'
- gcc -M -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include *.c > Makefile.dependencies
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/EXTERNAL'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/PROVER'
- gcc -M -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include *.c > Makefile.dependencies
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/PROVER'
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1'
- cd CONTRIB; make       config
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/CONTRIB'
- cd picosat-965; ./configure.sh -t
- version ... 965
- debug ... no
- log ... no
- stats ... no
- trace ... yes
- static ... no
- shared ... no
- targets ... picosat picomcs picomus picogcnf libpicosat.a
- cc ... gcc
- cflags ...  -DTRACE -Wall -Wextra -DNDEBUG -O3
- makefile ... done
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/CONTRIB'
Processing  5/6: [eprover: make 39]
+ /usr/bin/make "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1)
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/CONTRIB'
- cd picosat-965; make      ; make      
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/CONTRIB/picosat-965'
- gcc -DTRACE -Wall -Wextra -DNDEBUG -O3 -c picosat.c
- rm -f config.h; ./mkconfig.sh > config.h
- gcc -DTRACE -Wall -Wextra -DNDEBUG -O3 -c app.c
- gcc -DTRACE -Wall -Wextra -DNDEBUG -O3 -c main.c
- gcc -DTRACE -Wall -Wextra -DNDEBUG -O3 -c picomcs.c
- gcc -DTRACE -Wall -Wextra -DNDEBUG -O3 -c picomus.c
- gcc -DTRACE -Wall -Wextra -DNDEBUG -O3 -c picogcnf.c
- gcc -DTRACE -Wall -Wextra -DNDEBUG -O3 -c version.c
- ar rc libpicosat.a picosat.o version.o
- ranlib libpicosat.a
- gcc -DTRACE -Wall -Wextra -DNDEBUG -O3 -o picosat main.o app.o -L. -lpicosat
- gcc -DTRACE -Wall -Wextra -DNDEBUG -O3 -o picomcs picomcs.o -L. -lpicosat
- gcc -DTRACE -Wall -Wextra -DNDEBUG -O3 -o picomus picomus.o -L. -lpicosat
- gcc -DTRACE -Wall -Wextra -DNDEBUG -O3 -o picogcnf picogcnf.o -L. -lpicosat
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/CONTRIB/picosat-965'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/CONTRIB/picosat-965'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/CONTRIB/picosat-965'
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/CONTRIB'
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/BASICS'
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_error.o clb_error.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_memory.o clb_memory.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_os_wrapper.o clb_os_wrapper.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_dstrings.o clb_dstrings.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_verbose.o clb_verbose.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_stringtrees.o clb_stringtrees.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_numtrees.o clb_numtrees.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_numxtrees.o clb_numxtrees.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_floattrees.o clb_floattrees.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_pstacks.o clb_pstacks.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_pqueue.o clb_pqueue.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_dstacks.o clb_dstacks.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_ptrees.o clb_ptrees.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_quadtrees.o clb_quadtrees.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_regmem.o clb_regmem.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_permastrings.o clb_permastrings.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_objtrees.o clb_objtrees.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_objmaps.o clb_objmaps.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_fixdarrays.o clb_fixdarrays.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_plist.o clb_plist.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_pdarrays.o clb_pdarrays.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_pdrangearrays.o clb_pdrangearrays.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_ddarrays.o clb_ddarrays.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_sysdate.o clb_sysdate.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_intmap.o clb_intmap.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_simple_stuff.o clb_simple_stuff.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_partial_orderings.o clb_partial_orderings.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_plocalstacks.o clb_plocalstacks.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o clb_min_heap.o clb_min_heap.c
- ar rcs BASICS.a clb_error.o clb_memory.o clb_os_wrapper.o clb_dstrings.o clb_verbose.o clb_stringtrees.o clb_numtrees.o clb_numxtrees.o clb_floattrees.o clb_pstacks.o clb_pqueue.o clb_dstacks.o clb_ptrees.o clb_quadtrees.o clb_regmem.o clb_permastrings.o clb_objtrees.o clb_objmaps.o clb_fixdarrays.o clb_plist.o clb_pdarrays.o clb_pdrangearrays.o clb_ddarrays.o clb_sysdate.o clb_intmap.o clb_simple_stuff.o clb_partial_orderings.o clb_plocalstacks.o clb_min_heap.o
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/BASICS'
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/INOUT'
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cio_output.o cio_output.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cio_simplestuff.o cio_simplestuff.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cio_fileops.o cio_fileops.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cio_streams.o cio_streams.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cio_initio.o cio_initio.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cio_scanner.o cio_scanner.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cio_network.o cio_network.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cio_multiplexer.o cio_multiplexer.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cio_basicparser.o cio_basicparser.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cio_commandline.o cio_commandline.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cio_filevars.o cio_filevars.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cio_tempfile.o cio_tempfile.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cio_signals.o cio_signals.c
- ar rcs INOUT.a cio_output.o cio_simplestuff.o cio_fileops.o cio_streams.o  cio_initio.o cio_scanner.o cio_network.o cio_multiplexer.o cio_basicparser.o cio_commandline.o cio_filevars.o cio_tempfile.o cio_signals.o
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/INOUT'
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/TERMS'
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_functypes.o cte_functypes.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_signature.o cte_signature.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_termtypes.o cte_termtypes.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_termvars.o cte_termvars.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_acterms.o cte_acterms.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_varhash.o cte_varhash.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_varsets.o cte_varsets.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_termfunc.o cte_termfunc.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_termtrees.o cte_termtrees.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_termcellstore.o cte_termcellstore.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_garbage_coll.o cte_garbage_coll.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_termbanks.o cte_termbanks.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_subst.o cte_subst.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_termpos.o cte_termpos.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_termcpos.o cte_termcpos.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_replace.o cte_replace.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_match_mgu_1-1.o cte_match_mgu_1-1.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_idx_fp.o cte_idx_fp.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_fp_index.o cte_fp_index.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_simpletypes.o cte_simpletypes.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_typecheck.o cte_typecheck.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_typebanks.o cte_typebanks.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_termweightext.o cte_termweightext.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_lambda.o cte_lambda.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_dbvars.o cte_dbvars.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_ho_bindings.o cte_ho_bindings.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_ho_csu.o cte_ho_csu.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_pattern_match_mgu.o cte_pattern_match_mgu.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cte_fixpoint_unif.o cte_fixpoint_unif.c
- In file included from ../include/cte_termvars.h:30,
-                  from cte_varhash.h:32,
-                  from cte_varhash.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h: At top level:
- ../include/cte_termtypes.h:355:22: warning: 'GetHeadType' declared 'static' but never defined [-Wunused-function]
-   355 | static inline Type_p GetHeadType(Sig_p sig, Term_p term);
-       |                      ^~~~~~~~~~~
- In file included from cte_termtypes.c:24:
- cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- In file included from cte_termvars.h:30,
-                  from cte_termvars.c:21:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_termtrees.h:38,
-                  from cte_termcellstore.h:35,
-                  from cte_termcellstore.c:25:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from cte_termbanks.h:35,
-                  from cte_termbanks.c:29:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from cte_termpos.h:29,
-                  from cte_termpos.c:23:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- cte_termvars.c: In function 'var_bank_var_alloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- cte_termvars.c:508:4: note: in expansion of macro 'TermSetBank'
-   508 |    TermSetBank(var, bank->term_bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from cte_termtrees.h:38,
-                  from cte_termtrees.c:27:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- In file included from ../include/cte_termvars.h:30,
-                  from cte_varsets.h:33,
-                  from cte_varsets.c:23:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h: At top level:
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:355:22: warning: 'GetHeadType' declared 'static' but never defined [-Wunused-function]
-   355 | static inline Type_p GetHeadType(Sig_p sig, Term_p term);
-       |                      ^~~~~~~~~~~
- cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from cte_termfunc.h:27,
-                  from cte_termfunc.c:23:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from cte_subst.h:32,
-                  from cte_subst.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/cte_termcpos.h:30,
-                  from cte_replace.h:29,
-                  from cte_replace.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from cte_acterms.h:29,
-                  from cte_acterms.c:21:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- cte_termbanks.c: In function 'tb_termtop_insert':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- cte_termbanks.c:167:7: note: in expansion of macro 'TermSetBank'
-   167 |       TermSetBank(t, bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- cte_termbanks.c:173:7: note: in expansion of macro 'TermSetBank'
-   173 |       TermSetBank(t, bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- cte_termbanks.c: In function 'do_tb_insert_no_props_cached':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- cte_termbanks.c:594:10: note: in expansion of macro 'TermSetBank'
-   594 |          TermSetBank(t, bank);
-       |          ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- cte_termbanks.c:599:10: note: in expansion of macro 'TermSetBank'
-   599 |          TermSetBank(t, bank);
-       |          ^~~~~~~~~~~
- cte_termbanks.c: In function 'TBInsertNoProps':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- cte_termbanks.c:1013:4: note: in expansion of macro 'TermSetBank'
-  1013 |    TermSetBank(term, bank); //Cheat because WHNF_deref() needs it, God
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- cte_termbanks.c:1018:4: note: in expansion of macro 'TermSetBank'
-  1018 |    TermSetBank(term, tmp_bank);
-       |    ^~~~~~~~~~~
- cte_termbanks.c: In function 'TBInsertInstantiatedHO':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- cte_termbanks.c:1290:7: note: in expansion of macro 'TermSetBank'
-  1290 |       TermSetBank(t, bank);
-       |       ^~~~~~~~~~~
- cte_termfunc.c: In function 'TermCopy':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- cte_termfunc.c:1280:10: note: in expansion of macro 'TermSetBank'
-  1280 |          TermSetBank(handle, vars->term_bank);
-       |          ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- cte_termfunc.c:1294:4: note: in expansion of macro 'TermSetBank'
-  1294 |    TermSetBank(handle, TermGetBank(source));
-       |    ^~~~~~~~~~~
- In file included from cte_typecheck.h:25,
-                  from cte_typecheck.c:20:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from cte_termcpos.h:30,
-                  from cte_termcpos.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_subst.h:32,
-                  from cte_match_mgu_1-1.h:31,
-                  from cte_match_mgu_1-1.c:26:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/ccl_tformulae.h:28,
-                  from cte_lambda.h:25,
-                  from cte_lambda.c:22:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- In file included from cte_ho_csu.h:26,
-                  from cte_ho_csu.c:25:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from cte_pattern_match_mgu.h:28,
-                  from cte_pattern_match_mgu.c:26:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from cte_dbvars.h:29,
-                  from cte_dbvars.c:23:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: At top level:
- ../include/cte_termtypes.h:355:22: warning: 'GetHeadType' declared 'static' but never defined [-Wunused-function]
-   355 | static inline Type_p GetHeadType(Sig_p sig, Term_p term);
-       |                      ^~~~~~~~~~~
- In file included from ../include/cte_idx_fp.h:32,
-                  from cte_fp_index.h:32,
-                  from cte_fp_index.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from cte_idx_fp.h:32,
-                  from cte_idx_fp.c:21:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: At top level:
- ../include/cte_termtypes.h:355:22: warning: 'GetHeadType' declared 'static' but never defined [-Wunused-function]
-   355 | static inline Type_p GetHeadType(Sig_p sig, Term_p term);
-       |                      ^~~~~~~~~~~
- In file included from cte_termweightext.h:25,
-                  from cte_termweightext.c:23:
- cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- cte_termtypes.h: In function 'TermDefaultCellAlloc':
- cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- cte_termtypes.h: At top level:
- cte_termtypes.h:355:22: warning: 'GetHeadType' declared 'static' but never defined [-Wunused-function]
-   355 | static inline Type_p GetHeadType(Sig_p sig, Term_p term);
-       |                      ^~~~~~~~~~~
- In file included from cte_pattern_match_mgu.h:28,
-                  from cte_fixpoint_unif.c:26:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_ho_csu.h:26,
-                  from cte_ho_bindings.h:28,
-                  from cte_ho_bindings.c:25:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ar rcs TERMS.a cte_functypes.o cte_signature.o cte_termtypes.o cte_termvars.o cte_acterms.o cte_varhash.o cte_varsets.o cte_termfunc.o cte_termtrees.o cte_termcellstore.o cte_garbage_coll.o cte_termbanks.o cte_subst.o cte_termpos.o cte_termcpos.o cte_replace.o cte_match_mgu_1-1.o cte_idx_fp.o cte_fp_index.o cte_simpletypes.o cte_typecheck.o cte_typebanks.o cte_termweightext.o cte_lambda.o cte_dbvars.o cte_ho_bindings.o cte_ho_csu.o cte_pattern_match_mgu.o cte_fixpoint_unif.o
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/TERMS'
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/ORDERINGS'
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cto_ocb.o cto_ocb.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cto_cmpcache.o cto_cmpcache.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cto_lpo.o cto_lpo.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cto_kbo.o cto_kbo.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cto_kbolin.o cto_kbolin.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cto_orderings.o cto_orderings.c
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cto_ocb.h:28,
-                  from cto_lpo.h:30,
-                  from cto_lpo.c:44:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cto_ocb.h:28,
-                  from ../include/cto_lpo.h:30,
-                  from cto_orderings.h:28,
-                  from cto_orderings.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cto_ocb.h:28,
-                  from cto_kbolin.h:31,
-                  from cto_kbolin.c:29:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cto_ocb.h:28,
-                  from cto_kbo.h:32,
-                  from cto_kbo.c:47:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from cto_cmpcache.h:31,
-                  from cto_cmpcache.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from cto_ocb.h:28,
-                  from cto_ocb.c:21:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ar rcs ORDERINGS.a cto_ocb.o cto_cmpcache.o cto_lpo.o cto_kbo.o cto_kbolin.o cto_orderings.o
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/ORDERINGS'
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/CLAUSES'
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_ext_index.o ccl_ext_index.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_neweval.o ccl_neweval.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_eqn.o ccl_eqn.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_eqnlist.o ccl_eqnlist.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_clauseinfo.o ccl_clauseinfo.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_clauses.o ccl_clauses.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_tformulae.o ccl_tformulae.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_formula_wrapper.o ccl_formula_wrapper.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_formulasets.o ccl_formulasets.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_f_generality.o ccl_f_generality.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_sine.o ccl_sine.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_garbage_coll.o ccl_garbage_coll.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_tcnf.o ccl_tcnf.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_propclauses.o ccl_propclauses.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_tautologies.o ccl_tautologies.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_clausepos.o ccl_clausepos.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_clausecpos.o ccl_clausecpos.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_pdtrees.o ccl_pdtrees.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_freqvectors.o ccl_freqvectors.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_fcvindexing.o ccl_fcvindexing.c
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ccl_ext_index.h:19,
-                  from ccl_ext_index.c:21:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_clausesets.o ccl_clausesets.c
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_unfold_defs.o ccl_unfold_defs.c
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_clausefunc.o ccl_clausefunc.c
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ccl_eqn.h:26,
-                  from ccl_eqn.c:22:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ccl_tformulae.h:28,
-                  from ccl_tformulae.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ccl_clauses.h:27,
-                  from ccl_clauses.c:22:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/ccl_tformulae.h:28,
-                  from ../include/ccl_formula_wrapper.h:30,
-                  from ../include/ccl_formulasets.h:29,
-                  from ccl_f_generality.h:30,
-                  from ccl_f_generality.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_formulafunc.o ccl_formulafunc.c
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/ccl_tformulae.h:28,
-                  from ccl_formula_wrapper.h:30,
-                  from ccl_formula_wrapper.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ccl_clauses.c: In function 'clause_collect_posneg_vars':
- ../include/ccl_eqn.h:422:46: warning: value computed is not used [-Wunused-value]
-   422 |    (TermCollectVariables((eqn)->lterm,(tree))+  \
-       |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
-   423 |     TermCollectVariables((eqn)->rterm,(tree)))
-       |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ccl_clauses.c:158:10: note: in expansion of macro 'EqnCollectVariables'
-   158 |          EqnCollectVariables(handle, pos_vars);
-       |          ^~~~~~~~~~~~~~~~~~~
- ../include/ccl_eqn.h:422:46: warning: value computed is not used [-Wunused-value]
-   422 |    (TermCollectVariables((eqn)->lterm,(tree))+  \
-       |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
-   423 |     TermCollectVariables((eqn)->rterm,(tree)))
-       |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ccl_clauses.c:162:10: note: in expansion of macro 'EqnCollectVariables'
-   162 |          EqnCollectVariables(handle, neg_vars);
-       |          ^~~~~~~~~~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_groundconstr.o ccl_groundconstr.c
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ccl_clausepos.h:28,
-                  from ccl_clausepos.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_grounding.o ccl_grounding.c
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_g_lithash.o ccl_g_lithash.c
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/ccl_tformulae.h:28,
-                  from ../include/ccl_formula_wrapper.h:30,
-                  from ccl_formulasets.h:29,
-                  from ccl_formulasets.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_axiomsorter.o ccl_axiomsorter.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_findex.o ccl_findex.c
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/ccl_freqvectors.h:29,
-                  from ccl_fcvindexing.h:31,
-                  from ccl_fcvindexing.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_clausepos_tree.o ccl_clausepos_tree.c
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_subterm_tree.o ccl_subterm_tree.c
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ccl_clausefunc.h:28,
-                  from ccl_clausefunc.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_subterm_index.o ccl_subterm_index.c
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_overlap_index.o ccl_overlap_index.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_relevance.o ccl_relevance.c
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/ccl_tformulae.h:28,
-                  from ../include/ccl_formula_wrapper.h:30,
-                  from ../include/ccl_formulasets.h:29,
-                  from ../include/ccl_f_generality.h:30,
-                  from ccl_sine.h:29,
-                  from ccl_sine.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_inferencedoc.o ccl_inferencedoc.c
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/ccl_tformulae.h:28,
-                  from ../include/ccl_formula_wrapper.h:30,
-                  from ../include/ccl_formulasets.h:29,
-                  from ccl_garbage_coll.h:28,
-                  from ccl_garbage_coll.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_derivation.o ccl_derivation.c
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_paramod.o ccl_paramod.c
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_factor.o ccl_factor.c
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ccl_eqnlist.h:26,
-                  from ccl_eqnlist.c:22:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_eqnresolution.o ccl_eqnresolution.c
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ccl_tautologies.h:30,
-                  from ccl_tautologies.c:23:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_rewrite.o ccl_rewrite.c
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_idx_fp.h:32,
-                  from ../include/cte_fp_index.h:32,
-                  from ccl_subterm_index.h:29,
-                  from ccl_subterm_index.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ../include/ccl_subsumption.h:29,
-                  from ../include/ccl_def_handling.h:30,
-                  from ../include/ccl_proofstate.h:29,
-                  from ccl_axiomsorter.h:29,
-                  from ccl_axiomsorter.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_clausecpos.h:26,
-                  from ccl_clausepos_tree.h:28,
-                  from ccl_clausepos_tree.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/ccl_tformulae.h:28,
-                  from ccl_tcnf.h:29,
-                  from ccl_tcnf.c:21:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_unit_simplify.o ccl_unit_simplify.c
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ccl_clausesets.h:25,
-                  from ccl_clausesets.c:22:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ccl_clausefunc.h:28,
-                  from ccl_unfold_defs.h:32,
-                  from ccl_unfold_defs.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ccl_clausecpos.h:26,
-                  from ccl_clausecpos.c:21:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ccl_subterm_tree.h:29,
-                  from ccl_subterm_tree.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ccl_paramod.h:28,
-                  from ccl_paramod.c:23:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ccl_findex.h:29,
-                  from ccl_findex.c:23:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_findex.h:29,
-                  from ccl_relevance.h:30,
-                  from ccl_relevance.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ccl_propclauses.h:29,
-                  from ccl_propclauses.c:23:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_subsumption.o ccl_subsumption.c
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_idx_fp.h:32,
-                  from ../include/cte_fp_index.h:32,
-                  from ccl_overlap_index.h:31,
-                  from ccl_overlap_index.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ccl_derivation.h:27,
-                  from ccl_derivation.c:23:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_condensation.o ccl_condensation.c
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_context_sr.o ccl_context_sr.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_diseq_decomp.o ccl_diseq_decomp.c
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ccl_eqnresolution.h:28,
-                  from ccl_eqnresolution.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ccl_inferencedoc.h:28,
-                  from ccl_inferencedoc.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ccl_factor.h:29,
-                  from ccl_factor.c:26:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/cte_termcpos.h:30,
-                  from ../include/cte_replace.h:29,
-                  from ccl_rewrite.h:28,
-                  from ccl_rewrite.c:21:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ccl_g_lithash.h:30,
-                  from ccl_g_lithash.c:26:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ccl_groundconstr.h:28,
-                  from ccl_groundconstr.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ccl_pdtrees.h:31,
-                  from ccl_pdtrees.c:23:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_def_handling.o ccl_def_handling.c
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ccl_freqvectors.h:29,
-                  from ccl_freqvectors.c:23:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ccl_unit_simplify.h:30,
-                  from ccl_unit_simplify.c:25:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_splitting.o ccl_splitting.c
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/ccl_tformulae.h:28,
-                  from ../include/ccl_formula_wrapper.h:30,
-                  from ../include/ccl_formulasets.h:29,
-                  from ../include/ccl_garbage_coll.h:28,
-                  from ccl_formulafunc.h:29,
-                  from ccl_formulafunc.c:25:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_global_indices.o ccl_global_indices.c
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_satinterface.o ccl_satinterface.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_proofstate.o ccl_proofstate.c
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ../include/ccl_subsumption.h:29,
-                  from ccl_context_sr.h:33,
-                  from ccl_context_sr.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ccl_subsumption.h:29,
-                  from ccl_subsumption.c:23:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ../include/ccl_subsumption.h:29,
-                  from ccl_def_handling.h:30,
-                  from ccl_def_handling.c:26:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_g_lithash.h:30,
-                  from ccl_grounding.h:28,
-                  from ccl_grounding.c:26:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ccl_diseq_decomp.h:30,
-                  from ccl_diseq_decomp.c:26:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ccl_subsumption.h:29,
-                  from ccl_condensation.h:32,
-                  from ccl_condensation.c:22:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_bce.o ccl_bce.c
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_idx_fp.h:32,
-                  from ../include/cte_fp_index.h:32,
-                  from ../include/ccl_subterm_index.h:29,
-                  from ccl_global_indices.h:28,
-                  from ccl_global_indices.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ccl_pred_elim.o ccl_pred_elim.c
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ../include/ccl_subsumption.h:29,
-                  from ../include/ccl_def_handling.h:30,
-                  from ccl_splitting.h:29,
-                  from ccl_splitting.c:25:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ../include/ccl_subsumption.h:29,
-                  from ../include/ccl_def_handling.h:30,
-                  from ccl_proofstate.h:29,
-                  from ccl_proofstate.c:21:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ccl_bce.h:26,
-                  from ccl_bce.c:23:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ../include/ccl_subsumption.h:29,
-                  from ../include/ccl_def_handling.h:30,
-                  from ../include/ccl_proofstate.h:29,
-                  from ccl_satinterface.h:28,
-                  from ccl_satinterface.c:22:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ccl_pred_elim.h:26,
-                  from ccl_pred_elim.c:23:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ar rcs CLAUSES.a ccl_ext_index.o ccl_neweval.o ccl_eqn.o ccl_eqnlist.o ccl_clauseinfo.o ccl_clauses.o ccl_tformulae.o ccl_formula_wrapper.o ccl_formulasets.o ccl_f_generality.o ccl_sine.o ccl_garbage_coll.o ccl_tcnf.o ccl_propclauses.o ccl_tautologies.o ccl_clausepos.o ccl_clausecpos.o ccl_pdtrees.o ccl_freqvectors.o ccl_fcvindexing.o ccl_clausesets.o ccl_unfold_defs.o ccl_clausefunc.o ccl_formulafunc.o ccl_groundconstr.o ccl_grounding.o ccl_g_lithash.o ccl_axiomsorter.o ccl_findex.o ccl_clausepos_tree.o ccl_subterm_tree.o ccl_subterm_index.o ccl_overlap_index.o ccl_relevance.o ccl_inferencedoc.o ccl_derivation.o ccl_paramod.o ccl_factor.o ccl_eqnresolution.o ccl_rewrite.o ccl_unit_simplify.o ccl_subsumption.o ccl_condensation.o ccl_context_sr.o ccl_diseq_decomp.o ccl_def_handling.o ccl_splitting.o ccl_global_indices.o ccl_satinterface.o ccl_proofstate.o ccl_bce.o ccl_pred_elim.o
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/CLAUSES'
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/PROPOSITIONAL'
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cpr_propsig.o cpr_propsig.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cpr_varset.o cpr_varset.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cpr_propclauses.o cpr_propclauses.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cpr_dpllformula.o cpr_dpllformula.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cpr_dpll.o cpr_dpll.c
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/cpr_propclauses.h:29,
-                  from ../include/cpr_dpllformula.h:30,
-                  from cpr_dpll.h:29,
-                  from cpr_dpll.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/cpr_propclauses.h:29,
-                  from cpr_dpllformula.h:30,
-                  from cpr_dpllformula.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from cpr_propclauses.h:29,
-                  from cpr_propclauses.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ar rcs PROPOSITIONAL.a cpr_propsig.o cpr_varset.o cpr_propclauses.o cpr_dpllformula.o cpr_dpll.o
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/PROPOSITIONAL'
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/LEARN'
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cle_patterns.o cle_patterns.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cle_clauseenc.o cle_clauseenc.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cle_annotations.o cle_annotations.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cle_annoterms.o cle_annoterms.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cle_flatannoterms.o cle_flatannoterms.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cle_numfeatures.o cle_numfeatures.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cle_examplerep.o cle_examplerep.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cle_kbdesc.o cle_kbdesc.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cle_kbinsert.o cle_kbinsert.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cle_termtops.o cle_termtops.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cle_indexfunctions.o cle_indexfunctions.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cle_tsm.o cle_tsm.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cle_classification.o cle_classification.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cle_tsmio.o cle_tsmio.c
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from cle_termtops.h:25,
-                  from cle_termtops.c:21:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/cle_patterns.h:27,
-                  from ../include/cle_indexfunctions.h:27,
-                  from cle_tsm.h:25,
-                  from cle_tsm.c:22:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/cle_patterns.h:27,
-                  from cle_indexfunctions.h:27,
-                  from cle_indexfunctions.c:22:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/cle_patterns.h:27,
-                  from ../include/cle_indexfunctions.h:27,
-                  from ../include/cle_tsm.h:25,
-                  from cle_classification.h:28,
-                  from cle_classification.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/cle_patterns.h:27,
-                  from cle_clauseenc.h:25,
-                  from cle_clauseenc.c:21:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/cle_patterns.h:27,
-                  from ../include/cle_clauseenc.h:25,
-                  from cle_annoterms.h:28,
-                  from cle_annoterms.c:23:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/cle_numfeatures.h:30,
-                  from ../include/cle_examplerep.h:31,
-                  from cle_kbdesc.h:28,
-                  from cle_kbdesc.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/cle_numfeatures.h:30,
-                  from ../include/cle_examplerep.h:31,
-                  from ../include/cle_kbdesc.h:28,
-                  from cle_kbinsert.h:28,
-                  from cle_kbinsert.c:22:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from cle_numfeatures.h:30,
-                  from cle_numfeatures.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from cle_patterns.h:27,
-                  from cle_patterns.c:19:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/cle_patterns.h:27,
-                  from ../include/cle_clauseenc.h:25,
-                  from ../include/cle_annoterms.h:28,
-                  from cle_flatannoterms.h:29,
-                  from cle_flatannoterms.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/cle_numfeatures.h:30,
-                  from cle_examplerep.h:31,
-                  from cle_examplerep.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/cle_numfeatures.h:30,
-                  from ../include/cle_examplerep.h:31,
-                  from cle_tsmio.h:28,
-                  from cle_tsmio.c:23:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ar rcs LEARN.a cle_patterns.o cle_clauseenc.o cle_annotations.o cle_annoterms.o cle_flatannoterms.o cle_numfeatures.o cle_examplerep.o cle_kbdesc.o cle_kbinsert.o cle_termtops.o cle_indexfunctions.o cle_tsm.o cle_classification.o cle_tsmio.o
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/LEARN'
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/PCL2'
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o pcl_idents.o pcl_idents.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o pcl_positions.o pcl_positions.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o pcl_expressions.o pcl_expressions.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o pcl_steps.o pcl_steps.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o pcl_protocol.o pcl_protocol.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o pcl_miniclauses.o pcl_miniclauses.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o pcl_ministeps.o pcl_ministeps.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o pcl_miniprotocol.o pcl_miniprotocol.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o pcl_lemmas.o pcl_lemmas.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o pcl_analysis.o pcl_analysis.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o pcl_propanalysis.o pcl_propanalysis.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o pcl_proofcheck.o pcl_proofcheck.c
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/pcl_expressions.h:26,
-                  from pcl_steps.h:28,
-                  from pcl_steps.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/pcl_expressions.h:26,
-                  from ../include/pcl_steps.h:28,
-                  from pcl_protocol.h:28,
-                  from pcl_protocol.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/pcl_miniclauses.h:30,
-                  from ../include/pcl_ministeps.h:28,
-                  from pcl_miniprotocol.h:28,
-                  from pcl_miniprotocol.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/pcl_miniclauses.h:30,
-                  from pcl_ministeps.h:28,
-                  from pcl_ministeps.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from pcl_positions.h:28,
-                  from pcl_positions.c:25:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from pcl_expressions.h:26,
-                  from pcl_expressions.c:21:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/che_clausefeatures.h:28,
-                  from pcl_propanalysis.h:29,
-                  from pcl_propanalysis.c:25:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from pcl_miniclauses.h:30,
-                  from pcl_miniclauses.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/pcl_expressions.h:26,
-                  from ../include/pcl_steps.h:28,
-                  from ../include/pcl_protocol.h:28,
-                  from pcl_lemmas.h:29,
-                  from pcl_lemmas.c:25:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/pcl_expressions.h:26,
-                  from ../include/pcl_steps.h:28,
-                  from ../include/pcl_protocol.h:28,
-                  from pcl_proofcheck.h:30,
-                  from pcl_proofcheck.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/pcl_expressions.h:26,
-                  from ../include/pcl_steps.h:28,
-                  from ../include/pcl_protocol.h:28,
-                  from pcl_analysis.h:29,
-                  from pcl_analysis.c:25:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ar rcs PCL2.a pcl_idents.o pcl_positions.o pcl_expressions.o pcl_steps.o pcl_protocol.o pcl_miniclauses.o pcl_ministeps.o pcl_miniprotocol.o pcl_lemmas.o pcl_analysis.o pcl_propanalysis.o pcl_proofcheck.o
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/PCL2'
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/HEURISTICS'
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_wfcb.o che_wfcb.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_wfcbadmin.o che_wfcbadmin.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_axiomscan.o che_axiomscan.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_clausefeatures.o che_clausefeatures.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_prio_funs.o che_prio_funs.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_clausesetfeatures.o che_clausesetfeatures.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_rawspecfeatures.o che_rawspecfeatures.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_specsigfeatures.o che_specsigfeatures.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_clauseweight.o che_clauseweight.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_dagweight.o che_dagweight.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_refinedweight.o che_refinedweight.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_varweights.o che_varweights.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_funweights.o che_funweights.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_orientweight.o che_orientweight.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_fifo.o che_fifo.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_lifo.o che_lifo.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_learning.o che_learning.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_simweight.o che_simweight.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_to_params.o che_to_params.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_hcb.o che_hcb.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_litselection.o che_litselection.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_proofcontrol.o che_proofcontrol.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_hcbadmin.o che_hcbadmin.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_heuristics.o che_heuristics.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_fcode_featurearrays.o che_fcode_featurearrays.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_to_weightgen.o che_to_weightgen.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_to_precgen.o che_to_precgen.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_to_autoselect.o che_to_autoselect.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_axfilter.o che_axfilter.c
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ../include/ccl_subsumption.h:29,
-                  from ../include/ccl_def_handling.h:30,
-                  from ../include/ccl_proofstate.h:29,
-                  from ../include/che_wfcb.h:58,
-                  from ../include/che_clauseweight.h:30,
-                  from che_wfcbadmin.h:28,
-                  from che_wfcbadmin.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from che_prio_funs.h:29,
-                  from che_prio_funs.c:26:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_strucweight.o che_strucweight.c
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ../include/ccl_subsumption.h:29,
-                  from ../include/ccl_def_handling.h:30,
-                  from ../include/ccl_proofstate.h:29,
-                  from che_wfcb.h:58,
-                  from che_wfcb.c:21:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_prefixweight.o che_prefixweight.c
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ../include/ccl_subsumption.h:29,
-                  from ../include/ccl_def_handling.h:30,
-                  from ../include/ccl_proofstate.h:29,
-                  from che_specsigfeatures.h:27,
-                  from che_specsigfeatures.c:23:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ../include/ccl_subsumption.h:29,
-                  from ../include/ccl_def_handling.h:30,
-                  from ../include/ccl_proofstate.h:29,
-                  from ../include/che_wfcb.h:58,
-                  from che_clauseweight.h:30,
-                  from che_clauseweight.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from che_axiomscan.h:28,
-                  from che_axiomscan.c:23:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from che_clausefeatures.h:28,
-                  from che_clausefeatures.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ../include/ccl_subsumption.h:29,
-                  from ../include/ccl_def_handling.h:30,
-                  from ../include/ccl_proofstate.h:29,
-                  from ../include/che_wfcb.h:58,
-                  from ../include/che_clauseweight.h:30,
-                  from che_dagweight.h:26,
-                  from che_dagweight.c:21:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/che_clausefeatures.h:28,
-                  from che_clausesetfeatures.h:28,
-                  from che_clausesetfeatures.c:22:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ../include/ccl_subsumption.h:29,
-                  from ../include/ccl_def_handling.h:30,
-                  from ../include/ccl_proofstate.h:29,
-                  from ../include/che_wfcb.h:58,
-                  from ../include/che_clauseweight.h:30,
-                  from ../include/che_refinedweight.h:29,
-                  from che_varweights.h:28,
-                  from che_varweights.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_findex.h:29,
-                  from ../include/ccl_relevance.h:30,
-                  from che_funweights.h:29,
-                  from che_funweights.c:25:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_treeweight.o che_treeweight.c
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ../include/ccl_subsumption.h:29,
-                  from ../include/ccl_def_handling.h:30,
-                  from ../include/ccl_proofstate.h:29,
-                  from ../include/che_wfcb.h:58,
-                  from che_learning.h:25,
-                  from che_learning.c:21:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_levweight.o che_levweight.c
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_tfidfweight.o che_tfidfweight.c
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/cte_termcpos.h:30,
-                  from ../include/cte_replace.h:29,
-                  from ../include/ccl_rewrite.h:28,
-                  from ../include/che_proofcontrol.h:29,
-                  from che_heuristics.h:25,
-                  from che_heuristics.c:21:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_termweights.o che_termweights.c
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_termweight.o che_termweight.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_random.o che_random.c
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ../include/ccl_subsumption.h:29,
-                  from ../include/ccl_def_handling.h:30,
-                  from ../include/ccl_proofstate.h:29,
-                  from ../include/che_wfcb.h:58,
-                  from che_fifo.h:28,
-                  from che_fifo.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/che_clausefeatures.h:28,
-                  from ../include/che_clausesetfeatures.h:28,
-                  from che_rawspecfeatures.h:28,
-                  from che_rawspecfeatures.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_diversityweight.o che_diversityweight.c
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o che_new_autoschedule.o che_new_autoschedule.c
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ../include/ccl_subsumption.h:29,
-                  from ../include/ccl_def_handling.h:30,
-                  from ../include/ccl_proofstate.h:29,
-                  from ../include/che_wfcb.h:58,
-                  from ../include/che_clauseweight.h:30,
-                  from che_orientweight.h:29,
-                  from che_orientweight.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ../include/ccl_subsumption.h:29,
-                  from ../include/ccl_def_handling.h:30,
-                  from ../include/ccl_proofstate.h:29,
-                  from ../include/che_wfcb.h:58,
-                  from ../include/che_clauseweight.h:30,
-                  from che_refinedweight.h:29,
-                  from che_refinedweight.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cto_ocb.h:28,
-                  from che_to_params.h:27,
-                  from che_to_params.c:20:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ../include/ccl_subsumption.h:29,
-                  from ../include/ccl_def_handling.h:30,
-                  from ../include/ccl_proofstate.h:29,
-                  from ../include/che_wfcb.h:58,
-                  from che_lifo.h:28,
-                  from che_lifo.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ../include/ccl_subsumption.h:29,
-                  from ../include/ccl_def_handling.h:30,
-                  from ../include/ccl_proofstate.h:29,
-                  from ../include/che_wfcb.h:58,
-                  from che_simweight.h:29,
-                  from che_simweight.c:23:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_paramod.h:28,
-                  from ../include/che_hcb.h:28,
-                  from che_hcbadmin.h:27,
-                  from che_hcbadmin.c:23:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from che_litselection.h:30,
-                  from che_litselection.c:26:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/cte_termcpos.h:30,
-                  from ../include/cte_replace.h:29,
-                  from ../include/ccl_rewrite.h:28,
-                  from che_proofcontrol.h:29,
-                  from che_proofcontrol.c:26:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_paramod.h:28,
-                  from che_hcb.h:28,
-                  from che_hcb.c:21:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ../include/ccl_subsumption.h:29,
-                  from ../include/ccl_def_handling.h:30,
-                  from ../include/ccl_proofstate.h:29,
-                  from ../include/che_wfcb.h:58,
-                  from che_random.h:26,
-                  from che_random.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cto_ocb.h:28,
-                  from ../include/che_to_params.h:27,
-                  from che_to_precgen.h:27,
-                  from che_to_precgen.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_findex.h:29,
-                  from ../include/ccl_relevance.h:30,
-                  from ../include/che_termweights.h:25,
-                  from che_levweight.h:26,
-                  from che_levweight.c:52:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/che_clausefeatures.h:28,
-                  from ../include/che_clausesetfeatures.h:28,
-                  from ../include/che_fcode_featurearrays.h:28,
-                  from che_to_weightgen.h:28,
-                  from che_to_weightgen.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_findex.h:29,
-                  from ../include/ccl_relevance.h:30,
-                  from che_termweights.h:25,
-                  from che_termweights.c:21:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_findex.h:29,
-                  from ../include/ccl_relevance.h:30,
-                  from ../include/che_termweights.h:25,
-                  from che_strucweight.h:26,
-                  from che_strucweight.c:54:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_findex.h:29,
-                  from ../include/ccl_relevance.h:30,
-                  from ../include/che_termweights.h:25,
-                  from che_termweight.h:26,
-                  from che_termweight.c:52:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_findex.h:29,
-                  from ../include/ccl_relevance.h:30,
-                  from ../include/che_termweights.h:25,
-                  from ../include/che_termweight.h:26,
-                  from che_tfidfweight.h:25,
-                  from che_tfidfweight.c:52:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_findex.h:29,
-                  from ../include/ccl_relevance.h:30,
-                  from ../include/che_termweights.h:25,
-                  from che_prefixweight.h:26,
-                  from che_prefixweight.c:50:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/che_clausefeatures.h:28,
-                  from ../include/che_clausesetfeatures.h:28,
-                  from che_fcode_featurearrays.h:28,
-                  from che_fcode_featurearrays.c:23:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- che_termweights.c: In function 'compute_subterms_generalizations':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- che_termweights.c:91:7: note: in expansion of macro 'TermSetBank'
-    91 |       TermSetBank(copy, TermGetBank(term));
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- che_termweights.c:122:7: note: in expansion of macro 'TermSetBank'
-   122 |       TermSetBank(copy, TermGetBank(term));
-       |       ^~~~~~~~~~~
- che_termweights.c: In function 'ComputeTopGeneralizations':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- che_termweights.c:248:7: note: in expansion of macro 'TermSetBank'
-   248 |       TermSetBank(topgen, TermGetBank(term));
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/cte_termcpos.h:30,
-                  from ../include/cte_replace.h:29,
-                  from ../include/ccl_rewrite.h:28,
-                  from ../include/che_proofcontrol.h:29,
-                  from che_to_autoselect.h:29,
-                  from che_to_autoselect.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_findex.h:29,
-                  from ../include/ccl_relevance.h:30,
-                  from ../include/che_termweights.h:25,
-                  from che_treeweight.h:26,
-                  from che_treeweight.c:52:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_paramod.h:28,
-                  from che_hcb.h:28,
-                  from che_new_autoschedule.h:24,
-                  from che_new_autoschedule.c:22:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ../include/ccl_subsumption.h:29,
-                  from ../include/ccl_def_handling.h:30,
-                  from ../include/ccl_proofstate.h:29,
-                  from ../include/che_wfcb.h:58,
-                  from ../include/che_clauseweight.h:30,
-                  from che_diversityweight.h:27,
-                  from che_diversityweight.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ar rcs HEURISTICS.a che_wfcb.o che_wfcbadmin.o che_axiomscan.o che_clausefeatures.o che_prio_funs.o che_clausesetfeatures.o che_rawspecfeatures.o che_specsigfeatures.o che_clauseweight.o che_dagweight.o che_refinedweight.o che_varweights.o che_funweights.o che_orientweight.o che_fifo.o che_lifo.o che_learning.o che_simweight.o che_to_params.o che_hcb.o che_litselection.o che_proofcontrol.o che_hcbadmin.o che_heuristics.o che_fcode_featurearrays.o che_to_weightgen.o che_to_precgen.o che_to_autoselect.o che_axfilter.o che_strucweight.o che_prefixweight.o che_treeweight.o che_levweight.o che_tfidfweight.o che_termweights.o che_termweight.o che_random.o che_diversityweight.o che_new_autoschedule.o
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/HEURISTICS'
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/CONTROL'
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cco_simplification.o cco_simplification.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cco_factoring.o cco_factoring.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cco_eqnresolving.o cco_eqnresolving.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cco_paramodulation.o cco_paramodulation.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cco_diseq_decomp.o cco_diseq_decomp.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cco_forward_contraction.o cco_forward_contraction.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cco_clausesplitting.o cco_clausesplitting.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cco_interpreted.o cco_interpreted.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cco_proofproc.o cco_proofproc.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cco_proc_ctrl.o cco_proc_ctrl.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cco_gproc_ctrl.o cco_gproc_ctrl.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cco_batch_spec.o cco_batch_spec.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cco_einteractive_mode.o cco_einteractive_mode.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cco_sine.o cco_sine.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cco_esession.o cco_esession.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cco_eserver.o cco_eserver.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cco_scheduling.o cco_scheduling.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cco_ho_inferences.o cco_ho_inferences.c
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/cte_termcpos.h:30,
-                  from ../include/cte_replace.h:29,
-                  from ../include/ccl_rewrite.h:28,
-                  from ../include/che_proofcontrol.h:29,
-                  from cco_simplification.h:28,
-                  from cco_simplification.c:21:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_eqnresolution.h:28,
-                  from cco_eqnresolving.h:28,
-                  from cco_eqnresolving.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/cte_termcpos.h:30,
-                  from ../include/cte_replace.h:29,
-                  from ../include/ccl_rewrite.h:28,
-                  from ../include/che_proofcontrol.h:29,
-                  from ../include/cco_simplification.h:28,
-                  from cco_forward_contraction.h:28,
-                  from cco_forward_contraction.c:23:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_factor.h:29,
-                  from cco_factoring.h:28,
-                  from cco_factoring.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/ccl_tformulae.h:28,
-                  from ../include/ccl_formula_wrapper.h:30,
-                  from ../include/ccl_formulasets.h:29,
-                  from ../include/ccl_garbage_coll.h:28,
-                  from ../include/ccl_formulafunc.h:29,
-                  from cco_batch_spec.h:31,
-                  from cco_batch_spec.c:21:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from cco_diseq_decomp.h:29,
-                  from cco_diseq_decomp.c:25:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/ccl_tformulae.h:28,
-                  from ../include/ccl_formula_wrapper.h:30,
-                  from ../include/ccl_formulasets.h:29,
-                  from ../include/ccl_garbage_coll.h:28,
-                  from ../include/ccl_formulafunc.h:29,
-                  from cco_einteractive_mode.h:26,
-                  from cco_einteractive_mode.c:22:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ../include/ccl_subsumption.h:29,
-                  from ../include/ccl_def_handling.h:30,
-                  from ../include/ccl_splitting.h:29,
-                  from cco_clausesplitting.h:28,
-                  from cco_clausesplitting.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/cte_termcpos.h:30,
-                  from ../include/cte_replace.h:29,
-                  from ../include/ccl_rewrite.h:28,
-                  from ../include/che_proofcontrol.h:29,
-                  from cco_ho_inferences.h:20,
-                  from cco_ho_inferences.c:20:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_paramod.h:28,
-                  from ../include/che_hcb.h:28,
-                  from cco_scheduling.h:31,
-                  from cco_scheduling.c:22:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_idx_fp.h:32,
-                  from cco_paramodulation.h:25,
-                  from cco_paramodulation.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/ccl_freqvectors.h:29,
-                  from ../include/ccl_fcvindexing.h:31,
-                  from cco_proofproc.h:27,
-                  from cco_proofproc.c:21:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ../include/ccl_subsumption.h:29,
-                  from ../include/ccl_def_handling.h:30,
-                  from ../include/ccl_proofstate.h:29,
-                  from cco_sine.h:28,
-                  from cco_sine.c:23:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ../include/ccl_subsumption.h:29,
-                  from ../include/ccl_def_handling.h:30,
-                  from ../include/ccl_proofstate.h:29,
-                  from cco_interpreted.h:31,
-                  from cco_interpreted.c:27:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ar rcs CONTROL.a cco_simplification.o cco_factoring.o cco_eqnresolving.o cco_paramodulation.o cco_diseq_decomp.o cco_forward_contraction.o  cco_clausesplitting.o cco_interpreted.o cco_proofproc.o cco_proc_ctrl.o cco_gproc_ctrl.o cco_batch_spec.o cco_einteractive_mode.o cco_sine.o cco_esession.o cco_eserver.o cco_scheduling.o cco_ho_inferences.o
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/CONTROL'
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/SIMPLE_APPS'
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ex_commandline.o ex_commandline.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o term2dag.o term2dag.c
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from term2dag.c:26:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common    -o ex_commandline ex_commandline.o ../lib/INOUT.a ../lib/BASICS.a -lm
- gcc -O03 -fomit-frame-pointer -fno-common    -o term2dag term2dag.o ../lib/TERMS.a ../lib/CLAUSES.a ../lib/ORDERINGS.a ../lib/TERMS.a  ../lib/INOUT.a ../lib/BASICS.a -lm
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/SIMPLE_APPS'
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/EXTERNAL'
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o CSSCPA_filter.o CSSCPA_filter.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o cex_csscpa.o cex_csscpa.c
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ../include/ccl_subsumption.h:29,
-                  from cex_csscpa.h:29,
-                  from cex_csscpa.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ../include/ccl_subsumption.h:29,
-                  from ../include/cex_csscpa.h:29,
-                  from CSSCPA_filter.c:26:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common    -o CSSCPA_filter CSSCPA_filter.o cex_csscpa.o ../lib/CLAUSES.a ../lib/ORDERINGS.a ../lib/TERMS.a ../lib/INOUT.a ../lib/BASICS.a ../lib/CONTRIB.a -lm
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/EXTERNAL'
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/PROVER'
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o eprover.o eprover.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o e_ltb_runner.o e_ltb_runner.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o e_stratpar.o e_stratpar.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o e_deduction_server.o e_deduction_server.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o e_axfilter.o e_axfilter.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o classify_problem.o classify_problem.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o epatternize.o epatternize.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o e_client.o e_client.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o e_server.o e_server.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o direct_examples.o direct_examples.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o epclanalyse.o epclanalyse.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o epclextract.o epclextract.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o checkproof.o checkproof.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o eground.o eground.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o enormalizer.o enormalizer.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o edpll.o edpll.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o epcllemma.o epcllemma.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ekb_create.o ekb_create.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ekb_insert.o ekb_insert.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ekb_ginsert.o ekb_ginsert.c
- gcc -O03 -fomit-frame-pointer -fno-common  -Wall    -DNDEBUG -DFAST_EXIT -DPRINT_SOMEERRORS_STDOUT -DMEMORY_RESERVE_PARANOID -DPRINT_TSTP_STATUS -DSTACK_SIZE=32768 -DCLAUSE_PERM_IDENT -DTAGGED_POINTERS  -std=gnu99 -I../include   -c -o ekb_delete.o ekb_delete.c
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_findex.h:29,
-                  from ../include/ccl_relevance.h:30,
-                  from e_ltb_runner.c:28:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_findex.h:29,
-                  from ../include/ccl_relevance.h:30,
-                  from e_stratpar.c:25:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_findex.h:29,
-                  from ../include/ccl_relevance.h:30,
-                  from e_deduction_server.c:25:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unfold_defs.h:32,
-                  from classify_problem.c:28:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_findex.h:29,
-                  from ../include/ccl_relevance.h:30,
-                  from eprover.c:25:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unfold_defs.h:32,
-                  from epatternize.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_findex.h:29,
-                  from ../include/ccl_relevance.h:30,
-                  from e_axfilter.c:28:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_findex.h:29,
-                  from ../include/ccl_relevance.h:30,
-                  from e_client.c:31:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from direct_examples.c:27:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_findex.h:29,
-                  from ../include/ccl_relevance.h:30,
-                  from e_server.c:31:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/pcl_expressions.h:26,
-                  from ../include/pcl_steps.h:28,
-                  from ../include/pcl_protocol.h:28,
-                  from ../include/pcl_proofcheck.h:30,
-                  from checkproof.c:29:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/ccl_clausefunc.h:28,
-                  from ../include/ccl_unit_simplify.h:30,
-                  from ../include/ccl_subsumption.h:29,
-                  from ../include/ccl_def_handling.h:30,
-                  from ../include/ccl_splitting.h:29,
-                  from eground.c:26:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/pcl_expressions.h:26,
-                  from ../include/pcl_steps.h:28,
-                  from ../include/pcl_protocol.h:28,
-                  from epclextract.c:27:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/cle_numfeatures.h:30,
-                  from ../include/cle_examplerep.h:31,
-                  from ../include/cle_kbdesc.h:28,
-                  from ekb_create.c:28:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/cle_numfeatures.h:30,
-                  from ../include/cle_examplerep.h:31,
-                  from ../include/cle_kbdesc.h:28,
-                  from ../include/cle_kbinsert.h:28,
-                  from ekb_insert.c:24:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/cpr_propclauses.h:29,
-                  from ../include/cpr_dpllformula.h:30,
-                  from ../include/cpr_dpll.h:29,
-                  from edpll.c:27:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/cte_termcpos.h:30,
-                  from ../include/cte_replace.h:29,
-                  from ../include/ccl_rewrite.h:28,
-                  from enormalizer.c:29:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/pcl_expressions.h:26,
-                  from ../include/pcl_steps.h:28,
-                  from ../include/pcl_protocol.h:28,
-                  from ../include/pcl_lemmas.h:29,
-                  from epcllemma.c:26:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/cle_numfeatures.h:30,
-                  from ../include/cle_examplerep.h:31,
-                  from ../include/cle_kbdesc.h:28,
-                  from ../include/cle_kbinsert.h:28,
-                  from ekb_ginsert.c:25:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_termfunc.h:27,
-                  from ../include/cte_acterms.h:29,
-                  from ../include/ccl_eqn.h:26,
-                  from ../include/ccl_eqnlist.h:26,
-                  from ../include/ccl_clauses.h:27,
-                  from ../include/che_clausefeatures.h:28,
-                  from ../include/pcl_propanalysis.h:29,
-                  from epclanalyse.c:30:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- In file included from ../include/cte_termvars.h:30,
-                  from ../include/cte_varsets.h:33,
-                  from ../include/cte_termbanks.h:35,
-                  from ../include/cte_termpos.h:29,
-                  from ../include/ccl_clausepos.h:28,
-                  from ../include/ccl_inferencedoc.h:28,
-                  from ../include/ccl_clausesets.h:25,
-                  from ../include/cle_numfeatures.h:30,
-                  from ../include/cle_examplerep.h:31,
-                  from ../include/cle_kbdesc.h:28,
-                  from ../include/cle_kbinsert.h:28,
-                  from ekb_delete.c:26:
- ../include/cte_termtypes.h: In function 'TermTopCopyWithoutArgs':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:582:4: note: in expansion of macro 'TermSetBank'
-   582 |    TermSetBank(handle,0);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:643:4: note: in expansion of macro 'TermSetBank'
-   643 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termtypes.h: In function 'TermDefaultCellArityAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termtypes.h:678:4: note: in expansion of macro 'TermSetBank'
-   678 |    TermSetBank(handle, NULL);
-       |    ^~~~~~~~~~~
- ../include/cte_termvars.h: In function 'VarBankVarAssertAlloc':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termvars.h:190:7: note: in expansion of macro 'TermSetBank'
-   190 |       TermSetBank(var, bank->term_bank);
-       |       ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common    -o e_stratpar e_stratpar.o ../lib/CONTROL.a ../lib/HEURISTICS.a ../lib/CLAUSES.a ../lib/ORDERINGS.a ../lib/TERMS.a ../lib/INOUT.a ../lib/BASICS.a ../lib/CONTRIB.a -lm
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- ../include/cte_termbanks.h: In function 'TBRequestDBVar':
- ../include/cte_termtypes.h:383:49: warning: statement with no effect [-Wunused-value]
-   383 | #define TermSetBank(t,b)   (UNUSED(t), UNUSED(b), NULL)
-       |                            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
- ../include/cte_termbanks.h:215:4: note: in expansion of macro 'TermSetBank'
-   215 |    TermSetBank(dbvar, bank);
-       |    ^~~~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common    -o e_deduction_server e_deduction_server.o ../lib/CONTROL.a ../lib/HEURISTICS.a ../lib/CLAUSES.a ../lib/ORDERINGS.a ../lib/TERMS.a ../lib/INOUT.a ../lib/BASICS.a ../lib/CONTRIB.a -lm
- gcc -O03 -fomit-frame-pointer -fno-common    -o direct_examples direct_examples.o ../lib/PCL2.a ../lib/CLAUSES.a ../lib/ORDERINGS.a ../lib/TERMS.a ../lib/INOUT.a ../lib/BASICS.a ../lib/CONTRIB.a -lm
- gcc -O03 -fomit-frame-pointer -fno-common    -o e_client e_client.o ../lib/CONTROL.a ../lib/HEURISTICS.a ../lib/CLAUSES.a ../lib/ORDERINGS.a ../lib/TERMS.a ../lib/INOUT.a ../lib/BASICS.a ../lib/CONTRIB.a -lm
- gcc -O03 -fomit-frame-pointer -fno-common    -o e_ltb_runner e_ltb_runner.o ../lib/CONTROL.a ../lib/HEURISTICS.a ../lib/CLAUSES.a ../lib/ORDERINGS.a ../lib/TERMS.a ../lib/INOUT.a ../lib/BASICS.a ../lib/CONTRIB.a -lm
- gcc -O03 -fomit-frame-pointer -fno-common    -o checkproof checkproof.o ../lib/PCL2.a ../lib/CLAUSES.a ../lib/ORDERINGS.a ../lib/TERMS.a ../lib/INOUT.a ../lib/BASICS.a ../lib/CONTRIB.a -lm
- gcc -O03 -fomit-frame-pointer -fno-common    -o epclextract epclextract.o ../lib/PCL2.a ../lib/HEURISTICS.a ../lib/CLAUSES.a ../lib/ORDERINGS.a ../lib/TERMS.a ../lib/INOUT.a ../lib/BASICS.a ../lib/CONTRIB.a -lm
- gcc -O03 -fomit-frame-pointer -fno-common    -o e_server e_server.o ../lib/CONTROL.a ../lib/HEURISTICS.a ../lib/CLAUSES.a ../lib/ORDERINGS.a ../lib/TERMS.a ../lib/INOUT.a ../lib/BASICS.a -lm
- gcc -O03 -fomit-frame-pointer -fno-common    -o ekb_create ekb_create.o ../lib/LEARN.a ../lib/CLAUSES.a ../lib/ORDERINGS.a ../lib/TERMS.a ../lib/INOUT.a ../lib/BASICS.a ../lib/CONTRIB.a -lm
- gcc -O03 -fomit-frame-pointer -fno-common    -o epatternize epatternize.o ../lib/CONTROL.a ../lib/HEURISTICS.a ../lib/LEARN.a ../lib/CLAUSES.a ../lib/ORDERINGS.a ../lib/TERMS.a ../lib/INOUT.a ../lib/BASICS.a ../lib/CONTRIB.a -lm
- gcc -O03 -fomit-frame-pointer -fno-common    -o ekb_insert ekb_insert.o ../lib/LEARN.a ../lib/CLAUSES.a ../lib/ORDERINGS.a ../lib/TERMS.a ../lib/INOUT.a ../lib/BASICS.a ../lib/CONTRIB.a -lm
- gcc -O03 -fomit-frame-pointer -fno-common    -o ekb_delete ekb_delete.o ../lib/LEARN.a ../lib/CLAUSES.a ../lib/ORDERINGS.a ../lib/TERMS.a ../lib/INOUT.a ../lib/BASICS.a ../lib/CONTRIB.a -lm
- gcc -O03 -fomit-frame-pointer -fno-common    -o edpll edpll.o ../lib/PROPOSITIONAL.a ../lib/CLAUSES.a ../lib/ORDERINGS.a ../lib/TERMS.a ../lib/INOUT.a ../lib/BASICS.a ../lib/CONTRIB.a -lm
- gcc -O03 -fomit-frame-pointer -fno-common    -o epclanalyse epclanalyse.o ../lib/PCL2.a ../lib/HEURISTICS.a ../lib/CLAUSES.a ../lib/ORDERINGS.a ../lib/TERMS.a ../lib/INOUT.a ../lib/BASICS.a ../lib/CONTRIB.a -lm
- gcc -O03 -fomit-frame-pointer -fno-common    -o eground eground.o ../lib/HEURISTICS.a ../lib/CLAUSES.a ../lib/ORDERINGS.a ../lib/TERMS.a ../lib/INOUT.a ../lib/BASICS.a ../lib/CONTRIB.a -lm
- gcc -O03 -fomit-frame-pointer -fno-common    -o ekb_ginsert ekb_ginsert.o ../lib/PCL2.a ../lib/LEARN.a ../lib/CLAUSES.a ../lib/ORDERINGS.a ../lib/TERMS.a ../lib/INOUT.a ../lib/BASICS.a ../lib/CONTRIB.a -lm
- gcc -O03 -fomit-frame-pointer -fno-common    -o epcllemma epcllemma.o ../lib/PCL2.a ../lib/HEURISTICS.a ../lib/CLAUSES.a ../lib/ORDERINGS.a ../lib/TERMS.a ../lib/INOUT.a ../lib/BASICS.a ../lib/CONTRIB.a -lm
- gcc -O03 -fomit-frame-pointer -fno-common    -o classify_problem classify_problem.o ../lib/CONTROL.a ../lib/HEURISTICS.a ../lib/CLAUSES.a ../lib/ORDERINGS.a ../lib/TERMS.a ../lib/INOUT.a ../lib/BASICS.a ../lib/CONTRIB.a -lm
- gcc -O03 -fomit-frame-pointer -fno-common    -o enormalizer enormalizer.o ../lib/HEURISTICS.a ../lib/CLAUSES.a ../lib/ORDERINGS.a ../lib/TERMS.a ../lib/INOUT.a ../lib/BASICS.a ../lib/CONTRIB.a -lm
- gcc -O03 -fomit-frame-pointer -fno-common    -o e_axfilter e_axfilter.o ../lib/CONTROL.a ../lib/HEURISTICS.a ../lib/CLAUSES.a ../lib/ORDERINGS.a ../lib/TERMS.a ../lib/INOUT.a ../lib/BASICS.a ../lib/CONTRIB.a -lm
- eprover.c: In function 'main':
- eprover.c:729:28: warning: 'sched_idx' may be used uninitialized [-Wmaybe-uninitialized]
-   729 |    if((strategy_scheduling && sched_idx != -1) || auto_conf)
-       |       ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
- eprover.c:548:8: note: 'sched_idx' was declared here
-   548 |    int sched_idx;
-       |        ^~~~~~~~~
- gcc -O03 -fomit-frame-pointer -fno-common    -o eprover eprover.o ../lib/CONTROL.a ../lib/HEURISTICS.a ../lib/LEARN.a ../lib/CLAUSES.a ../lib/ORDERINGS.a ../lib/TERMS.a ../lib/INOUT.a ../lib/BASICS.a  ../lib/CONTRIB.a -lm
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/PROVER'
-> compiled  eprover.3.1
Processing  6/6: [eprover: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/eprover.3.1)
- sh -c 'mkdir -p /home/opam/.opam/5.1/bin'
- sh -c 'development_tools/e_install PROVER/eprover /home/opam/.opam/5.1/bin'
- sh -c 'development_tools/e_install PROVER/eprover-ho     /home/opam/.opam/5.1/bin'
- sh -c 'development_tools/e_install PROVER/epclextract    /home/opam/.opam/5.1/bin'
- sh -c 'development_tools/e_install PROVER/e_stratpar     /home/opam/.opam/5.1/bin'
- sh -c 'development_tools/e_install PROVER/eground        /home/opam/.opam/5.1/bin'
- sh -c 'development_tools/e_install PROVER/e_ltb_runner   /home/opam/.opam/5.1/bin'
- sh -c 'development_tools/e_install PROVER/e_deduction_server /home/opam/.opam/5.1/bin'
- sh -c 'development_tools/e_install PROVER/e_axfilter     /home/opam/.opam/5.1/bin'
- sh -c 'development_tools/e_install PROVER/checkproof     /home/opam/.opam/5.1/bin'
- sh -c 'development_tools/e_install PROVER/ekb_create     /home/opam/.opam/5.1/bin'
- sh -c 'development_tools/e_install PROVER/ekb_delete     /home/opam/.opam/5.1/bin'
- sh -c 'development_tools/e_install PROVER/ekb_ginsert    /home/opam/.opam/5.1/bin'
- sh -c 'development_tools/e_install PROVER/ekb_insert     /home/opam/.opam/5.1/bin'
- sh -c 'development_tools/e_install CONTRIB/picosat-965/picosat /home/opam/.opam/5.1/bin'
- sh -c 'mkdir -p /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/DOC/man'
- sh -c 'development_tools/e_install DOC/man/eprover.1      /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/DOC/man'
- DOC/man/eprover.1 and /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/DOC/man/eprover.1 are already equal
- sh -c 'development_tools/e_install DOC/man/epclextract.1  /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/DOC/man'
- DOC/man/epclextract.1 and /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/DOC/man/epclextract.1 are already equal
- sh -c 'development_tools/e_install DOC/man/e_stratpar.1   /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/DOC/man'
- DOC/man/e_stratpar.1 and /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/DOC/man/e_stratpar.1 are already equal
- sh -c 'development_tools/e_install DOC/man/eground.1      /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/DOC/man'
- DOC/man/eground.1 and /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/DOC/man/eground.1 are already equal
- sh -c 'development_tools/e_install DOC/man/e_ltb_runner.1 /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/DOC/man'
- DOC/man/e_ltb_runner.1 and /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/DOC/man/e_ltb_runner.1 are already equal
- sh -c 'development_tools/e_install DOC/man/e_deduction_server.1 /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/DOC/man'
- DOC/man/e_deduction_server.1 and /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/DOC/man/e_deduction_server.1 are already equal
- sh -c 'development_tools/e_install DOC/man/e_axfilter.1   /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/DOC/man'
- DOC/man/e_axfilter.1 and /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/DOC/man/e_axfilter.1 are already equal
- sh -c 'development_tools/e_install DOC/man/checkproof.1   /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/DOC/man'
- DOC/man/checkproof.1 and /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/DOC/man/checkproof.1 are already equal
- sh -c 'development_tools/e_install DOC/man/ekb_create.1   /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/DOC/man'
- DOC/man/ekb_create.1 and /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/DOC/man/ekb_create.1 are already equal
- sh -c 'development_tools/e_install DOC/man/ekb_delete.1   /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/DOC/man'
- DOC/man/ekb_delete.1 and /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/DOC/man/ekb_delete.1 are already equal
- sh -c 'development_tools/e_install DOC/man/ekb_ginsert.1  /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/DOC/man'
- DOC/man/ekb_ginsert.1 and /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/DOC/man/ekb_ginsert.1 are already equal
- sh -c 'development_tools/e_install DOC/man/ekb_insert.1   /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/DOC/man'
- DOC/man/ekb_insert.1 and /home/opam/.opam/5.1/.opam-switch/build/eprover.3.1/DOC/man/ekb_insert.1 are already equal
-> installed eprover.3.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-08-27 19:53.55 ---> saved as "eaee0518e659fc5f2470e74454d9212bb2c99a5cbbfdde3a595fa9916b2396f3"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u eprover:51fc9d94251cfad1955e67cfc4631484,conf-gcc:d41d8cd98f00b204e9800998ecf8427e"))
2024-08-27 19:53.58 ---> saved as "6ebe5e866a5b23200b31df68828456e25d390891aad3c7210c9c65d2047f3ddd"

/home/opam: (run (network host)
                 (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
                 (shell "(echo '0.003269') && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-gcc/1.0,conf-gcc.1.0-d41d8cd98f00b204e9800998ecf8427e,conf-gcc.1.0 prep/universes/51fc9d94251cfad1955e67cfc4631484/eprover/3.1,eprover.3.1-51fc9d94251cfad1955e67cfc4631484,eprover.3.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-gcc/1.0,conf-gcc.1.0-d41d8cd98f00b204e9800998ecf8427e,conf-gcc.1.0 prep/universes/51fc9d94251cfad1955e67cfc4631484/eprover/3.1,eprover.3.1-51fc9d94251cfad1955e67cfc4631484,eprover.3.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 staging.docs.ci.ocamllabs.io:/data/.; done) && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-gcc/1.0,conf-gcc.1.0-d41d8cd98f00b204e9800998ecf8427e,conf-gcc.1.0 prep/universes/51fc9d94251cfad1955e67cfc4631484/eprover/3.1,eprover.3.1-51fc9d94251cfad1955e67cfc4631484,eprover.3.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.003269
prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-gcc/1.0/opam
prep/universes/51fc9d94251cfad1955e67cfc4631484/eprover/3.1/opam
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
HASHES:conf-gcc.1.0-d41d8cd98f00b204e9800998ecf8427e:a6e7fe402b7a5d5c8df5e7701afbdf83ea398eeb3c5817fb454d7d0959caf30b
HASHES:eprover.3.1-51fc9d94251cfad1955e67cfc4631484:3975327ac6f632b85e461daead06b4460bae026b79ce9b5b69e0e380702e36ed
2024-08-27 19:54.01 ---> saved as "f11da6e30a86d812db9d6e731bf6404a2b668455d6b47b43049eacd49f2664b1"
Job succeeded
2024-08-27 19:54.17: eprover.3.1-51fc9d94251cfad1955e67cfc4631484 -> 3975327ac6f632b85e461daead06b4460bae026b79ce9b5b69e0e380702e36ed
2024-08-27 19:54.17: conf-gcc.1.0-d41d8cd98f00b204e9800998ecf8427e -> a6e7fe402b7a5d5c8df5e7701afbdf83ea398eeb3c5817fb454d7d0959caf30b
2024-08-27 19:54.17: Job succeeded