>>> Building on exopi-1 under lang/scheme48 BDEPENDS = [devel/gmake] DIST = [lang/scheme48:scheme48-1.9.2.tgz] FULLPKGNAME = scheme48-1.9.2p0 Avoided depends for gmake-4.4.1 distfiles size=3951356 >>> Running patch in lang/scheme48 at 1713371795.73 ===> lang/scheme48 ===> Building from scratch scheme48-1.9.2p0 ===> scheme48-1.9.2p0 depends on: gmake-* -> gmake-4.4.1 ===> Verifying specs: c m pthread ===> found c.100.0 m.10.1 pthread.27.1 ===> Checking files for scheme48-1.9.2p0 `/exopi-cvs/ports/distfiles/scheme48-1.9.2.tgz' is up to date. >> (SHA256) scheme48-1.9.2.tgz: OK ===> Extracting for scheme48-1.9.2p0 ===> Patching for scheme48-1.9.2p0 ===> Applying OpenBSD patch patch-Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix fake-stage. | |Index: Makefile.in |--- Makefile.in.orig |+++ Makefile.in -------------------------- Patching file Makefile.in using Plan A... Hunk #1 succeeded at 72. Hunk #2 succeeded at 470. Hunk #3 succeeded at 532. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in lang/scheme48 at 1713371797.13 ===> lang/scheme48 ===> Generating configure for scheme48-1.9.2p0 ===> Configuring for scheme48-1.9.2p0 Using /exopi-obj/pobj/scheme48-1.9.2/config.site (generated) configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc configure: loading site script /exopi-obj/pobj/scheme48-1.9.2/config.site checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking whether we must build a 32bit binary... no checking bits per byte... 8 checking size of void *... 8 checking for BIT_SUFFIX... 64 checking whether we are building a Universal Binary... no checking how to compile position independent code... -fPIC checking -rdynamic... yes checking LDFLAGS_VM... checking for library containing strerror... none required checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for inline keyword... yes checking for a BSD-compatible install... /exopi-obj/pobj/scheme48-1.9.2/bin/install -c checking for main in -lm... (cached) yes checking for main in -ldl... no checking for main in -lmld... no checking for main in -lnsl... no checking for main in -lgen... no checking for main in -lsocket... no checking for getpwnam in -lsun... no checking for RISC/OS POSIX library lossage checking for struct tm.tm_gmtoff... yes checking for an ANSI C-conforming const... (cached) yes checking for socklen_t... yes checking return type of signal handlers... (cached) void checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for uintptr_t... yes checking for uint16_t... yes checking for libgen.h... (cached) yes checking sys/timeb.h usability... no checking sys/timeb.h presence... no checking for sys/timeb.h... no checking posix/time.h usability... no checking posix/time.h presence... no checking for posix/time.h... no checking for sys/select.h... (cached) yes checking sysexits.h usability... yes checking sysexits.h presence... yes checking for sysexits.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for nl_langinfo... yes checking for gettimeofday... (cached) yes checking for ftime... no checking for select... (cached) yes checking for setitimer... (cached) yes checking for sigaction... (cached) yes checking for execvpe... yes checking for poll.h... (cached) yes checking for poll... (cached) yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for dlopen... yes checking for socket... (cached) yes checking for chroot... (cached) yes checking for strerror... (cached) yes checking environ... using environ checking IEEE floating-point endianness... least first checking native-code compiler support... no checking for ld... cc checking compile and link flags for dynamic externals... -fPIC, -shared checking for pthread.h... (cached) yes checking Pthreads support... -pthread (compile) -pthread (link) checking -munaligned-doubles... no configure: creating ./config.status config.status: creating Makefile config.status: creating c/sysdep.h config.status: creating c/scheme48arch.h configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc >>> Running build in lang/scheme48 at 1713371806.97 ===> lang/scheme48 ===> Building for scheme48-1.9.2p0 cc -c -O2 -pipe -pthread -o c/main.o \ -DDEFAULT_IMAGE_NAME=\"/usr/local/lib/scheme48/scheme48.image\" \ -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" ./c/main.c cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/scheme48vm-64.o c/scheme48vm-64.c c/scheme48vm-64.c:253:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_12X == (Snumber_of_channelsS))) { ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:253:14: note: remove extraneous parentheses around the comparison to silence this warning if ((i_12X == (Snumber_of_channelsS))) { ~ ^ ~ c/scheme48vm-64.c:253:14: note: use '=' to turn this equality comparison into an assignment if ((i_12X == (Snumber_of_channelsS))) { ^~ = c/scheme48vm-64.c:262:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_13X == new_count_10X)) { ~~~~~~^~~~~~~~~~~~~~~~ c/scheme48vm-64.c:262:14: note: remove extraneous parentheses around the comparison to silence this warning if ((i_13X == new_count_10X)) { ~ ^ ~ c/scheme48vm-64.c:262:14: note: use '=' to turn this equality comparison into an assignment if ((i_13X == new_count_10X)) { ^~ = c/scheme48vm-64.c:293:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_18X == min_count_14X)) { ~~~~~~^~~~~~~~~~~~~~~~ c/scheme48vm-64.c:293:14: note: remove extraneous parentheses around the comparison to silence this warning if ((i_18X == min_count_14X)) { ~ ^ ~ c/scheme48vm-64.c:293:14: note: use '=' to turn this equality comparison into an assignment if ((i_18X == min_count_14X)) { ^~ = c/scheme48vm-64.c:574:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((state_50X == 0)) { ~~~~~~~~~~^~~~ c/scheme48vm-64.c:574:20: note: remove extraneous parentheses around the comparison to silence this warning if ((state_50X == 0)) { ~ ^ ~ c/scheme48vm-64.c:574:20: note: use '=' to turn this equality comparison into an assignment if ((state_50X == 0)) { ^~ = c/scheme48vm-64.c:599:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((state_50X == 1)) { ~~~~~~~~~~^~~~ c/scheme48vm-64.c:599:22: note: remove extraneous parentheses around the comparison to silence this warning if ((state_50X == 1)) { ~ ^ ~ c/scheme48vm-64.c:599:22: note: use '=' to turn this equality comparison into an assignment if ((state_50X == 1)) { ^~ = c/scheme48vm-64.c:602:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((state_50X == 2)) { ~~~~~~~~~~^~~~ c/scheme48vm-64.c:602:24: note: remove extraneous parentheses around the comparison to silence this warning if ((state_50X == 2)) { ~ ^ ~ c/scheme48vm-64.c:602:24: note: use '=' to turn this equality comparison into an assignment if ((state_50X == 2)) { ^~ = c/scheme48vm-64.c:605:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((state_50X == 3)) { ~~~~~~~~~~^~~~ c/scheme48vm-64.c:605:26: note: remove extraneous parentheses around the comparison to silence this warning if ((state_50X == 3)) { ~ ^ ~ c/scheme48vm-64.c:605:26: note: use '=' to turn this equality comparison into an assignment if ((state_50X == 3)) { ^~ = c/scheme48vm-64.c:608:28: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((state_50X == -2)) { ~~~~~~~~~~^~~~~ c/scheme48vm-64.c:608:28: note: remove extraneous parentheses around the comparison to silence this warning if ((state_50X == -2)) { ~ ^ ~ c/scheme48vm-64.c:608:28: note: use '=' to turn this equality comparison into an assignment if ((state_50X == -2)) { ^~ = c/scheme48vm-64.c:614:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((state_50X == -1)) { ~~~~~~~~~~^~~~~ c/scheme48vm-64.c:614:30: note: remove extraneous parentheses around the comparison to silence this warning if ((state_50X == -1)) { ~ ^ ~ c/scheme48vm-64.c:614:30: note: use '=' to turn this equality comparison into an assignment if ((state_50X == -1)) { ^~ = c/scheme48vm-64.c:731:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((channel_67X == (Spending_channels_headS))) { ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:731:22: note: remove extraneous parentheses around the comparison to silence this warning if ((channel_67X == (Spending_channels_headS))) { ~ ^ ~ c/scheme48vm-64.c:731:22: note: use '=' to turn this equality comparison into an assignment if ((channel_67X == (Spending_channels_headS))) { ^~ = c/scheme48vm-64.c:734:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((channel_67X == (Spending_channels_tailS))) { ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:734:24: note: remove extraneous parentheses around the comparison to silence this warning if ((channel_67X == (Spending_channels_tailS))) { ~ ^ ~ c/scheme48vm-64.c:734:24: note: use '=' to turn this equality comparison into an assignment if ((channel_67X == (Spending_channels_tailS))) { ^~ = c/scheme48vm-64.c:1142:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_149X == (-1 + log_size_155X))) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:1142:15: note: remove extraneous parentheses around the comparison to silence this warning if ((i_149X == (-1 + log_size_155X))) { ~ ^ ~ c/scheme48vm-64.c:1142:15: note: use '=' to turn this equality comparison into an assignment if ((i_149X == (-1 + log_size_155X))) { ^~ = c/scheme48vm-64.c:1160:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((addr_158X == NULL)) { ~~~~~~~~~~^~~~~~~ c/scheme48vm-64.c:1160:18: note: remove extraneous parentheses around the comparison to silence this warning if ((addr_158X == NULL)) { ~ ^ ~ c/scheme48vm-64.c:1160:18: note: use '=' to turn this equality comparison into an assignment if ((addr_158X == NULL)) { ^~ = c/scheme48vm-64.c:1214:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_173X == new_size_156X)) { ~~~~~~~^~~~~~~~~~~~~~~~ c/scheme48vm-64.c:1214:15: note: remove extraneous parentheses around the comparison to silence this warning if ((i_173X == new_size_156X)) { ~ ^ ~ c/scheme48vm-64.c:1214:15: note: use '=' to turn this equality comparison into an assignment if ((i_173X == new_size_156X)) { ^~ = c/scheme48vm-64.c:1264:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((addr_192X == NULL)) { ~~~~~~~~~~^~~~~~~ c/scheme48vm-64.c:1264:18: note: remove extraneous parentheses around the comparison to silence this warning if ((addr_192X == NULL)) { ~ ^ ~ c/scheme48vm-64.c:1264:18: note: use '=' to turn this equality comparison into an assignment if ((addr_192X == NULL)) { ^~ = c/scheme48vm-64.c:2415:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] { if (((ScontS) == (Sbottom_of_stackS))) { ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:2415:19: note: remove extraneous parentheses around the comparison to silence this warning { if (((ScontS) == (Sbottom_of_stackS))) { ~ ^ ~ c/scheme48vm-64.c:2415:19: note: use '=' to turn this equality comparison into an assignment { if (((ScontS) == (Sbottom_of_stackS))) { ^~ = c/scheme48vm-64.c:2427:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((cont_420X == (Sbottom_of_stackS))) { ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:2427:18: note: remove extraneous parentheses around the comparison to silence this warning if ((cont_420X == (Sbottom_of_stackS))) { ~ ^ ~ c/scheme48vm-64.c:2427:18: note: use '=' to turn this equality comparison into an assignment if ((cont_420X == (Sbottom_of_stackS))) { ^~ = c/scheme48vm-64.c:2578:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((len_455X == (PS_SHIFT_RIGHT_LOGICAL_INLINE((*((long *) (((char *) (-11 + s2_454X))))), 8)))) { ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:2578:19: note: remove extraneous parentheses around the comparison to silence this warning if ((len_455X == (PS_SHIFT_RIGHT_LOGICAL_INLINE((*((long *) (((char *) (-11 + s2_454X))))), 8)))) { ~ ^ ~ c/scheme48vm-64.c:2578:19: note: use '=' to turn this equality comparison into an assignment if ((len_455X == (PS_SHIFT_RIGHT_LOGICAL_INLINE((*((long *) (((char *) (-11 + s2_454X))))), 8)))) { ^~ = c/scheme48vm-64.c:2655:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((len_471X == (PS_SHIFT_RIGHT_LOGICAL_INLINE((*((long *) (((char *) (-11 + s2_470X))))), 8)))) { ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:2655:19: note: remove extraneous parentheses around the comparison to silence this warning if ((len_471X == (PS_SHIFT_RIGHT_LOGICAL_INLINE((*((long *) (((char *) (-11 + s2_470X))))), 8)))) { ~ ^ ~ c/scheme48vm-64.c:2655:19: note: use '=' to turn this equality comparison into an assignment if ((len_471X == (PS_SHIFT_RIGHT_LOGICAL_INLINE((*((long *) (((char *) (-11 + s2_470X))))), 8)))) { ^~ = c/scheme48vm-64.c:2852:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_511X == (Snumber_of_channelsS))) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:2852:15: note: remove extraneous parentheses around the comparison to silence this warning if ((i_511X == (Snumber_of_channelsS))) { ~ ^ ~ c/scheme48vm-64.c:2852:15: note: use '=' to turn this equality comparison into an assignment if ((i_511X == (Snumber_of_channelsS))) { ^~ = c/scheme48vm-64.c:2869:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_515X == (Snumber_of_channelsS))) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:2869:15: note: remove extraneous parentheses around the comparison to silence this warning if ((i_515X == (Snumber_of_channelsS))) { ~ ^ ~ c/scheme48vm-64.c:2869:15: note: use '=' to turn this equality comparison into an assignment if ((i_515X == (Snumber_of_channelsS))) { ^~ = c/scheme48vm-64.c:2894:28: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_519X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48vm-64.c:2894:28: note: remove extraneous parentheses around the comparison to silence this warning if ((status_519X == NO_ERRORS)) { ~ ^ ~ c/scheme48vm-64.c:2894:28: note: use '=' to turn this equality comparison into an assignment if ((status_519X == NO_ERRORS)) { ^~ = c/scheme48vm-64.c:3041:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((frame_528X == NULL)) { ~~~~~~~~~~~^~~~~~~ c/scheme48vm-64.c:3041:19: note: remove extraneous parentheses around the comparison to silence this warning if ((frame_528X == NULL)) { ~ ^ ~ c/scheme48vm-64.c:3041:19: note: use '=' to turn this equality comparison into an assignment if ((frame_528X == NULL)) { ^~ = c/scheme48vm-64.c:3050:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((frame_530X == NULL)) {s48_trace_external_calls();s48_initializing_gc_root(); ~~~~~~~~~~~^~~~~~~ c/scheme48vm-64.c:3050:19: note: remove extraneous parentheses around the comparison to silence this warning if ((frame_530X == NULL)) {s48_trace_external_calls();s48_initializing_gc_root(); ~ ^ ~ c/scheme48vm-64.c:3050:19: note: use '=' to turn this equality comparison into an assignment if ((frame_530X == NULL)) {s48_trace_external_calls();s48_initializing_gc_root(); ^~ = c/scheme48vm-64.c:3094:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_554X == length_529X)) { ~~~~~~~^~~~~~~~~~~~~~ c/scheme48vm-64.c:3094:15: note: remove extraneous parentheses around the comparison to silence this warning if ((i_554X == length_529X)) { ~ ^ ~ c/scheme48vm-64.c:3094:15: note: use '=' to turn this equality comparison into an assignment if ((i_554X == length_529X)) { ^~ = c/scheme48vm-64.c:3218:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((cont_574X == (Sbottom_of_stackS))) { ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:3218:18: note: remove extraneous parentheses around the comparison to silence this warning if ((cont_574X == (Sbottom_of_stackS))) { ~ ^ ~ c/scheme48vm-64.c:3218:18: note: use '=' to turn this equality comparison into an assignment if ((cont_574X == (Sbottom_of_stackS))) { ^~ = c/scheme48vm-64.c:3322:35: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] { if (((Sos_signal_ring_readyS) == (Sos_signal_ring_endS))) { ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:3322:35: note: remove extraneous parentheses around the comparison to silence this warning { if (((Sos_signal_ring_readyS) == (Sos_signal_ring_endS))) { ~ ^ ~ c/scheme48vm-64.c:3322:35: note: use '=' to turn this equality comparison into an assignment { if (((Sos_signal_ring_readyS) == (Sos_signal_ring_endS))) { ^~ = c/scheme48vm-64.c:3353:32: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((Sexternal_root_stackS) == current_base_602X)) { ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:3353:32: note: remove extraneous parentheses around the comparison to silence this warning if (((Sexternal_root_stackS) == current_base_602X)) { ~ ^ ~ c/scheme48vm-64.c:3353:32: note: use '=' to turn this equality comparison into an assignment if (((Sexternal_root_stackS) == current_base_602X)) { ^~ = c/scheme48vm-64.c:3415:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((Sos_signal_ring_startS) == (Sos_signal_ring_endS))) { ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:3415:33: note: remove extraneous parentheses around the comparison to silence this warning if (((Sos_signal_ring_startS) == (Sos_signal_ring_endS))) { ~ ^ ~ c/scheme48vm-64.c:3415:33: note: use '=' to turn this equality comparison into an assignment if (((Sos_signal_ring_startS) == (Sos_signal_ring_endS))) { ^~ = c/scheme48vm-64.c:3437:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((frame_609X == NULL)) { ~~~~~~~~~~~^~~~~~~ c/scheme48vm-64.c:3437:19: note: remove extraneous parentheses around the comparison to silence this warning if ((frame_609X == NULL)) { ~ ^ ~ c/scheme48vm-64.c:3437:19: note: use '=' to turn this equality comparison into an assignment if ((frame_609X == NULL)) { ^~ = c/scheme48vm-64.c:3446:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((x_610X == NULL)) { ~~~~~~~^~~~~~~ c/scheme48vm-64.c:3446:15: note: remove extraneous parentheses around the comparison to silence this warning if ((x_610X == NULL)) { ~ ^ ~ c/scheme48vm-64.c:3446:15: note: use '=' to turn this equality comparison into an assignment if ((x_610X == NULL)) { ^~ = c/scheme48vm-64.c:3504:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((type_615X == (Spending_event_types_headS))) { ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:3504:22: note: remove extraneous parentheses around the comparison to silence this warning if ((type_615X == (Spending_event_types_headS))) { ~ ^ ~ c/scheme48vm-64.c:3504:22: note: use '=' to turn this equality comparison into an assignment if ((type_615X == (Spending_event_types_headS))) { ^~ = c/scheme48vm-64.c:3507:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((type_615X == (Spending_event_types_tailS))) { ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:3507:24: note: remove extraneous parentheses around the comparison to silence this warning if ((type_615X == (Spending_event_types_tailS))) { ~ ^ ~ c/scheme48vm-64.c:3507:24: note: use '=' to turn this equality comparison into an assignment if ((type_615X == (Spending_event_types_tailS))) { ^~ = c/scheme48vm-64.c:3564:34: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] { if (((Sexternal_root_stackS) == (Sexternal_root_stack_baseS))) { ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:3564:34: note: remove extraneous parentheses around the comparison to silence this warning { if (((Sexternal_root_stackS) == (Sexternal_root_stack_baseS))) { ~ ^ ~ c/scheme48vm-64.c:3564:34: note: use '=' to turn this equality comparison into an assignment { if (((Sexternal_root_stackS) == (Sexternal_root_stack_baseS))) { ^~ = c/scheme48vm-64.c:3574:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] { if ((frame_624X == (Spermanent_external_rootsS))) { ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:3574:21: note: remove extraneous parentheses around the comparison to silence this warning { if ((frame_624X == (Spermanent_external_rootsS))) { ~ ^ ~ c/scheme48vm-64.c:3574:21: note: use '=' to turn this equality comparison into an assignment { if ((frame_624X == (Spermanent_external_rootsS))) { ^~ = c/scheme48vm-64.c:3581:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((next_625X == NULL)) { ~~~~~~~~~~^~~~~~~ c/scheme48vm-64.c:3581:20: note: remove extraneous parentheses around the comparison to silence this warning if ((next_625X == NULL)) { ~ ^ ~ c/scheme48vm-64.c:3581:20: note: use '=' to turn this equality comparison into an assignment if ((next_625X == NULL)) { ^~ = c/scheme48vm-64.c:3645:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((addr_638X == NULL)) { ~~~~~~~~~~^~~~~~~ c/scheme48vm-64.c:3645:18: note: remove extraneous parentheses around the comparison to silence this warning if ((addr_638X == NULL)) { ~ ^ ~ c/scheme48vm-64.c:3645:18: note: use '=' to turn this equality comparison into an assignment if ((addr_638X == NULL)) { ^~ = c/scheme48vm-64.c:3868:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((addr_679X == NULL)) { ~~~~~~~~~~^~~~~~~ c/scheme48vm-64.c:3868:18: note: remove extraneous parentheses around the comparison to silence this warning if ((addr_679X == NULL)) { ~ ^ ~ c/scheme48vm-64.c:3868:18: note: use '=' to turn this equality comparison into an assignment if ((addr_679X == NULL)) { ^~ = c/scheme48vm-64.c:3927:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((addr_692X == NULL)) { ~~~~~~~~~~^~~~~~~ c/scheme48vm-64.c:3927:18: note: remove extraneous parentheses around the comparison to silence this warning if ((addr_692X == NULL)) { ~ ^ ~ c/scheme48vm-64.c:3927:18: note: use '=' to turn this equality comparison into an assignment if ((addr_692X == NULL)) { ^~ = c/scheme48vm-64.c:4002:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((addr_706X == NULL)) { ~~~~~~~~~~^~~~~~~ c/scheme48vm-64.c:4002:18: note: remove extraneous parentheses around the comparison to silence this warning if ((addr_706X == NULL)) { ~ ^ ~ c/scheme48vm-64.c:4002:18: note: use '=' to turn this equality comparison into an assignment if ((addr_706X == NULL)) { ^~ = c/scheme48vm-64.c:4061:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((addr_719X == NULL)) { ~~~~~~~~~~^~~~~~~ c/scheme48vm-64.c:4061:18: note: remove extraneous parentheses around the comparison to silence this warning if ((addr_719X == NULL)) { ~ ^ ~ c/scheme48vm-64.c:4061:18: note: use '=' to turn this equality comparison into an assignment if ((addr_719X == NULL)) { ^~ = c/scheme48vm-64.c:4136:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((addr_733X == NULL)) { ~~~~~~~~~~^~~~~~~ c/scheme48vm-64.c:4136:18: note: remove extraneous parentheses around the comparison to silence this warning if ((addr_733X == NULL)) { ~ ^ ~ c/scheme48vm-64.c:4136:18: note: use '=' to turn this equality comparison into an assignment if ((addr_733X == NULL)) { ^~ = c/scheme48vm-64.c:4195:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((addr_746X == NULL)) { ~~~~~~~~~~^~~~~~~ c/scheme48vm-64.c:4195:18: note: remove extraneous parentheses around the comparison to silence this warning if ((addr_746X == NULL)) { ~ ^ ~ c/scheme48vm-64.c:4195:18: note: use '=' to turn this equality comparison into an assignment if ((addr_746X == NULL)) { ^~ = c/scheme48vm-64.c:5383:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((cont_962X == (Sbottom_of_stackS))) { ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:5383:18: note: remove extraneous parentheses around the comparison to silence this warning if ((cont_962X == (Sbottom_of_stackS))) { ~ ^ ~ c/scheme48vm-64.c:5383:18: note: use '=' to turn this equality comparison into an assignment if ((cont_962X == (Sbottom_of_stackS))) { ^~ = c/scheme48vm-64.c:5410:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((mask_ptr_970X == mask_pointer_968X)) { ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:5410:22: note: remove extraneous parentheses around the comparison to silence this warning if ((mask_ptr_970X == mask_pointer_968X)) { ~ ^ ~ c/scheme48vm-64.c:5410:22: note: use '=' to turn this equality comparison into an assignment if ((mask_ptr_970X == mask_pointer_968X)) { ^~ = c/scheme48vm-64.c:5376:21: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference] ps_write_integer((*((long *) (((char *) 0)))), (stderr)); ^~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:5376:21: note: consider using __builtin_trap() or qualifying pointer with 'volatile' c/scheme48vm-64.c:5468:21: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference] ps_write_integer((*((long *) (((char *) 0)))), (stderr)); ^~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:5468:21: note: consider using __builtin_trap() or qualifying pointer with 'volatile' c/scheme48vm-64.c:5480:21: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference] ps_write_integer((*((long *) (((char *) 0)))), (stderr)); ^~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:5480:21: note: consider using __builtin_trap() or qualifying pointer with 'volatile' c/scheme48vm-64.c:5947:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((symbol_table_1056X == 1)) { ~~~~~~~~~~~~~~~~~~~^~~~ c/scheme48vm-64.c:5947:27: note: remove extraneous parentheses around the comparison to silence this warning if ((symbol_table_1056X == 1)) { ~ ^ ~ c/scheme48vm-64.c:5947:27: note: use '=' to turn this equality comparison into an assignment if ((symbol_table_1056X == 1)) { ^~ = c/scheme48vm-64.c:5958:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((maybe_1058X == 1)) {s48_collect(1); ~~~~~~~~~~~~^~~~ c/scheme48vm-64.c:5958:22: note: remove extraneous parentheses around the comparison to silence this warning if ((maybe_1058X == 1)) {s48_collect(1); ~ ^ ~ c/scheme48vm-64.c:5958:22: note: use '=' to turn this equality comparison into an assignment if ((maybe_1058X == 1)) {s48_collect(1); ^~ = c/scheme48vm-64.c:5960:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((maybe_1059X == 1)) { ~~~~~~~~~~~~^~~~ c/scheme48vm-64.c:5960:24: note: remove extraneous parentheses around the comparison to silence this warning if ((maybe_1059X == 1)) { ~ ^ ~ c/scheme48vm-64.c:5960:24: note: use '=' to turn this equality comparison into an assignment if ((maybe_1059X == 1)) { ^~ = c/scheme48vm-64.c:6007:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_1066X == n_1061X)) { ~~~~~~~~^~~~~~~~~~ c/scheme48vm-64.c:6007:16: note: remove extraneous parentheses around the comparison to silence this warning if ((i_1066X == n_1061X)) { ~ ^ ~ c/scheme48vm-64.c:6007:16: note: use '=' to turn this equality comparison into an assignment if ((i_1066X == n_1061X)) { ^~ = c/scheme48vm-64.c:6052:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((stack_1077X == NULL)) { ~~~~~~~~~~~~^~~~~~~ c/scheme48vm-64.c:6052:22: note: remove extraneous parentheses around the comparison to silence this warning if ((stack_1077X == NULL)) { ~ ^ ~ c/scheme48vm-64.c:6052:22: note: use '=' to turn this equality comparison into an assignment if ((stack_1077X == NULL)) { ^~ = c/scheme48vm-64.c:6078:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((a_1080X == (Sstack_endS))) {s48_make_availableAgc(24); ~~~~~~~~^~~~~~~~~~~~~~~~ c/scheme48vm-64.c:6078:16: note: remove extraneous parentheses around the comparison to silence this warning if ((a_1080X == (Sstack_endS))) {s48_make_availableAgc(24); ~ ^ ~ c/scheme48vm-64.c:6078:16: note: use '=' to turn this equality comparison into an assignment if ((a_1080X == (Sstack_endS))) {s48_make_availableAgc(24); ^~ = c/scheme48vm-64.c:6106:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((addr_1088X == NULL)) { ~~~~~~~~~~~^~~~~~~ c/scheme48vm-64.c:6106:21: note: remove extraneous parentheses around the comparison to silence this warning if ((addr_1088X == NULL)) { ~ ^ ~ c/scheme48vm-64.c:6106:21: note: use '=' to turn this equality comparison into an assignment if ((addr_1088X == NULL)) { ^~ = c/scheme48vm-64.c:6135:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((addr_1093X == NULL)) { ~~~~~~~~~~~^~~~~~~ c/scheme48vm-64.c:6135:19: note: remove extraneous parentheses around the comparison to silence this warning if ((addr_1093X == NULL)) { ~ ^ ~ c/scheme48vm-64.c:6135:19: note: use '=' to turn this equality comparison into an assignment if ((addr_1093X == NULL)) { ^~ = c/scheme48vm-64.c:8272:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((protocol_1148X == total_arg_count_1139X)) { ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:8272:27: note: remove extraneous parentheses around the comparison to silence this warning if ((protocol_1148X == total_arg_count_1139X)) { ~ ^ ~ c/scheme48vm-64.c:8272:27: note: use '=' to turn this equality comparison into an assignment if ((protocol_1148X == total_arg_count_1139X)) { ^~ = c/scheme48vm-64.c:9734:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((stack_nargs_1323X == 0)) { ~~~~~~~~~~~~~~~~~~^~~~ c/scheme48vm-64.c:9734:30: note: remove extraneous parentheses around the comparison to silence this warning if ((stack_nargs_1323X == 0)) { ~ ^ ~ c/scheme48vm-64.c:9734:30: note: use '=' to turn this equality comparison into an assignment if ((stack_nargs_1323X == 0)) { ^~ = c/scheme48vm-64.c:9745:32: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((stack_nargs_1323X == 1)) { ~~~~~~~~~~~~~~~~~~^~~~ c/scheme48vm-64.c:9745:32: note: remove extraneous parentheses around the comparison to silence this warning if ((stack_nargs_1323X == 1)) { ~ ^ ~ c/scheme48vm-64.c:9745:32: note: use '=' to turn this equality comparison into an assignment if ((stack_nargs_1323X == 1)) { ^~ = c/scheme48vm-64.c:9774:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((x_1325X == 0)) { ~~~~~~~~^~~~ c/scheme48vm-64.c:9774:22: note: remove extraneous parentheses around the comparison to silence this warning if ((x_1325X == 0)) { ~ ^ ~ c/scheme48vm-64.c:9774:22: note: use '=' to turn this equality comparison into an assignment if ((x_1325X == 0)) { ^~ = c/scheme48vm-64.c:9785:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((x_1325X == 1)) { ~~~~~~~~^~~~ c/scheme48vm-64.c:9785:24: note: remove extraneous parentheses around the comparison to silence this warning if ((x_1325X == 1)) { ~ ^ ~ c/scheme48vm-64.c:9785:24: note: use '=' to turn this equality comparison into an assignment if ((x_1325X == 1)) { ^~ = c/scheme48vm-64.c:9809:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((arg2_1327X == x_1328X)) { ~~~~~~~~~~~^~~~~~~~~~ c/scheme48vm-64.c:9809:23: note: remove extraneous parentheses around the comparison to silence this warning if ((arg2_1327X == x_1328X)) { ~ ^ ~ c/scheme48vm-64.c:9809:23: note: use '=' to turn this equality comparison into an assignment if ((arg2_1327X == x_1328X)) { ^~ = c/scheme48vm-64.c:10119:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((arg2_1349X == y_1350X)) { ~~~~~~~~~~~^~~~~~~~~~ c/scheme48vm-64.c:10119:25: note: remove extraneous parentheses around the comparison to silence this warning if ((arg2_1349X == y_1350X)) { ~ ^ ~ c/scheme48vm-64.c:10119:25: note: use '=' to turn this equality comparison into an assignment if ((arg2_1349X == y_1350X)) { ^~ = c/scheme48vm-64.c:10919:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((arg2_1404X == x_1405X)) { ~~~~~~~~~~~^~~~~~~~~~ c/scheme48vm-64.c:10919:27: note: remove extraneous parentheses around the comparison to silence this warning if ((arg2_1404X == x_1405X)) { ~ ^ ~ c/scheme48vm-64.c:10919:27: note: use '=' to turn this equality comparison into an assignment if ((arg2_1404X == x_1405X)) { ^~ = c/scheme48vm-64.c:11243:29: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((addr_1445X == NULL)) { ~~~~~~~~~~~^~~~~~~ c/scheme48vm-64.c:11243:29: note: remove extraneous parentheses around the comparison to silence this warning if ((addr_1445X == NULL)) { ~ ^ ~ c/scheme48vm-64.c:11243:29: note: use '=' to turn this equality comparison into an assignment if ((addr_1445X == NULL)) { ^~ = c/scheme48vm-64.c:11377:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((addr_1460X == NULL)) { ~~~~~~~~~~~^~~~~~~ c/scheme48vm-64.c:11377:23: note: remove extraneous parentheses around the comparison to silence this warning if ((addr_1460X == NULL)) { ~ ^ ~ c/scheme48vm-64.c:11377:23: note: use '=' to turn this equality comparison into an assignment if ((addr_1460X == NULL)) { ^~ = c/scheme48vm-64.c:11406:29: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((addr_1464X == NULL)) { ~~~~~~~~~~~^~~~~~~ c/scheme48vm-64.c:11406:29: note: remove extraneous parentheses around the comparison to silence this warning if ((addr_1464X == NULL)) { ~ ^ ~ c/scheme48vm-64.c:11406:29: note: use '=' to turn this equality comparison into an assignment if ((addr_1464X == NULL)) { ^~ = c/scheme48vm-64.c:11542:31: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((addr_1479X == NULL)) { ~~~~~~~~~~~^~~~~~~ c/scheme48vm-64.c:11542:31: note: remove extraneous parentheses around the comparison to silence this warning if ((addr_1479X == NULL)) { ~ ^ ~ c/scheme48vm-64.c:11542:31: note: use '=' to turn this equality comparison into an assignment if ((addr_1479X == NULL)) { ^~ = c/scheme48vm-64.c:11584:31: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((addr_1485X == NULL)) { ~~~~~~~~~~~^~~~~~~ c/scheme48vm-64.c:11584:31: note: remove extraneous parentheses around the comparison to silence this warning if ((addr_1485X == NULL)) { ~ ^ ~ c/scheme48vm-64.c:11584:31: note: use '=' to turn this equality comparison into an assignment if ((addr_1485X == NULL)) { ^~ = c/scheme48vm-64.c:11955:31: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_1526X == NO_ERRORS)) { ~~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48vm-64.c:11955:31: note: remove extraneous parentheses around the comparison to silence this warning if ((status_1526X == NO_ERRORS)) { ~ ^ ~ c/scheme48vm-64.c:11955:31: note: use '=' to turn this equality comparison into an assignment if ((status_1526X == NO_ERRORS)) { ^~ = c/scheme48vm-64.c:12035:39: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_1540X == NO_ERRORS)) { ~~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48vm-64.c:12035:39: note: remove extraneous parentheses around the comparison to silence this warning if ((status_1540X == NO_ERRORS)) { ~ ^ ~ c/scheme48vm-64.c:12035:39: note: use '=' to turn this equality comparison into an assignment if ((status_1540X == NO_ERRORS)) { ^~ = c/scheme48vm-64.c:12122:31: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_1551X == NO_ERRORS)) { ~~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48vm-64.c:12122:31: note: remove extraneous parentheses around the comparison to silence this warning if ((status_1551X == NO_ERRORS)) { ~ ^ ~ c/scheme48vm-64.c:12122:31: note: use '=' to turn this equality comparison into an assignment if ((status_1551X == NO_ERRORS)) { ^~ = c/scheme48vm-64.c:12162:32: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((channel_1553X == head_1554X)) { ~~~~~~~~~~~~~~^~~~~~~~~~~~~ c/scheme48vm-64.c:12162:32: note: remove extraneous parentheses around the comparison to silence this warning if ((channel_1553X == head_1554X)) { ~ ^ ~ c/scheme48vm-64.c:12162:32: note: use '=' to turn this equality comparison into an assignment if ((channel_1553X == head_1554X)) { ^~ = c/scheme48vm-64.c:12568:37: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_1599X == NO_ERRORS)) { ~~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48vm-64.c:12568:37: note: remove extraneous parentheses around the comparison to silence this warning if ((status_1599X == NO_ERRORS)) { ~ ^ ~ c/scheme48vm-64.c:12568:37: note: use '=' to turn this equality comparison into an assignment if ((status_1599X == NO_ERRORS)) { ^~ = c/scheme48vm-64.c:12570:39: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_1600X == NO_ERRORS)) { ~~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48vm-64.c:12570:39: note: remove extraneous parentheses around the comparison to silence this warning if ((status_1600X == NO_ERRORS)) { ~ ^ ~ c/scheme48vm-64.c:12570:39: note: use '=' to turn this equality comparison into an assignment if ((status_1600X == NO_ERRORS)) { ^~ = c/scheme48vm-64.c:12572:41: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_1601X == NO_ERRORS)) { ~~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48vm-64.c:12572:41: note: remove extraneous parentheses around the comparison to silence this warning if ((status_1601X == NO_ERRORS)) { ~ ^ ~ c/scheme48vm-64.c:12572:41: note: use '=' to turn this equality comparison into an assignment if ((status_1601X == NO_ERRORS)) { ^~ = c/scheme48vm-64.c:12574:43: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_1602X == NO_ERRORS)) { ~~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48vm-64.c:12574:43: note: remove extraneous parentheses around the comparison to silence this warning if ((status_1602X == NO_ERRORS)) { ~ ^ ~ c/scheme48vm-64.c:12574:43: note: use '=' to turn this equality comparison into an assignment if ((status_1602X == NO_ERRORS)) { ^~ = c/scheme48vm-64.c:12584:49: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((close_status_1603X == NO_ERRORS)) { ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48vm-64.c:12584:49: note: remove extraneous parentheses around the comparison to silence this warning if ((close_status_1603X == NO_ERRORS)) { ~ ^ ~ c/scheme48vm-64.c:12584:49: note: use '=' to turn this equality comparison into an assignment if ((close_status_1603X == NO_ERRORS)) { ^~ = c/scheme48vm-64.c:12592:47: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((close_status_1604X == NO_ERRORS)) { ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48vm-64.c:12592:47: note: remove extraneous parentheses around the comparison to silence this warning if ((close_status_1604X == NO_ERRORS)) { ~ ^ ~ c/scheme48vm-64.c:12592:47: note: use '=' to turn this equality comparison into an assignment if ((close_status_1604X == NO_ERRORS)) { ^~ = c/scheme48vm-64.c:13533:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((len_1710X == (PS_SHIFT_RIGHT_LOGICAL_INLINE((*((long *) (((char *) (-11 + x_1709X))))), 8)))) { ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:13533:30: note: remove extraneous parentheses around the comparison to silence this warning if ((len_1710X == (PS_SHIFT_RIGHT_LOGICAL_INLINE((*((long *) (((char *) (-11 + x_1709X))))), 8)))) { ~ ^ ~ c/scheme48vm-64.c:13533:30: note: use '=' to turn this equality comparison into an assignment if ((len_1710X == (PS_SHIFT_RIGHT_LOGICAL_INLINE((*((long *) (((char *) (-11 + x_1709X))))), 8)))) { ^~ = c/scheme48vm-64.c:13635:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((arg2_1716X == x_1719X)) { ~~~~~~~~~~~^~~~~~~~~~ c/scheme48vm-64.c:13635:27: note: remove extraneous parentheses around the comparison to silence this warning if ((arg2_1716X == x_1719X)) { ~ ^ ~ c/scheme48vm-64.c:13635:27: note: use '=' to turn this equality comparison into an assignment if ((arg2_1716X == x_1719X)) { ^~ = c/scheme48vm-64.c:13644:113: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((*((long *) ((((char *) (-3 + arg2_1716X))) + (88 + (PS_SHIFT_LEFT_INLINE(ec2_1720X, 3)))))) == x_1719X)) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ c/scheme48vm-64.c:13644:113: note: remove extraneous parentheses around the comparison to silence this warning if (((*((long *) ((((char *) (-3 + arg2_1716X))) + (88 + (PS_SHIFT_LEFT_INLINE(ec2_1720X, 3)))))) == x_1719X)) { ~ ^ ~ c/scheme48vm-64.c:13644:113: note: use '=' to turn this equality comparison into an assignment if (((*((long *) ((((char *) (-3 + arg2_1716X))) + (88 + (PS_SHIFT_LEFT_INLINE(ec2_1720X, 3)))))) == x_1719X)) { ^~ = c/scheme48vm-64.c:13669:28: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((rt1_1724X == arg2_1721X)) { ~~~~~~~~~~^~~~~~~~~~~~~ c/scheme48vm-64.c:13669:28: note: remove extraneous parentheses around the comparison to silence this warning if ((rt1_1724X == arg2_1721X)) { ~ ^ ~ c/scheme48vm-64.c:13669:28: note: use '=' to turn this equality comparison into an assignment if ((rt1_1724X == arg2_1721X)) { ^~ = c/scheme48vm-64.c:13676:114: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((*((long *) ((((char *) (-3 + rt1_1724X))) + (88 + (PS_SHIFT_LEFT_INLINE(ec2_1725X, 3)))))) == arg2_1721X)) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ c/scheme48vm-64.c:13676:114: note: remove extraneous parentheses around the comparison to silence this warning if (((*((long *) ((((char *) (-3 + rt1_1724X))) + (88 + (PS_SHIFT_LEFT_INLINE(ec2_1725X, 3)))))) == arg2_1721X)) { ~ ^ ~ c/scheme48vm-64.c:13676:114: note: use '=' to turn this equality comparison into an assignment if (((*((long *) ((((char *) (-3 + rt1_1724X))) + (88 + (PS_SHIFT_LEFT_INLINE(ec2_1725X, 3)))))) == arg2_1721X)) { ^~ = c/scheme48vm-64.c:13716:28: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((rt1_1732X == arg3_1728X)) { ~~~~~~~~~~^~~~~~~~~~~~~ c/scheme48vm-64.c:13716:28: note: remove extraneous parentheses around the comparison to silence this warning if ((rt1_1732X == arg3_1728X)) { ~ ^ ~ c/scheme48vm-64.c:13716:28: note: use '=' to turn this equality comparison into an assignment if ((rt1_1732X == arg3_1728X)) { ^~ = c/scheme48vm-64.c:13723:114: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((*((long *) ((((char *) (-3 + rt1_1732X))) + (88 + (PS_SHIFT_LEFT_INLINE(ec2_1733X, 3)))))) == arg3_1728X)) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ c/scheme48vm-64.c:13723:114: note: remove extraneous parentheses around the comparison to silence this warning if (((*((long *) ((((char *) (-3 + rt1_1732X))) + (88 + (PS_SHIFT_LEFT_INLINE(ec2_1733X, 3)))))) == arg3_1728X)) { ~ ^ ~ c/scheme48vm-64.c:13723:114: note: use '=' to turn this equality comparison into an assignment if (((*((long *) ((((char *) (-3 + rt1_1732X))) + (88 + (PS_SHIFT_LEFT_INLINE(ec2_1733X, 3)))))) == arg3_1728X)) { ^~ = c/scheme48vm-64.c:14475:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((addr_1823X == NULL)) { ~~~~~~~~~~~^~~~~~~ c/scheme48vm-64.c:14475:25: note: remove extraneous parentheses around the comparison to silence this warning if ((addr_1823X == NULL)) { ~ ^ ~ c/scheme48vm-64.c:14475:25: note: use '=' to turn this equality comparison into an assignment if ((addr_1823X == NULL)) { ^~ = c/scheme48vm-64.c:14520:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_1827X == 0)) { ~~~~~~~~^~~~ c/scheme48vm-64.c:14520:18: note: remove extraneous parentheses around the comparison to silence this warning if ((i_1827X == 0)) { ~ ^ ~ c/scheme48vm-64.c:14520:18: note: use '=' to turn this equality comparison into an assignment if ((i_1827X == 0)) { ^~ = c/scheme48vm-64.c:14531:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_1827X == 3)) { ~~~~~~~~^~~~ c/scheme48vm-64.c:14531:20: note: remove extraneous parentheses around the comparison to silence this warning if ((i_1827X == 3)) { ~ ^ ~ c/scheme48vm-64.c:14531:20: note: use '=' to turn this equality comparison into an assignment if ((i_1827X == 3)) { ^~ = c/scheme48vm-64.c:14534:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_1827X == 2)) { ~~~~~~~~^~~~ c/scheme48vm-64.c:14534:22: note: remove extraneous parentheses around the comparison to silence this warning if ((i_1827X == 2)) { ~ ^ ~ c/scheme48vm-64.c:14534:22: note: use '=' to turn this equality comparison into an assignment if ((i_1827X == 2)) { ^~ = c/scheme48vm-64.c:14537:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_1827X == 4)) { ~~~~~~~~^~~~ c/scheme48vm-64.c:14537:24: note: remove extraneous parentheses around the comparison to silence this warning if ((i_1827X == 4)) { ~ ^ ~ c/scheme48vm-64.c:14537:24: note: use '=' to turn this equality comparison into an assignment if ((i_1827X == 4)) { ^~ = c/scheme48vm-64.c:14551:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_1827X == 5)) { ~~~~~~~~^~~~ c/scheme48vm-64.c:14551:26: note: remove extraneous parentheses around the comparison to silence this warning if ((i_1827X == 5)) { ~ ^ ~ c/scheme48vm-64.c:14551:26: note: use '=' to turn this equality comparison into an assignment if ((i_1827X == 5)) { ^~ = c/scheme48vm-64.c:14559:28: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_1827X == 6)) { ~~~~~~~~^~~~ c/scheme48vm-64.c:14559:28: note: remove extraneous parentheses around the comparison to silence this warning if ((i_1827X == 6)) { ~ ^ ~ c/scheme48vm-64.c:14559:28: note: use '=' to turn this equality comparison into an assignment if ((i_1827X == 6)) { ^~ = c/scheme48vm-64.c:14585:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((tag_1839X == 0)) { ~~~~~~~~~~^~~~ c/scheme48vm-64.c:14585:18: note: remove extraneous parentheses around the comparison to silence this warning if ((tag_1839X == 0)) { ~ ^ ~ c/scheme48vm-64.c:14585:18: note: use '=' to turn this equality comparison into an assignment if ((tag_1839X == 0)) { ^~ = c/scheme48vm-64.c:14591:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((tag_1839X == 1)) { ~~~~~~~~~~^~~~ c/scheme48vm-64.c:14591:20: note: remove extraneous parentheses around the comparison to silence this warning if ((tag_1839X == 1)) { ~ ^ ~ c/scheme48vm-64.c:14591:20: note: use '=' to turn this equality comparison into an assignment if ((tag_1839X == 1)) { ^~ = c/scheme48vm-64.c:14614:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((tag_1839X == 2)) { ~~~~~~~~~~^~~~ c/scheme48vm-64.c:14614:22: note: remove extraneous parentheses around the comparison to silence this warning if ((tag_1839X == 2)) { ~ ^ ~ c/scheme48vm-64.c:14614:22: note: use '=' to turn this equality comparison into an assignment if ((tag_1839X == 2)) { ^~ = c/scheme48vm-64.c:14657:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((tag_1839X == 3)) { ~~~~~~~~~~^~~~ c/scheme48vm-64.c:14657:24: note: remove extraneous parentheses around the comparison to silence this warning if ((tag_1839X == 3)) { ~ ^ ~ c/scheme48vm-64.c:14657:24: note: use '=' to turn this equality comparison into an assignment if ((tag_1839X == 3)) { ^~ = c/scheme48vm-64.c:14662:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((tag_1839X == 4)) { ~~~~~~~~~~^~~~ c/scheme48vm-64.c:14662:26: note: remove extraneous parentheses around the comparison to silence this warning if ((tag_1839X == 4)) { ~ ^ ~ c/scheme48vm-64.c:14662:26: note: use '=' to turn this equality comparison into an assignment if ((tag_1839X == 4)) { ^~ = c/scheme48vm-64.c:14666:28: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((tag_1839X == 5)) { ~~~~~~~~~~^~~~ c/scheme48vm-64.c:14666:28: note: remove extraneous parentheses around the comparison to silence this warning if ((tag_1839X == 5)) { ~ ^ ~ c/scheme48vm-64.c:14666:28: note: use '=' to turn this equality comparison into an assignment if ((tag_1839X == 5)) { ^~ = c/scheme48vm-64.c:14722:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((tag_1839X == 6)) {push_exception_setupB(16, 1); ~~~~~~~~~~^~~~ c/scheme48vm-64.c:14722:30: note: remove extraneous parentheses around the comparison to silence this warning if ((tag_1839X == 6)) {push_exception_setupB(16, 1); ~ ^ ~ c/scheme48vm-64.c:14722:30: note: use '=' to turn this equality comparison into an assignment if ((tag_1839X == 6)) {push_exception_setupB(16, 1); ^~ = c/scheme48vm-64.c:14825:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((move_1888X == n_moves_1274X)) { ~~~~~~~~~~~^~~~~~~~~~~~~~~~ c/scheme48vm-64.c:14825:19: note: remove extraneous parentheses around the comparison to silence this warning if ((move_1888X == n_moves_1274X)) { ~ ^ ~ c/scheme48vm-64.c:14825:19: note: use '=' to turn this equality comparison into an assignment if ((move_1888X == n_moves_1274X)) { ^~ = c/scheme48vm-64.c:14839:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((move_1891X == n_moves_1276X)) { ~~~~~~~~~~~^~~~~~~~~~~~~~~~ c/scheme48vm-64.c:14839:19: note: remove extraneous parentheses around the comparison to silence this warning if ((move_1891X == n_moves_1276X)) { ~ ^ ~ c/scheme48vm-64.c:14839:19: note: use '=' to turn this equality comparison into an assignment if ((move_1891X == n_moves_1276X)) { ^~ = c/scheme48vm-64.c:14867:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((protocol_1901X == stack_arg_count_1897X)) { ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:14867:27: note: remove extraneous parentheses around the comparison to silence this warning if ((protocol_1901X == stack_arg_count_1897X)) { ~ ^ ~ c/scheme48vm-64.c:14867:27: note: use '=' to turn this equality comparison into an assignment if ((protocol_1901X == stack_arg_count_1897X)) { ^~ = c/scheme48vm-64.c:15431:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((nargs_1310X == (*((unsigned char *) ((((char *) (-3 + code_1309X))) + 1))))) { ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:15431:20: note: remove extraneous parentheses around the comparison to silence this warning if ((nargs_1310X == (*((unsigned char *) ((((char *) (-3 + code_1309X))) + 1))))) { ~ ^ ~ c/scheme48vm-64.c:15431:20: note: use '=' to turn this equality comparison into an assignment if ((nargs_1310X == (*((unsigned char *) ((((char *) (-3 + code_1309X))) + 1))))) { ^~ = c/scheme48vm-64.c:15440:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((nargs_1310X == (*((unsigned char *) ((((char *) (-3 + code_1309X))) + (-3 + (PS_SHIFT_RIGHT_LOGICAL_INLINE((*((long *) (((char *) (-11 + code_1309X))))), 8)))))))) { ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:15440:24: note: remove extraneous parentheses around the comparison to silence this warning if ((nargs_1310X == (*((unsigned char *) ((((char *) (-3 + code_1309X))) + (-3 + (PS_SHIFT_RIGHT_LOGICAL_INLINE((*((long *) (((char *) (-11 + code_1309X))))), 8)))))))) { ~ ^ ~ c/scheme48vm-64.c:15440:24: note: use '=' to turn this equality comparison into an assignment if ((nargs_1310X == (*((unsigned char *) ((((char *) (-3 + code_1309X))) + (-3 + (PS_SHIFT_RIGHT_LOGICAL_INLINE((*((long *) (((char *) (-11 + code_1309X))))), 8)))))))) { ^~ = c/scheme48vm-64.c:16196:28: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((value_2026X == x_2030X)) { ~~~~~~~~~~~~^~~~~~~~~~ c/scheme48vm-64.c:16196:28: note: remove extraneous parentheses around the comparison to silence this warning if ((value_2026X == x_2030X)) { ~ ^ ~ c/scheme48vm-64.c:16196:28: note: use '=' to turn this equality comparison into an assignment if ((value_2026X == x_2030X)) { ^~ = c/scheme48vm-64.c:16970:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((ch_2093X == channel_1553X)) { ~~~~~~~~~^~~~~~~~~~~~~~~~ c/scheme48vm-64.c:16970:19: note: remove extraneous parentheses around the comparison to silence this warning if ((ch_2093X == channel_1553X)) { ~ ^ ~ c/scheme48vm-64.c:16970:19: note: use '=' to turn this equality comparison into an assignment if ((ch_2093X == channel_1553X)) { ^~ = c/scheme48vm-64.c:16972:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((ch_2093X == y_2097X)) { ~~~~~~~~~^~~~~~~~~~ c/scheme48vm-64.c:16972:21: note: remove extraneous parentheses around the comparison to silence this warning if ((ch_2093X == y_2097X)) { ~ ^ ~ c/scheme48vm-64.c:16972:21: note: use '=' to turn this equality comparison into an assignment if ((ch_2093X == y_2097X)) { ^~ = c/scheme48vm-64.c:17022:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((proposal_1562X == (*((long *) ((((char *) (-3 + (Scurrent_threadS)))) + 24))))) { ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:17022:23: note: remove extraneous parentheses around the comparison to silence this warning if ((proposal_1562X == (*((long *) ((((char *) (-3 + (Scurrent_threadS)))) + 24))))) { ~ ^ ~ c/scheme48vm-64.c:17022:23: note: use '=' to turn this equality comparison into an assignment if ((proposal_1562X == (*((long *) ((((char *) (-3 + (Scurrent_threadS)))) + 24))))) { ^~ = c/scheme48vm-64.c:17051:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((verify_2110X == (*((long *) ((((char *) (-3 + stob_2107X))) + (PS_SHIFT_LEFT_INLINE((-4 & (*((long *) ((((char *) (-3 + log_1564X))) + (8 + (PS_SHIFT_LEFT_INLINE(i_2106X, 3))))))), 1))))))) { ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:17051:25: note: remove extraneous parentheses around the comparison to silence this warning if ((verify_2110X == (*((long *) ((((char *) (-3 + stob_2107X))) + (PS_SHIFT_LEFT_INLINE((-4 & (*((long *) ((((char *) (-3 + log_1564X))) + (8 + (PS_SHIFT_LEFT_INLINE(i_2106X, 3))))))), 1))))))) { ~ ^ ~ c/scheme48vm-64.c:17051:25: note: use '=' to turn this equality comparison into an assignment if ((verify_2110X == (*((long *) ((((char *) (-3 + stob_2107X))) + (PS_SHIFT_LEFT_INLINE((-4 & (*((long *) ((((char *) (-3 + log_1564X))) + (8 + (PS_SHIFT_LEFT_INLINE(i_2106X, 3))))))), 1))))))) { ^~ = c/scheme48vm-64.c:17052:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((verify_2110X == value_2109X)) { ~~~~~~~~~~~~~^~~~~~~~~~~~~~ c/scheme48vm-64.c:17052:27: note: remove extraneous parentheses around the comparison to silence this warning if ((verify_2110X == value_2109X)) { ~ ^ ~ c/scheme48vm-64.c:17052:27: note: use '=' to turn this equality comparison into an assignment if ((verify_2110X == value_2109X)) { ^~ = c/scheme48vm-64.c:17113:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((addr_2117X == NULL)) { ~~~~~~~~~~~^~~~~~~ c/scheme48vm-64.c:17113:23: note: remove extraneous parentheses around the comparison to silence this warning if ((addr_2117X == NULL)) { ~ ^ ~ c/scheme48vm-64.c:17113:23: note: use '=' to turn this equality comparison into an assignment if ((addr_2117X == NULL)) { ^~ = c/scheme48vm-64.c:17175:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((arg2_1578X == next_stob_2121X)) { ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:17175:21: note: remove extraneous parentheses around the comparison to silence this warning if ((arg2_1578X == next_stob_2121X)) { ~ ^ ~ c/scheme48vm-64.c:17175:21: note: use '=' to turn this equality comparison into an assignment if ((arg2_1578X == next_stob_2121X)) { ^~ = c/scheme48vm-64.c:17176:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((index_1582X == (*((long *) ((((char *) (-3 + log_1583X))) + (8 + (PS_SHIFT_LEFT_INLINE(i_2120X, 3)))))))) { ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:17176:24: note: remove extraneous parentheses around the comparison to silence this warning if ((index_1582X == (*((long *) ((((char *) (-3 + log_1583X))) + (8 + (PS_SHIFT_LEFT_INLINE(i_2120X, 3)))))))) { ~ ^ ~ c/scheme48vm-64.c:17176:24: note: use '=' to turn this equality comparison into an assignment if ((index_1582X == (*((long *) ((((char *) (-3 + log_1583X))) + (8 + (PS_SHIFT_LEFT_INLINE(i_2120X, 3)))))))) { ^~ = c/scheme48vm-64.c:17213:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((arg3_1585X == next_stob_2125X)) { ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:17213:21: note: remove extraneous parentheses around the comparison to silence this warning if ((arg3_1585X == next_stob_2125X)) { ~ ^ ~ c/scheme48vm-64.c:17213:21: note: use '=' to turn this equality comparison into an assignment if ((arg3_1585X == next_stob_2125X)) { ^~ = c/scheme48vm-64.c:17214:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((index_1590X == (*((long *) ((((char *) (-3 + log_1591X))) + (8 + (PS_SHIFT_LEFT_INLINE(i_2124X, 3)))))))) { ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:17214:24: note: remove extraneous parentheses around the comparison to silence this warning if ((index_1590X == (*((long *) ((((char *) (-3 + log_1591X))) + (8 + (PS_SHIFT_LEFT_INLINE(i_2124X, 3)))))))) { ~ ^ ~ c/scheme48vm-64.c:17214:24: note: use '=' to turn this equality comparison into an assignment if ((index_1590X == (*((long *) ((((char *) (-3 + log_1591X))) + (8 + (PS_SHIFT_LEFT_INLINE(i_2124X, 3)))))))) { ^~ = c/scheme48vm-64.c:17636:63: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((*((long *) (((char *) (-3 + head_2174X))))) == arg2_1714X)) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ c/scheme48vm-64.c:17636:63: note: remove extraneous parentheses around the comparison to silence this warning if (((*((long *) (((char *) (-3 + head_2174X))))) == arg2_1714X)) { ~ ^ ~ c/scheme48vm-64.c:17636:63: note: use '=' to turn this equality comparison into an assignment if (((*((long *) (((char *) (-3 + head_2174X))))) == arg2_1714X)) { ^~ = c/scheme48vm-64.c:17643:31: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((list_2175X == slow_2172X)) {push_exception_setupB(5, 1); ~~~~~~~~~~~^~~~~~~~~~~~~ c/scheme48vm-64.c:17643:31: note: remove extraneous parentheses around the comparison to silence this warning if ((list_2175X == slow_2172X)) {push_exception_setupB(5, 1); ~ ^ ~ c/scheme48vm-64.c:17643:31: note: use '=' to turn this equality comparison into an assignment if ((list_2175X == slow_2172X)) {push_exception_setupB(5, 1); ^~ = c/scheme48vm-64.c:17963:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_2200X == (PS_SHIFT_RIGHT_INLINE(p_2199X, 2)))) {push_exception_setupB(14, 2); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:17963:24: note: remove extraneous parentheses around the comparison to silence this warning if ((i_2200X == (PS_SHIFT_RIGHT_INLINE(p_2199X, 2)))) {push_exception_setupB(14, 2); ~ ^ ~ c/scheme48vm-64.c:17963:24: note: use '=' to turn this equality comparison into an assignment if ((i_2200X == (PS_SHIFT_RIGHT_INLINE(p_2199X, 2)))) {push_exception_setupB(14, 2); ^~ = c/scheme48vm-64.c:17997:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_2207X == (PS_SHIFT_RIGHT_INLINE(p_2206X, 2)))) {push_exception_setupB(14, 2); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:17997:24: note: remove extraneous parentheses around the comparison to silence this warning if ((i_2207X == (PS_SHIFT_RIGHT_INLINE(p_2206X, 2)))) {push_exception_setupB(14, 2); ~ ^ ~ c/scheme48vm-64.c:17997:24: note: use '=' to turn this equality comparison into an assignment if ((i_2207X == (PS_SHIFT_RIGHT_INLINE(p_2206X, 2)))) {push_exception_setupB(14, 2); ^~ = c/scheme48vm-64.c:18031:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_2212X == (PS_SHIFT_RIGHT_LOGICAL_INLINE((*((long *) (((char *) (-11 + b_2211X))))), 8)))) {push_exception_setupB(14, 2); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:18031:26: note: remove extraneous parentheses around the comparison to silence this warning if ((i_2212X == (PS_SHIFT_RIGHT_LOGICAL_INLINE((*((long *) (((char *) (-11 + b_2211X))))), 8)))) {push_exception_setupB(14, 2); ~ ^ ~ c/scheme48vm-64.c:18031:26: note: use '=' to turn this equality comparison into an assignment if ((i_2212X == (PS_SHIFT_RIGHT_LOGICAL_INLINE((*((long *) (((char *) (-11 + b_2211X))))), 8)))) {push_exception_setupB(14, 2); ^~ = c/scheme48vm-64.c:18115:28: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_2223X == l_2224X)) {push_exception_setupB(14, 2); ~~~~~~~~^~~~~~~~~~ c/scheme48vm-64.c:18115:28: note: remove extraneous parentheses around the comparison to silence this warning if ((i_2223X == l_2224X)) {push_exception_setupB(14, 2); ~ ^ ~ c/scheme48vm-64.c:18115:28: note: use '=' to turn this equality comparison into an assignment if ((i_2223X == l_2224X)) {push_exception_setupB(14, 2); ^~ = c/scheme48vm-64.c:18554:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((count_2280X == (stack_nargs_2282X + list_arg_count_2284X))) { ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:18554:20: note: remove extraneous parentheses around the comparison to silence this warning if ((count_2280X == (stack_nargs_2282X + list_arg_count_2284X))) { ~ ^ ~ c/scheme48vm-64.c:18554:20: note: use '=' to turn this equality comparison into an assignment if ((count_2280X == (stack_nargs_2282X + list_arg_count_2284X))) { ^~ = c/scheme48vm-64.c:18616:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((x_2287X == x_2287X)) { ~~~~~~~~^~~~~~~~~~ c/scheme48vm-64.c:18616:20: note: remove extraneous parentheses around the comparison to silence this warning if ((x_2287X == x_2287X)) { ~ ^ ~ c/scheme48vm-64.c:18616:20: note: use '=' to turn this equality comparison into an assignment if ((x_2287X == x_2287X)) { ^~ = c/scheme48vm-64.c:19178:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((len_2369X == (PS_SHIFT_RIGHT_LOGICAL_INLINE((*((long *) (((char *) (-11 + s2_2368X))))), 8)))) { ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:19178:20: note: remove extraneous parentheses around the comparison to silence this warning if ((len_2369X == (PS_SHIFT_RIGHT_LOGICAL_INLINE((*((long *) (((char *) (-11 + s2_2368X))))), 8)))) { ~ ^ ~ c/scheme48vm-64.c:19178:20: note: use '=' to turn this equality comparison into an assignment if ((len_2369X == (PS_SHIFT_RIGHT_LOGICAL_INLINE((*((long *) (((char *) (-11 + s2_2368X))))), 8)))) { ^~ = c/scheme48vm-64.c:19212:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_2376X == NO_ERRORS)) { ~~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48vm-64.c:19212:21: note: remove extraneous parentheses around the comparison to silence this warning if ((status_2376X == NO_ERRORS)) { ~ ^ ~ c/scheme48vm-64.c:19212:21: note: use '=' to turn this equality comparison into an assignment if ((status_2376X == NO_ERRORS)) { ^~ = c/scheme48vm-64.c:19238:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_2384X == NO_ERRORS)) { ~~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48vm-64.c:19238:33: note: remove extraneous parentheses around the comparison to silence this warning if ((status_2384X == NO_ERRORS)) { ~ ^ ~ c/scheme48vm-64.c:19238:33: note: use '=' to turn this equality comparison into an assignment if ((status_2384X == NO_ERRORS)) { ^~ = c/scheme48vm-64.c:19316:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((verify_2398X == (PS_SHIFT_LEFT_INLINE((*((unsigned char *) ((((char *) (-3 + stob_2395X))) + (PS_SHIFT_RIGHT_INLINE((*((long *) ((((char *) (-3 + log_2108X))) + (8 + (PS_SHIFT_LEFT_INLINE(i_2394X, 3)))))), 2))))), 2)))) { ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:19316:25: note: remove extraneous parentheses around the comparison to silence this warning if ((verify_2398X == (PS_SHIFT_LEFT_INLINE((*((unsigned char *) ((((char *) (-3 + stob_2395X))) + (PS_SHIFT_RIGHT_INLINE((*((long *) ((((char *) (-3 + log_2108X))) + (8 + (PS_SHIFT_LEFT_INLINE(i_2394X, 3)))))), 2))))), 2)))) { ~ ^ ~ c/scheme48vm-64.c:19316:25: note: use '=' to turn this equality comparison into an assignment if ((verify_2398X == (PS_SHIFT_LEFT_INLINE((*((unsigned char *) ((((char *) (-3 + stob_2395X))) + (PS_SHIFT_RIGHT_INLINE((*((long *) ((((char *) (-3 + log_2108X))) + (8 + (PS_SHIFT_LEFT_INLINE(i_2394X, 3)))))), 2))))), 2)))) { ^~ = c/scheme48vm-64.c:19317:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((verify_2398X == value_2397X)) { ~~~~~~~~~~~~~^~~~~~~~~~~~~~ c/scheme48vm-64.c:19317:27: note: remove extraneous parentheses around the comparison to silence this warning if ((verify_2398X == value_2397X)) { ~ ^ ~ c/scheme48vm-64.c:19317:27: note: use '=' to turn this equality comparison into an assignment if ((verify_2398X == value_2397X)) { ^~ = c/scheme48vm-64.c:19534:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_2417X == l_2420X)) { ~~~~~~~~^~~~~~~~~~ c/scheme48vm-64.c:19534:16: note: remove extraneous parentheses around the comparison to silence this warning if ((i_2417X == l_2420X)) { ~ ^ ~ c/scheme48vm-64.c:19534:16: note: use '=' to turn this equality comparison into an assignment if ((i_2417X == l_2420X)) { ^~ = c/scheme48vm-64.c:19713:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_2442X == l_2445X)) {push_exception_setupB(14, 2); ~~~~~~~~^~~~~~~~~~ c/scheme48vm-64.c:19713:16: note: remove extraneous parentheses around the comparison to silence this warning if ((i_2442X == l_2445X)) {push_exception_setupB(14, 2); ~ ^ ~ c/scheme48vm-64.c:19713:16: note: use '=' to turn this equality comparison into an assignment if ((i_2442X == l_2445X)) {push_exception_setupB(14, 2); ^~ = c/scheme48vm-64.c:20013:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_2480X == l_2224X)) {push_exception_setupB(14, 2); ~~~~~~~~^~~~~~~~~~ c/scheme48vm-64.c:20013:22: note: remove extraneous parentheses around the comparison to silence this warning if ((i_2480X == l_2224X)) {push_exception_setupB(14, 2); ~ ^ ~ c/scheme48vm-64.c:20013:22: note: use '=' to turn this equality comparison into an assignment if ((i_2480X == l_2224X)) {push_exception_setupB(14, 2); ^~ = c/scheme48vm-64.c:20177:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((Sos_signal_ring_readyS) == (Sos_signal_ring_startS))) { ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:20177:33: note: remove extraneous parentheses around the comparison to silence this warning if (((Sos_signal_ring_readyS) == (Sos_signal_ring_startS))) { ~ ^ ~ c/scheme48vm-64.c:20177:33: note: use '=' to turn this equality comparison into an assignment if (((Sos_signal_ring_readyS) == (Sos_signal_ring_startS))) { ^~ = c/scheme48vm-64.c:20194:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_2500X == total_count_1866X)) { ~~~~~~~~^~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:20194:16: note: remove extraneous parentheses around the comparison to silence this warning if ((i_2500X == total_count_1866X)) { ~ ^ ~ c/scheme48vm-64.c:20194:16: note: use '=' to turn this equality comparison into an assignment if ((i_2500X == total_count_1866X)) { ^~ = c/scheme48vm-64.c:20213:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_2505X == total_count_1877X)) { ~~~~~~~~^~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:20213:16: note: remove extraneous parentheses around the comparison to silence this warning if ((i_2505X == total_count_1877X)) { ~ ^ ~ c/scheme48vm-64.c:20213:16: note: use '=' to turn this equality comparison into an assignment if ((i_2505X == total_count_1877X)) { ^~ = c/scheme48vm-64.c:20264:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((count_1961X == stack_nargs_2517X)) { ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:20264:20: note: remove extraneous parentheses around the comparison to silence this warning if ((count_1961X == stack_nargs_2517X)) { ~ ^ ~ c/scheme48vm-64.c:20264:20: note: use '=' to turn this equality comparison into an assignment if ((count_1961X == stack_nargs_2517X)) { ^~ = c/scheme48vm-64.c:21028:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_2646X == NO_ERRORS)) {push_exception_setupB(reason_2562X, 1); ~~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48vm-64.c:21028:21: note: remove extraneous parentheses around the comparison to silence this warning if ((status_2646X == NO_ERRORS)) {push_exception_setupB(reason_2562X, 1); ~ ^ ~ c/scheme48vm-64.c:21028:21: note: use '=' to turn this equality comparison into an assignment if ((status_2646X == NO_ERRORS)) {push_exception_setupB(reason_2562X, 1); ^~ = c/scheme48vm-64.c:21058:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((verify_2652X == value_2651X)) { ~~~~~~~~~~~~~^~~~~~~~~~~~~~ c/scheme48vm-64.c:21058:23: note: remove extraneous parentheses around the comparison to silence this warning if ((verify_2652X == value_2651X)) { ~ ^ ~ c/scheme48vm-64.c:21058:23: note: use '=' to turn this equality comparison into an assignment if ((verify_2652X == value_2651X)) { ^~ = c/scheme48vm-64.c:21072:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((len_2657X == (PS_SHIFT_RIGHT_LOGICAL_INLINE((*((long *) (((char *) (-11 + s2_2656X))))), 8)))) { ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:21072:20: note: remove extraneous parentheses around the comparison to silence this warning if ((len_2657X == (PS_SHIFT_RIGHT_LOGICAL_INLINE((*((long *) (((char *) (-11 + s2_2656X))))), 8)))) { ~ ^ ~ c/scheme48vm-64.c:21072:20: note: use '=' to turn this equality comparison into an assignment if ((len_2657X == (PS_SHIFT_RIGHT_LOGICAL_INLINE((*((long *) (((char *) (-11 + s2_2656X))))), 8)))) { ^~ = c/scheme48vm-64.c:21136:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((verify_2673X == value_2672X)) { ~~~~~~~~~~~~~^~~~~~~~~~~~~~ c/scheme48vm-64.c:21136:23: note: remove extraneous parentheses around the comparison to silence this warning if ((verify_2673X == value_2672X)) { ~ ^ ~ c/scheme48vm-64.c:21136:23: note: use '=' to turn this equality comparison into an assignment if ((verify_2673X == value_2672X)) { ^~ = c/scheme48vm-64.c:21212:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((type_2688X == unused_type_2691X)) { ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:21212:21: note: remove extraneous parentheses around the comparison to silence this warning if ((type_2688X == unused_type_2691X)) { ~ ^ ~ c/scheme48vm-64.c:21212:21: note: use '=' to turn this equality comparison into an assignment if ((type_2688X == unused_type_2691X)) { ^~ = c/scheme48vm-64.c:21245:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((ScontS) == (top_of_args_2692X + (PS_SHIFT_LEFT_INLINE(nargs_1131X, 3))))) { ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:21245:17: note: remove extraneous parentheses around the comparison to silence this warning if (((ScontS) == (top_of_args_2692X + (PS_SHIFT_LEFT_INLINE(nargs_1131X, 3))))) { ~ ^ ~ c/scheme48vm-64.c:21245:17: note: use '=' to turn this equality comparison into an assignment if (((ScontS) == (top_of_args_2692X + (PS_SHIFT_LEFT_INLINE(nargs_1131X, 3))))) { ^~ = c/scheme48vm-64.c:21390:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((fast_2702X == slow_2704X)) { ~~~~~~~~~~~^~~~~~~~~~~~~ c/scheme48vm-64.c:21390:27: note: remove extraneous parentheses around the comparison to silence this warning if ((fast_2702X == slow_2704X)) { ~ ^ ~ c/scheme48vm-64.c:21390:27: note: use '=' to turn this equality comparison into an assignment if ((fast_2702X == slow_2704X)) { ^~ = c/scheme48vm-64.c:21460:29: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((marker_1127X == (*((long *) (((char *) (-3 + (*((long *) (((char *) (-3 + env_2707X)))))))))))) { ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:21460:29: note: remove extraneous parentheses around the comparison to silence this warning if ((marker_1127X == (*((long *) (((char *) (-3 + (*((long *) (((char *) (-3 + env_2707X)))))))))))) { ~ ^ ~ c/scheme48vm-64.c:21460:29: note: use '=' to turn this equality comparison into an assignment if ((marker_1127X == (*((long *) (((char *) (-3 + (*((long *) (((char *) (-3 + env_2707X)))))))))))) { ^~ = c/scheme48vm-64.c:21630:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((stob_1123X == next_stob_2723X)) { ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:21630:21: note: remove extraneous parentheses around the comparison to silence this warning if ((stob_1123X == next_stob_2723X)) { ~ ^ ~ c/scheme48vm-64.c:21630:21: note: use '=' to turn this equality comparison into an assignment if ((stob_1123X == next_stob_2723X)) { ^~ = c/scheme48vm-64.c:21631:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((index_1124X == (*((long *) ((((char *) (-3 + log_2721X))) + (8 + (PS_SHIFT_LEFT_INLINE(i_2722X, 3)))))))) { ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:21631:24: note: remove extraneous parentheses around the comparison to silence this warning if ((index_1124X == (*((long *) ((((char *) (-3 + log_2721X))) + (8 + (PS_SHIFT_LEFT_INLINE(i_2722X, 3)))))))) { ~ ^ ~ c/scheme48vm-64.c:21631:24: note: use '=' to turn this equality comparison into an assignment if ((index_1124X == (*((long *) ((((char *) (-3 + log_2721X))) + (8 + (PS_SHIFT_LEFT_INLINE(i_2722X, 3)))))))) { ^~ = c/scheme48vm-64.c:21674:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((stob_1120X == next_stob_2727X)) { ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:21674:21: note: remove extraneous parentheses around the comparison to silence this warning if ((stob_1120X == next_stob_2727X)) { ~ ^ ~ c/scheme48vm-64.c:21674:21: note: use '=' to turn this equality comparison into an assignment if ((stob_1120X == next_stob_2727X)) { ^~ = c/scheme48vm-64.c:21675:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((index_1121X == (*((long *) ((((char *) (-3 + log_2725X))) + (8 + (PS_SHIFT_LEFT_INLINE(i_2726X, 3)))))))) { ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:21675:24: note: remove extraneous parentheses around the comparison to silence this warning if ((index_1121X == (*((long *) ((((char *) (-3 + log_2725X))) + (8 + (PS_SHIFT_LEFT_INLINE(i_2726X, 3)))))))) { ~ ^ ~ c/scheme48vm-64.c:21675:24: note: use '=' to turn this equality comparison into an assignment if ((index_1121X == (*((long *) ((((char *) (-3 + log_2725X))) + (8 + (PS_SHIFT_LEFT_INLINE(i_2726X, 3)))))))) { ^~ = c/scheme48vm-64.c:21709:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((type_2729X == ALARM_EVENT)) { ~~~~~~~~~~~^~~~~~~~~~~~~~ c/scheme48vm-64.c:21709:19: note: remove extraneous parentheses around the comparison to silence this warning if ((type_2729X == ALARM_EVENT)) { ~ ^ ~ c/scheme48vm-64.c:21709:19: note: use '=' to turn this equality comparison into an assignment if ((type_2729X == ALARM_EVENT)) { ^~ = c/scheme48vm-64.c:21713:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((type_2729X == KEYBOARD_INTERRUPT_EVENT)) { ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:21713:21: note: remove extraneous parentheses around the comparison to silence this warning if ((type_2729X == KEYBOARD_INTERRUPT_EVENT)) { ~ ^ ~ c/scheme48vm-64.c:21713:21: note: use '=' to turn this equality comparison into an assignment if ((type_2729X == KEYBOARD_INTERRUPT_EVENT)) { ^~ = c/scheme48vm-64.c:21717:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((type_2729X == IO_COMPLETION_EVENT)) {enqueue_channelB(channel_2730X, status_2731X, 1); ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:21717:23: note: remove extraneous parentheses around the comparison to silence this warning if ((type_2729X == IO_COMPLETION_EVENT)) {enqueue_channelB(channel_2730X, status_2731X, 1); ~ ^ ~ c/scheme48vm-64.c:21717:23: note: use '=' to turn this equality comparison into an assignment if ((type_2729X == IO_COMPLETION_EVENT)) {enqueue_channelB(channel_2730X, status_2731X, 1); ^~ = c/scheme48vm-64.c:21721:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((type_2729X == IO_ERROR_EVENT)) {enqueue_channelB(channel_2730X, status_2731X, 5); ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:21721:25: note: remove extraneous parentheses around the comparison to silence this warning if ((type_2729X == IO_ERROR_EVENT)) {enqueue_channelB(channel_2730X, status_2731X, 5); ~ ^ ~ c/scheme48vm-64.c:21721:25: note: use '=' to turn this equality comparison into an assignment if ((type_2729X == IO_ERROR_EVENT)) {enqueue_channelB(channel_2730X, status_2731X, 5); ^~ = c/scheme48vm-64.c:21725:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((type_2729X == OS_SIGNAL_EVENT)) { ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:21725:27: note: remove extraneous parentheses around the comparison to silence this warning if ((type_2729X == OS_SIGNAL_EVENT)) { ~ ^ ~ c/scheme48vm-64.c:21725:27: note: use '=' to turn this equality comparison into an assignment if ((type_2729X == OS_SIGNAL_EVENT)) { ^~ = c/scheme48vm-64.c:21729:29: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((type_2729X == EXTERNAL_EVENT)) { ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:21729:29: note: remove extraneous parentheses around the comparison to silence this warning if ((type_2729X == EXTERNAL_EVENT)) { ~ ^ ~ c/scheme48vm-64.c:21729:29: note: use '=' to turn this equality comparison into an assignment if ((type_2729X == EXTERNAL_EVENT)) { ^~ = c/scheme48vm-64.c:21733:31: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((type_2729X == NO_EVENT)) { ~~~~~~~~~~~^~~~~~~~~~~ c/scheme48vm-64.c:21733:31: note: remove extraneous parentheses around the comparison to silence this warning if ((type_2729X == NO_EVENT)) { ~ ^ ~ c/scheme48vm-64.c:21733:31: note: use '=' to turn this equality comparison into an assignment if ((type_2729X == NO_EVENT)) { ^~ = c/scheme48vm-64.c:21737:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((type_2729X == ERROR_EVENT)) { ~~~~~~~~~~~^~~~~~~~~~~~~~ c/scheme48vm-64.c:21737:33: note: remove extraneous parentheses around the comparison to silence this warning if ((type_2729X == ERROR_EVENT)) { ~ ^ ~ c/scheme48vm-64.c:21737:33: note: use '=' to turn this equality comparison into an assignment if ((type_2729X == ERROR_EVENT)) { ^~ = c/scheme48vm-64.c:21783:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((type_2729X == NO_EVENT)) { ~~~~~~~~~~~^~~~~~~~~~~ c/scheme48vm-64.c:21783:19: note: remove extraneous parentheses around the comparison to silence this warning if ((type_2729X == NO_EVENT)) { ~ ^ ~ c/scheme48vm-64.c:21783:19: note: use '=' to turn this equality comparison into an assignment if ((type_2729X == NO_EVENT)) { ^~ = c/scheme48vm-64.c:21806:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((stack_arg_count_1117X == wants_stack_args_1116X)) { ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:21806:30: note: remove extraneous parentheses around the comparison to silence this warning if ((stack_arg_count_1117X == wants_stack_args_1116X)) { ~ ^ ~ c/scheme48vm-64.c:21806:30: note: use '=' to turn this equality comparison into an assignment if ((stack_arg_count_1117X == wants_stack_args_1116X)) { ^~ = c/scheme48vm-64.c:22172:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((cont_2766X == (Sbottom_of_stackS))) { ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:22172:19: note: remove extraneous parentheses around the comparison to silence this warning if ((cont_2766X == (Sbottom_of_stackS))) { ~ ^ ~ c/scheme48vm-64.c:22172:19: note: use '=' to turn this equality comparison into an assignment if ((cont_2766X == (Sbottom_of_stackS))) { ^~ = c/scheme48vm-64.c:22259:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((why_2783X == 1)) { ~~~~~~~~~~^~~~ c/scheme48vm-64.c:22259:18: note: remove extraneous parentheses around the comparison to silence this warning if ((why_2783X == 1)) { ~ ^ ~ c/scheme48vm-64.c:22259:18: note: use '=' to turn this equality comparison into an assignment if ((why_2783X == 1)) { ^~ = c/scheme48vm-64.c:22302:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_2785X == count_1106X)) { ~~~~~~~~^~~~~~~~~~~~~~ c/scheme48vm-64.c:22302:16: note: remove extraneous parentheses around the comparison to silence this warning if ((i_2785X == count_1106X)) { ~ ^ ~ c/scheme48vm-64.c:22302:16: note: use '=' to turn this equality comparison into an assignment if ((i_2785X == count_1106X)) { ^~ = c/scheme48vm-64.c:22314:59: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((*((long *) (((char *) (-3 + next_2786X))))) == code_vector_1107X)) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:22314:59: note: remove extraneous parentheses around the comparison to silence this warning if (((*((long *) (((char *) (-3 + next_2786X))))) == code_vector_1107X)) { ~ ^ ~ c/scheme48vm-64.c:22314:59: note: use '=' to turn this equality comparison into an assignment if (((*((long *) (((char *) (-3 + next_2786X))))) == code_vector_1107X)) { ^~ = c/scheme48vm-64.c:22540:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_2796X == startup_vector_length_2791X)) {s48_make_availableAgc((PS_SHIFT_LEFT_INLINE((((1 + startup_vector_length_2791X) + startup_vector_length_2791X) + (PS_SHIFT_RIGHT_INLINE((7 + count_2797X), 3))), 3))); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:22540:16: note: remove extraneous parentheses around the comparison to silence this warning if ((i_2796X == startup_vector_length_2791X)) {s48_make_availableAgc((PS_SHIFT_LEFT_INLINE((((1 + startup_vector_length_2791X) + startup_vector_length_2791X) + (PS_SHIFT_RIGHT_INLINE((7 + count_2797X), 3))), 3))); ~ ^ ~ c/scheme48vm-64.c:22540:16: note: use '=' to turn this equality comparison into an assignment if ((i_2796X == startup_vector_length_2791X)) {s48_make_availableAgc((PS_SHIFT_LEFT_INLINE((((1 + startup_vector_length_2791X) + startup_vector_length_2791X) + (PS_SHIFT_RIGHT_INLINE((7 + count_2797X), 3))), 3))); ^~ = c/scheme48vm-64.c:22553:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_2801X == startup_vector_length_2791X)) { ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48vm-64.c:22553:16: note: remove extraneous parentheses around the comparison to silence this warning if ((i_2801X == startup_vector_length_2791X)) { ~ ^ ~ c/scheme48vm-64.c:22553:16: note: use '=' to turn this equality comparison into an assignment if ((i_2801X == startup_vector_length_2791X)) { ^~ = 164 warnings generated. cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/extension.o c/extension.c cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/free.o c/free.c c/free.c:134:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void mul10(x) Bignum *x; { ^ c/free.c:145:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void big_short_mul(x, y, z) Bignum *x, *z; Bigit y; { ^ c/free.c:175:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void print_big(x) Bignum *x; { ^ c/free.c:188:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int estimate(n) int n; { ^ c/free.c:195:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void one_shift_left(y, z) int y; Bignum *z; { ^ c/free.c:207:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void short_shift_left(x, y, z) Bigit x; int y; Bignum *z; { ^ c/free.c:227:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void big_shift_left(x, y, z) Bignum *x, *z; int y; { ^ c/free.c:250:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int big_comp(x, y) Bignum *x, *y; { ^ c/free.c:270:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int sub_big(x, y, z) Bignum *x, *y, *z; { ^ c/free.c:297:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void add_big(x, y, z) Bignum *x, *y, *z; { ^ c/free.c:392:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int s48_dragon(buf, v) char *buf; double v; { ^ 11 warnings generated. cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/double_to_string.o c/double_to_string.c cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/bignum.o c/bignum.c cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/ffi.o c/ffi.c cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/external.o c/external.c c/external.c:1538:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ c/external.c:1556:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ c/external.c:1586:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ c/external.c:1610:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ 4 warnings generated. cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/external-lib.o c/external-lib.c cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/external-init.o c/external-init.c cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/init.o c/init.c cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/scheme48-bibop-heap-64.o c/scheme48-bibop-heap-64.c c/scheme48-bibop-heap-64.c:142:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((key_1X == next_5X)) { ~~~~~~~^~~~~~~~~~ c/scheme48-bibop-heap-64.c:142:15: note: remove extraneous parentheses around the comparison to silence this warning if ((key_1X == next_5X)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:142:15: note: use '=' to turn this equality comparison into an assignment if ((key_1X == next_5X)) { ^~ = c/scheme48-bibop-heap-64.c:146:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_4X == (table_0X->size))) { ~~~~~^~~~~~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:146:17: note: remove extraneous parentheses around the comparison to silence this warning if ((i_4X == (table_0X->size))) { ~ ^ ~ c/scheme48-bibop-heap-64.c:146:17: note: use '=' to turn this equality comparison into an assignment if ((i_4X == (table_0X->size))) { ^~ = c/scheme48-bibop-heap-64.c:203:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((thing_18X == NULL)) { ~~~~~~~~~~^~~~~~~ c/scheme48-bibop-heap-64.c:203:18: note: remove extraneous parentheses around the comparison to silence this warning if ((thing_18X == NULL)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:203:18: note: use '=' to turn this equality comparison into an assignment if ((thing_18X == NULL)) { ^~ = c/scheme48-bibop-heap-64.c:259:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:259:23: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:259:23: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:301:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((key_26X == next_31X)) { ~~~~~~~~^~~~~~~~~~~ c/scheme48-bibop-heap-64.c:301:16: note: remove extraneous parentheses around the comparison to silence this warning if ((key_26X == next_31X)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:301:16: note: use '=' to turn this equality comparison into an assignment if ((key_26X == next_31X)) { ^~ = c/scheme48-bibop-heap-64.c:306:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_30X == (table_25X->size))) { ~~~~~~^~~~~~~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:306:18: note: remove extraneous parentheses around the comparison to silence this warning if ((i_30X == (table_25X->size))) { ~ ^ ~ c/scheme48-bibop-heap-64.c:306:18: note: use '=' to turn this equality comparison into an assignment if ((i_30X == (table_25X->size))) { ^~ = c/scheme48-bibop-heap-64.c:313:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((table_25X->count) == ((table_25X->size) / 3))) { ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:313:33: note: remove extraneous parentheses around the comparison to silence this warning if (((table_25X->count) == ((table_25X->size) / 3))) { ~ ^ ~ c/scheme48-bibop-heap-64.c:313:33: note: use '=' to turn this equality comparison into an assignment if (((table_25X->count) == ((table_25X->size) / 3))) { ^~ = c/scheme48-bibop-heap-64.c:361:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_40X == old_size_33X)) { ~~~~~~^~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:361:14: note: remove extraneous parentheses around the comparison to silence this warning if ((i_40X == old_size_33X)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:361:14: note: use '=' to turn this equality comparison into an assignment if ((i_40X == old_size_33X)) { ^~ = c/scheme48-bibop-heap-64.c:382:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_43X == new_size_36X)) { ~~~~~~^~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:382:16: note: remove extraneous parentheses around the comparison to silence this warning if ((i_43X == new_size_36X)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:382:16: note: use '=' to turn this equality comparison into an assignment if ((i_43X == new_size_36X)) { ^~ = c/scheme48-bibop-heap-64.c:495:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_54X == len_53X)) { ~~~~~~^~~~~~~~~~ c/scheme48-bibop-heap-64.c:495:14: note: remove extraneous parentheses around the comparison to silence this warning if ((i_54X == len_53X)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:495:14: note: use '=' to turn this equality comparison into an assignment if ((i_54X == len_53X)) { ^~ = c/scheme48-bibop-heap-64.c:502:92: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((*((long *) ((((char *) (-3 + vector_52X))) + (PS_SHIFT_LEFT_INLINE(i_54X, 3))))) == thing_46X)) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:502:92: note: remove extraneous parentheses around the comparison to silence this warning if (((*((long *) ((((char *) (-3 + vector_52X))) + (PS_SHIFT_LEFT_INLINE(i_54X, 3))))) == thing_46X)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:502:92: note: use '=' to turn this equality comparison into an assignment if (((*((long *) ((((char *) (-3 + vector_52X))) + (PS_SHIFT_LEFT_INLINE(i_54X, 3))))) == thing_46X)) { ^~ = c/scheme48-bibop-heap-64.c:790:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((mask_ptr_89X == mask_pointer_88X)) { ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:790:21: note: remove extraneous parentheses around the comparison to silence this warning if ((mask_ptr_89X == mask_pointer_88X)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:790:21: note: use '=' to turn this equality comparison into an assignment if ((mask_ptr_89X == mask_pointer_88X)) { ^~ = c/scheme48-bibop-heap-64.c:854:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((mask_ptr_105X == mask_pointer_104X)) { ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:854:22: note: remove extraneous parentheses around the comparison to silence this warning if ((mask_ptr_105X == mask_pointer_104X)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:854:22: note: use '=' to turn this equality comparison into an assignment if ((mask_ptr_105X == mask_pointer_104X)) { ^~ = c/scheme48-bibop-heap-64.c:1364:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_134X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1364:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_134X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1364:20: note: use '=' to turn this equality comparison into an assignment if ((status_134X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1366:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_135X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1366:22: note: remove extraneous parentheses around the comparison to silence this warning if ((status_135X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1366:22: note: use '=' to turn this equality comparison into an assignment if ((status_135X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1383:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_136X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1383:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_136X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1383:20: note: use '=' to turn this equality comparison into an assignment if ((status_136X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1397:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_139X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1397:22: note: remove extraneous parentheses around the comparison to silence this warning if ((status_139X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1397:22: note: use '=' to turn this equality comparison into an assignment if ((status_139X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1410:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_140X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1410:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_140X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1410:20: note: use '=' to turn this equality comparison into an assignment if ((status_140X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1427:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_143X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1427:22: note: remove extraneous parentheses around the comparison to silence this warning if ((status_143X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1427:22: note: use '=' to turn this equality comparison into an assignment if ((status_143X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1445:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_145X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1445:22: note: remove extraneous parentheses around the comparison to silence this warning if ((status_145X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1445:22: note: use '=' to turn this equality comparison into an assignment if ((status_145X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1449:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1449:23: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1449:23: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1457:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_147X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1457:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_147X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1457:20: note: use '=' to turn this equality comparison into an assignment if ((status_147X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1468:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_150X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1468:26: note: remove extraneous parentheses around the comparison to silence this warning if ((status_150X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1468:26: note: use '=' to turn this equality comparison into an assignment if ((status_150X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1473:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1473:27: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1473:27: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1492:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_154X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1492:22: note: remove extraneous parentheses around the comparison to silence this warning if ((status_154X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1492:22: note: use '=' to turn this equality comparison into an assignment if ((status_154X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1493:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_151X == (strlen((char *) "Vanilla 40")))) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1493:19: note: remove extraneous parentheses around the comparison to silence this warning if ((i_151X == (strlen((char *) "Vanilla 40")))) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1493:19: note: use '=' to turn this equality comparison into an assignment if ((i_151X == (strlen((char *) "Vanilla 40")))) { ^~ = c/scheme48-bibop-heap-64.c:1499:41: warning: adding 'long' to a string does not append to the string [-Wstring-plus-int] if ((ch_152X == (*("Vanilla 40" + i_151X)))) { ~~~~~~~~~~~~~^~~~~~~~ c/scheme48-bibop-heap-64.c:1499:41: note: use array indexing to silence this warning if ((ch_152X == (*("Vanilla 40" + i_151X)))) { ^ & [ ] c/scheme48-bibop-heap-64.c:1499:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((ch_152X == (*("Vanilla 40" + i_151X)))) { ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1499:22: note: remove extraneous parentheses around the comparison to silence this warning if ((ch_152X == (*("Vanilla 40" + i_151X)))) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1499:22: note: use '=' to turn this equality comparison into an assignment if ((ch_152X == (*("Vanilla 40" + i_151X)))) { ^~ = c/scheme48-bibop-heap-64.c:1519:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_156X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1519:22: note: remove extraneous parentheses around the comparison to silence this warning if ((status_156X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1519:22: note: use '=' to turn this equality comparison into an assignment if ((status_156X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1523:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1523:23: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1523:23: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1531:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_158X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1531:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_158X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1531:20: note: use '=' to turn this equality comparison into an assignment if ((status_158X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1542:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_161X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1542:26: note: remove extraneous parentheses around the comparison to silence this warning if ((status_161X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1542:26: note: use '=' to turn this equality comparison into an assignment if ((status_161X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1547:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1547:27: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1547:27: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1566:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_164X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1566:22: note: remove extraneous parentheses around the comparison to silence this warning if ((status_164X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1566:22: note: use '=' to turn this equality comparison into an assignment if ((status_164X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1571:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1571:23: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1571:23: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1580:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1580:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1580:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1587:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_166X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1587:24: note: remove extraneous parentheses around the comparison to silence this warning if ((status_166X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1587:24: note: use '=' to turn this equality comparison into an assignment if ((status_166X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1606:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_167X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1606:30: note: remove extraneous parentheses around the comparison to silence this warning if ((status_167X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1606:30: note: use '=' to turn this equality comparison into an assignment if ((status_167X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1618:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_168X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1618:26: note: remove extraneous parentheses around the comparison to silence this warning if ((status_168X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1618:26: note: use '=' to turn this equality comparison into an assignment if ((status_168X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1630:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_169X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1630:22: note: remove extraneous parentheses around the comparison to silence this warning if ((status_169X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1630:22: note: use '=' to turn this equality comparison into an assignment if ((status_169X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1639:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_170X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1639:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_170X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1639:20: note: use '=' to turn this equality comparison into an assignment if ((status_170X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1654:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_171X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1654:24: note: remove extraneous parentheses around the comparison to silence this warning if ((status_171X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1654:24: note: use '=' to turn this equality comparison into an assignment if ((status_171X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1665:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_174X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1665:30: note: remove extraneous parentheses around the comparison to silence this warning if ((status_174X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1665:30: note: use '=' to turn this equality comparison into an assignment if ((status_174X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1670:31: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1670:31: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1670:31: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1683:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_175X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1683:26: note: remove extraneous parentheses around the comparison to silence this warning if ((status_175X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1683:26: note: use '=' to turn this equality comparison into an assignment if ((status_175X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1694:32: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_178X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1694:32: note: remove extraneous parentheses around the comparison to silence this warning if ((status_178X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1694:32: note: use '=' to turn this equality comparison into an assignment if ((status_178X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1699:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1699:33: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1699:33: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1717:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_179X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1717:22: note: remove extraneous parentheses around the comparison to silence this warning if ((status_179X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1717:22: note: use '=' to turn this equality comparison into an assignment if ((status_179X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1726:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_180X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1726:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_180X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1726:20: note: use '=' to turn this equality comparison into an assignment if ((status_180X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1739:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_181X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1739:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_181X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1739:20: note: use '=' to turn this equality comparison into an assignment if ((status_181X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1752:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_182X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1752:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_182X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1752:20: note: use '=' to turn this equality comparison into an assignment if ((status_182X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1767:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1767:21: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1767:21: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1775:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1775:23: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1775:23: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1778:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_189X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1778:26: note: remove extraneous parentheses around the comparison to silence this warning if ((status_189X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1778:26: note: use '=' to turn this equality comparison into an assignment if ((status_189X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1799:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_191X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1799:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_191X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1799:20: note: use '=' to turn this equality comparison into an assignment if ((status_191X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1810:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_194X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1810:26: note: remove extraneous parentheses around the comparison to silence this warning if ((status_194X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1810:26: note: use '=' to turn this equality comparison into an assignment if ((status_194X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1815:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1815:27: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1815:27: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1829:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_197X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1829:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_197X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1829:20: note: use '=' to turn this equality comparison into an assignment if ((status_197X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1840:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_200X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1840:26: note: remove extraneous parentheses around the comparison to silence this warning if ((status_200X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1840:26: note: use '=' to turn this equality comparison into an assignment if ((status_200X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1845:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1845:27: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1845:27: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1857:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_201X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1857:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_201X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1857:20: note: use '=' to turn this equality comparison into an assignment if ((status_201X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1868:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_204X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1868:26: note: remove extraneous parentheses around the comparison to silence this warning if ((status_204X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1868:26: note: use '=' to turn this equality comparison into an assignment if ((status_204X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1873:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1873:27: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1873:27: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1885:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_205X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1885:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_205X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1885:20: note: use '=' to turn this equality comparison into an assignment if ((status_205X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1917:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_209X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1917:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_209X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1917:20: note: use '=' to turn this equality comparison into an assignment if ((status_209X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1928:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_212X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1928:26: note: remove extraneous parentheses around the comparison to silence this warning if ((status_212X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1928:26: note: use '=' to turn this equality comparison into an assignment if ((status_212X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1933:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1933:27: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1933:27: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1947:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_214X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1947:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_214X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1947:20: note: use '=' to turn this equality comparison into an assignment if ((status_214X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1958:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_217X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1958:26: note: remove extraneous parentheses around the comparison to silence this warning if ((status_217X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1958:26: note: use '=' to turn this equality comparison into an assignment if ((status_217X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:1963:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:1963:27: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:1963:27: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2005:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2005:25: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2005:25: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2018:29: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2018:29: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2018:29: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2031:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2031:33: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2031:33: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2033:36: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_231X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2033:36: note: remove extraneous parentheses around the comparison to silence this warning if ((status_231X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2033:36: note: use '=' to turn this equality comparison into an assignment if ((status_231X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2036:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_232X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2036:40: note: remove extraneous parentheses around the comparison to silence this warning if ((status_232X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2036:40: note: use '=' to turn this equality comparison into an assignment if ((status_232X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2073:42: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_233X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2073:42: note: remove extraneous parentheses around the comparison to silence this warning if ((status_233X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2073:42: note: use '=' to turn this equality comparison into an assignment if ((status_233X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2085:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_234X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2085:40: note: remove extraneous parentheses around the comparison to silence this warning if ((status_234X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2085:40: note: use '=' to turn this equality comparison into an assignment if ((status_234X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2097:38: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_235X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2097:38: note: remove extraneous parentheses around the comparison to silence this warning if ((status_235X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2097:38: note: use '=' to turn this equality comparison into an assignment if ((status_235X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2121:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_236X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2121:24: note: remove extraneous parentheses around the comparison to silence this warning if ((status_236X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2121:24: note: use '=' to turn this equality comparison into an assignment if ((status_236X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2151:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_245X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2151:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_245X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2151:20: note: use '=' to turn this equality comparison into an assignment if ((status_245X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2162:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_248X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2162:26: note: remove extraneous parentheses around the comparison to silence this warning if ((status_248X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2162:26: note: use '=' to turn this equality comparison into an assignment if ((status_248X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2167:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2167:27: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2167:27: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2181:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_250X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2181:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_250X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2181:20: note: use '=' to turn this equality comparison into an assignment if ((status_250X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2192:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_253X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2192:26: note: remove extraneous parentheses around the comparison to silence this warning if ((status_253X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2192:26: note: use '=' to turn this equality comparison into an assignment if ((status_253X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2197:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2197:27: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2197:27: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2216:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((small_delta_220X == large_delta_222X)) { ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2216:25: note: remove extraneous parentheses around the comparison to silence this warning if ((small_delta_220X == large_delta_222X)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2216:25: note: use '=' to turn this equality comparison into an assignment if ((small_delta_220X == large_delta_222X)) { ^~ = c/scheme48-bibop-heap-64.c:2217:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((large_delta_222X == weaks_delta_224X)) { ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2217:27: note: remove extraneous parentheses around the comparison to silence this warning if ((large_delta_222X == weaks_delta_224X)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2217:27: note: use '=' to turn this equality comparison into an assignment if ((large_delta_222X == weaks_delta_224X)) { ^~ = c/scheme48-bibop-heap-64.c:2225:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_256X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2225:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_256X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2225:20: note: use '=' to turn this equality comparison into an assignment if ((status_256X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2236:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_257X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2236:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_257X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2236:20: note: use '=' to turn this equality comparison into an assignment if ((status_257X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2247:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_258X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2247:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_258X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2247:20: note: use '=' to turn this equality comparison into an assignment if ((status_258X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2261:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_259X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2261:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_259X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2261:20: note: use '=' to turn this equality comparison into an assignment if ((status_259X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2273:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_260X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2273:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_260X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2273:20: note: use '=' to turn this equality comparison into an assignment if ((status_260X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2285:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_261X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2285:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_261X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2285:20: note: use '=' to turn this equality comparison into an assignment if ((status_261X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2294:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_262X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2294:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_262X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2294:20: note: use '=' to turn this equality comparison into an assignment if ((status_262X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2311:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_265X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2311:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_265X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2311:20: note: use '=' to turn this equality comparison into an assignment if ((status_265X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2322:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_268X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2322:26: note: remove extraneous parentheses around the comparison to silence this warning if ((status_268X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2322:26: note: use '=' to turn this equality comparison into an assignment if ((status_268X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2327:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2327:27: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2327:27: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2341:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_270X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2341:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_270X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2341:20: note: use '=' to turn this equality comparison into an assignment if ((status_270X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2352:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_273X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2352:26: note: remove extraneous parentheses around the comparison to silence this warning if ((status_273X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2352:26: note: use '=' to turn this equality comparison into an assignment if ((status_273X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2357:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2357:27: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2357:27: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2402:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2402:21: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2402:21: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2410:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_278X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2410:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_278X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2410:20: note: use '=' to turn this equality comparison into an assignment if ((status_278X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2421:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_279X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2421:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_279X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2421:20: note: use '=' to turn this equality comparison into an assignment if ((status_279X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2432:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_280X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2432:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_280X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2432:20: note: use '=' to turn this equality comparison into an assignment if ((status_280X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2445:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_283X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2445:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_283X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2445:20: note: use '=' to turn this equality comparison into an assignment if ((status_283X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2456:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_286X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2456:26: note: remove extraneous parentheses around the comparison to silence this warning if ((status_286X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2456:26: note: use '=' to turn this equality comparison into an assignment if ((status_286X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2461:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2461:27: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2461:27: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2475:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_288X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2475:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_288X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2475:20: note: use '=' to turn this equality comparison into an assignment if ((status_288X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2486:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_291X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2486:26: note: remove extraneous parentheses around the comparison to silence this warning if ((status_291X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2486:26: note: use '=' to turn this equality comparison into an assignment if ((status_291X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2491:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2491:27: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2491:27: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2508:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_296X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2508:22: note: remove extraneous parentheses around the comparison to silence this warning if ((status_296X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2508:22: note: use '=' to turn this equality comparison into an assignment if ((status_296X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2541:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2541:25: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2541:25: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2554:29: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2554:29: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2554:29: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2567:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2567:33: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2567:33: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2593:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_300X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2593:24: note: remove extraneous parentheses around the comparison to silence this warning if ((status_300X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2593:24: note: use '=' to turn this equality comparison into an assignment if ((status_300X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2629:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_305X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2629:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_305X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2629:20: note: use '=' to turn this equality comparison into an assignment if ((status_305X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2640:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_308X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2640:26: note: remove extraneous parentheses around the comparison to silence this warning if ((status_308X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2640:26: note: use '=' to turn this equality comparison into an assignment if ((status_308X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2645:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2645:27: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2645:27: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2658:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2658:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2658:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2680:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_312X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2680:22: note: remove extraneous parentheses around the comparison to silence this warning if ((status_312X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2680:22: note: use '=' to turn this equality comparison into an assignment if ((status_312X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2690:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2690:21: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2690:21: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2692:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_316X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2692:24: note: remove extraneous parentheses around the comparison to silence this warning if ((status_316X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2692:24: note: use '=' to turn this equality comparison into an assignment if ((status_316X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2695:28: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_317X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2695:28: note: remove extraneous parentheses around the comparison to silence this warning if ((status_317X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2695:28: note: use '=' to turn this equality comparison into an assignment if ((status_317X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2703:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_318X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2703:30: note: remove extraneous parentheses around the comparison to silence this warning if ((status_318X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2703:30: note: use '=' to turn this equality comparison into an assignment if ((status_318X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2715:28: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_319X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2715:28: note: remove extraneous parentheses around the comparison to silence this warning if ((status_319X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2715:28: note: use '=' to turn this equality comparison into an assignment if ((status_319X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2727:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_320X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2727:26: note: remove extraneous parentheses around the comparison to silence this warning if ((status_320X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2727:26: note: use '=' to turn this equality comparison into an assignment if ((status_320X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2742:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_321X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2742:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_321X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2742:20: note: use '=' to turn this equality comparison into an assignment if ((status_321X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2804:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_328X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2804:22: note: remove extraneous parentheses around the comparison to silence this warning if ((status_328X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2804:22: note: use '=' to turn this equality comparison into an assignment if ((status_328X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2817:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_329X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2817:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_329X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2817:20: note: use '=' to turn this equality comparison into an assignment if ((status_329X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2829:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2829:21: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2829:21: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2871:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_333X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2871:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_333X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2871:20: note: use '=' to turn this equality comparison into an assignment if ((status_333X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2882:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_334X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2882:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_334X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2882:20: note: use '=' to turn this equality comparison into an assignment if ((status_334X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2893:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_335X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2893:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_335X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2893:20: note: use '=' to turn this equality comparison into an assignment if ((status_335X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2921:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_339X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2921:22: note: remove extraneous parentheses around the comparison to silence this warning if ((status_339X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2921:22: note: use '=' to turn this equality comparison into an assignment if ((status_339X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:2927:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:2927:23: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:2927:23: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:3309:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_401X == (table_391X->size))) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:3309:15: note: remove extraneous parentheses around the comparison to silence this warning if ((i_401X == (table_391X->size))) { ~ ^ ~ c/scheme48-bibop-heap-64.c:3309:15: note: use '=' to turn this equality comparison into an assignment if ((i_401X == (table_391X->size))) { ^~ = c/scheme48-bibop-heap-64.c:3397:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_419X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:3397:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_419X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:3397:20: note: use '=' to turn this equality comparison into an assignment if ((status_419X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:3432:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_422X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:3432:22: note: remove extraneous parentheses around the comparison to silence this warning if ((status_422X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:3432:22: note: use '=' to turn this equality comparison into an assignment if ((status_422X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:3441:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_423X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:3441:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_423X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:3441:20: note: use '=' to turn this equality comparison into an assignment if ((status_423X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:3476:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_427X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:3476:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_427X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:3476:20: note: use '=' to turn this equality comparison into an assignment if ((status_427X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:3511:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_430X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:3511:22: note: remove extraneous parentheses around the comparison to silence this warning if ((status_430X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:3511:22: note: use '=' to turn this equality comparison into an assignment if ((status_430X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:3520:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((status_431X == NO_ERRORS)) { ~~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:3520:20: note: remove extraneous parentheses around the comparison to silence this warning if ((status_431X == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:3520:20: note: use '=' to turn this equality comparison into an assignment if ((status_431X == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:3895:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((current_addr_470X == to_addr_115X)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:3895:26: note: remove extraneous parentheses around the comparison to silence this warning if ((current_addr_470X == to_addr_115X)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:3895:26: note: use '=' to turn this equality comparison into an assignment if ((current_addr_470X == to_addr_115X)) { ^~ = c/scheme48-bibop-heap-64.c:4152:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((index_511X == (new_address_489X + (-8 & (7 + size_in_bytes_481X))))) { ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4152:19: note: remove extraneous parentheses around the comparison to silence this warning if ((index_511X == (new_address_489X + (-8 & (7 + size_in_bytes_481X))))) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4152:19: note: use '=' to turn this equality comparison into an assignment if ((index_511X == (new_address_489X + (-8 & (7 + size_in_bytes_481X))))) { ^~ = c/scheme48-bibop-heap-64.c:4544:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((Simage_bufferS) == NULL)) { ~~~~~~~~~~~~~~~~~^~~~~~~ c/scheme48-bibop-heap-64.c:4544:25: note: remove extraneous parentheses around the comparison to silence this warning if (((Simage_bufferS) == NULL)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4544:25: note: use '=' to turn this equality comparison into an assignment if (((Simage_bufferS) == NULL)) { ^~ = c/scheme48-bibop-heap-64.c:4607:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((addr_543X == (start_540X + (-8 & (7 + (PS_SHIFT_RIGHT_LOGICAL_INLINE(header_537X, 8))))))) { ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4607:18: note: remove extraneous parentheses around the comparison to silence this warning if ((addr_543X == (start_540X + (-8 & (7 + (PS_SHIFT_RIGHT_LOGICAL_INLINE(header_537X, 8))))))) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4607:18: note: use '=' to turn this equality comparison into an assignment if ((addr_543X == (start_540X + (-8 & (7 + (PS_SHIFT_RIGHT_LOGICAL_INLINE(header_537X, 8))))))) { ^~ = c/scheme48-bibop-heap-64.c:4656:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_556X == ((Sbibop_areasS)->large_index))) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4656:15: note: remove extraneous parentheses around the comparison to silence this warning if ((i_556X == ((Sbibop_areasS)->large_index))) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4656:15: note: use '=' to turn this equality comparison into an assignment if ((i_556X == ((Sbibop_areasS)->large_index))) { ^~ = c/scheme48-bibop-heap-64.c:4675:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_559X == ((Sbibop_areasS)->weaks_index))) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4675:15: note: remove extraneous parentheses around the comparison to silence this warning if ((i_559X == ((Sbibop_areasS)->weaks_index))) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4675:15: note: use '=' to turn this equality comparison into an assignment if ((i_559X == ((Sbibop_areasS)->weaks_index))) { ^~ = c/scheme48-bibop-heap-64.c:4681:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4681:23: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4681:23: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4708:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4708:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4708:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4716:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_568X == (table_562X->size))) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4716:15: note: remove extraneous parentheses around the comparison to silence this warning if ((i_568X == (table_562X->size))) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4716:15: note: use '=' to turn this equality comparison into an assignment if ((i_568X == (table_562X->size))) { ^~ = c/scheme48-bibop-heap-64.c:4732:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4732:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4732:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4742:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4742:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4742:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4748:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4748:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4748:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4755:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4755:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4755:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4761:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4761:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4761:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4768:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4768:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4768:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4774:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4774:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4774:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4782:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4782:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4782:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4788:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4788:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4788:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4796:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4796:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4796:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4802:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4802:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4802:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4810:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4810:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4810:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4816:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4816:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4816:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4824:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4824:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4824:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4830:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4830:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4830:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4838:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4838:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4838:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4844:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4844:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4844:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4852:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4852:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4852:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4858:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4858:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4858:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4866:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4866:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4866:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4872:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4872:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4872:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4895:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4895:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4895:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4901:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4901:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4901:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4924:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4924:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4924:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4930:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4930:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4930:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4953:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4953:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4953:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4959:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4959:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4959:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4966:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4966:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4966:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4972:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4972:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4972:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4979:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4979:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4979:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4985:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4985:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4985:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:4992:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:4992:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:4992:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:5004:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_602X == ((Sbibop_areasS)->weaks_index))) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:5004:15: note: remove extraneous parentheses around the comparison to silence this warning if ((i_602X == ((Sbibop_areasS)->weaks_index))) { ~ ^ ~ c/scheme48-bibop-heap-64.c:5004:15: note: use '=' to turn this equality comparison into an assignment if ((i_602X == ((Sbibop_areasS)->weaks_index))) { ^~ = c/scheme48-bibop-heap-64.c:5025:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_603X == ((Sbibop_areasS)->large_index))) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:5025:15: note: remove extraneous parentheses around the comparison to silence this warning if ((i_603X == ((Sbibop_areasS)->large_index))) { ~ ^ ~ c/scheme48-bibop-heap-64.c:5025:15: note: use '=' to turn this equality comparison into an assignment if ((i_603X == ((Sbibop_areasS)->large_index))) { ^~ = c/scheme48-bibop-heap-64.c:5046:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_604X == ((Sbibop_areasS)->small_index))) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:5046:15: note: remove extraneous parentheses around the comparison to silence this warning if ((i_604X == ((Sbibop_areasS)->small_index))) { ~ ^ ~ c/scheme48-bibop-heap-64.c:5046:15: note: use '=' to turn this equality comparison into an assignment if ((i_604X == ((Sbibop_areasS)->small_index))) { ^~ = c/scheme48-bibop-heap-64.c:5068:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_606X == (PS_SHIFT_RIGHT_INLINE((7 + (PS_SHIFT_RIGHT_LOGICAL_INLINE((*((long *) (((char *) (-11 + table_605X))))), 8))), 3)))) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:5068:15: note: remove extraneous parentheses around the comparison to silence this warning if ((i_606X == (PS_SHIFT_RIGHT_INLINE((7 + (PS_SHIFT_RIGHT_LOGICAL_INLINE((*((long *) (((char *) (-11 + table_605X))))), 8))), 3)))) { ~ ^ ~ c/scheme48-bibop-heap-64.c:5068:15: note: use '=' to turn this equality comparison into an assignment if ((i_606X == (PS_SHIFT_RIGHT_INLINE((7 + (PS_SHIFT_RIGHT_LOGICAL_INLINE((*((long *) (((char *) (-11 + table_605X))))), 8))), 3)))) { ^~ = c/scheme48-bibop-heap-64.c:5109:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:5109:23: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:5109:23: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:5152:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((i_621X == (table_615X->size))) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:5152:15: note: remove extraneous parentheses around the comparison to silence this warning if ((i_621X == (table_615X->size))) { ~ ^ ~ c/scheme48-bibop-heap-64.c:5152:15: note: use '=' to turn this equality comparison into an assignment if ((i_621X == (table_615X->size))) { ^~ = c/scheme48-bibop-heap-64.c:5283:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:5283:23: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:5283:23: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:5381:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((addr_644X == (start_643X + (-8 + (-8 & (7 + (PS_SHIFT_RIGHT_LOGICAL_INLINE(header_642X, 8)))))))) { ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:5381:18: note: remove extraneous parentheses around the comparison to silence this warning if ((addr_644X == (start_643X + (-8 + (-8 & (7 + (PS_SHIFT_RIGHT_LOGICAL_INLINE(header_642X, 8)))))))) { ~ ^ ~ c/scheme48-bibop-heap-64.c:5381:18: note: use '=' to turn this equality comparison into an assignment if ((addr_644X == (start_643X + (-8 + (-8 & (7 + (PS_SHIFT_RIGHT_LOGICAL_INLINE(header_642X, 8)))))))) { ^~ = c/scheme48-bibop-heap-64.c:5485:29: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:5485:29: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:5485:29: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:5566:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((SstatusS) == NO_ERRORS)) { ~~~~~~~~~~~^~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:5566:19: note: remove extraneous parentheses around the comparison to silence this warning if (((SstatusS) == NO_ERRORS)) { ~ ^ ~ c/scheme48-bibop-heap-64.c:5566:19: note: use '=' to turn this equality comparison into an assignment if (((SstatusS) == NO_ERRORS)) { ^~ = c/scheme48-bibop-heap-64.c:5583:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((addr_667X == (start_663X + (-8 + (-8 & (7 + (PS_SHIFT_RIGHT_LOGICAL_INLINE(header_662X, 8)))))))) { ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:5583:18: note: remove extraneous parentheses around the comparison to silence this warning if ((addr_667X == (start_663X + (-8 + (-8 & (7 + (PS_SHIFT_RIGHT_LOGICAL_INLINE(header_662X, 8)))))))) { ~ ^ ~ c/scheme48-bibop-heap-64.c:5583:18: note: use '=' to turn this equality comparison into an assignment if ((addr_667X == (start_663X + (-8 + (-8 & (7 + (PS_SHIFT_RIGHT_LOGICAL_INLINE(header_662X, 8)))))))) { ^~ = c/scheme48-bibop-heap-64.c:5614:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((addr_674X == (start_657X + (-8 & (7 + (PS_SHIFT_RIGHT_LOGICAL_INLINE(header_656X, 8))))))) { ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:5614:18: note: remove extraneous parentheses around the comparison to silence this warning if ((addr_674X == (start_657X + (-8 & (7 + (PS_SHIFT_RIGHT_LOGICAL_INLINE(header_656X, 8))))))) { ~ ^ ~ c/scheme48-bibop-heap-64.c:5614:18: note: use '=' to turn this equality comparison into an assignment if ((addr_674X == (start_657X + (-8 & (7 + (PS_SHIFT_RIGHT_LOGICAL_INLINE(header_656X, 8))))))) { ^~ = c/scheme48-bibop-heap-64.c:5663:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((addr_679X == (start_673X + (-16 + (-8 & (7 + (PS_SHIFT_RIGHT_LOGICAL_INLINE(header_672X, 8)))))))) { ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/scheme48-bibop-heap-64.c:5663:18: note: remove extraneous parentheses around the comparison to silence this warning if ((addr_679X == (start_673X + (-16 + (-8 & (7 + (PS_SHIFT_RIGHT_LOGICAL_INLINE(header_672X, 8)))))))) { ~ ^ ~ c/scheme48-bibop-heap-64.c:5663:18: note: use '=' to turn this equality comparison into an assignment if ((addr_679X == (start_673X + (-16 + (-8 & (7 + (PS_SHIFT_RIGHT_LOGICAL_INLINE(header_672X, 8)))))))) { ^~ = 196 warnings generated. cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/bibop/page_alloc.o c/bibop/page_alloc.c cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/bibop/memory_map.o c/bibop/memory_map.c cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/bibop/areas.o c/bibop/areas.c cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/bibop/generation_gc.o c/bibop/generation_gc.c cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/bibop/find_all.o c/bibop/find_all.c cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/bibop/check_heap.o c/bibop/check_heap.c cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/bibop/utils.o c/bibop/utils.c cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/bibop/area_roots.o c/bibop/area_roots.c cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/bibop/remset.o c/bibop/remset.c cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/unix/misc.o c/unix/misc.c cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/unix/io.o c/unix/io.c cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/unix/fd-io.o c/unix/fd-io.c cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/unix/event.o c/unix/event.c cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/unix/time.o c/unix/time.c cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/net/socket.o c/net/socket.c c/net/socket.c:68:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ 1 warning generated. cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/net/address.o c/net/address.c c/net/address.c:108:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ c/net/address.c:393:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ c/net/address.c:451:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ c/net/address.c:507:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ c/net/address.c:928:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ 5 warnings generated. cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/net/net.o c/net/net.c cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/unix/socket.o c/unix/socket.c cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/unix/dynlink.o c/unix/dynlink.c cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/unix/sysexits.o c/unix/sysexits.c cc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-unknown-openbsd7.5\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -pthread -o c/fake/glue.o c/fake/glue.c rm -f c/libscheme48.a; \ ar cq c/libscheme48.a c/scheme48vm-64.o c/extension.o c/free.o c/double_to_string.o c/bignum.o c/ffi.o c/external.o c/external-lib.o c/external-init.o c/init.o c/scheme48-bibop-heap-64.o c/bibop/page_alloc.o c/bibop/memory_map.o c/bibop/areas.o c/bibop/generation_gc.o c/bibop/find_all.o c/bibop/check_heap.o c/bibop/utils.o c/bibop/area_roots.o c/bibop/remset.o c/unix/misc.o c/unix/io.o c/unix/fd-io.o c/unix/event.o c/unix/time.o c/net/socket.o c/net/address.o c/net/net.o c/unix/socket.o c/unix/dynlink.o c/unix/sysexits.o c/fake/glue.o ranlib c/libscheme48.a cc -Wl,--export-dynamic -rdynamic -pthread -O2 -pipe -pthread -o scheme48vm c/main.o c/libscheme48.a -lm address.c(address.o:(s48_make_sockaddr_un_raw) in archive c/libscheme48.a): warning: strcpy() is almost always misused, please use strlcpy() check_heap.c(check_heap.o:(check_area) in archive c/libscheme48.a): warning: sprintf() is often misused, please use snprintf() # Cygwin if test -x /usr/bin/dlltool; then \ dlltool --dllname scheme48vm.exe --output-lib scheme48vm.a --def ./c/scheme48.def; \ fi ./build/build-usual-image . \ "`(cd . && pwd)`/scheme" "`pwd`/c" 'scheme48.image' './scheme48vm' \ './build/initial.image-64' ./scheme/env/init-defpackage.scm #{Unspecific} ./scheme/packages.scm ./scheme/more-interfaces.scm ./scheme/link-packages.scm ./scheme/sort/interfaces.scm ./scheme/sort/packages.scm ./scheme/env-packages.scm ./scheme/more-packages.scm ./scheme/posix/packages.scm ./scheme/srfi/packages.scm ./scheme/r6rs/packages.scm ./scheme/net/packages.scm ./scheme/cml/interfaces.scm ./scheme/cml/packages.scm [display-conditions ./scheme/env/dispcond.scm] [command-levels ./scheme/env/user.scm ./scheme/env/command-level.scm] [disclosers ./scheme/env/disclosers.scm] [menus ./scheme/env/menu.scm] [command-processor ./scheme/env/version-info.scm ./scheme/env/command.scm ./scheme/env/read-command.scm] #{Unspecific} [basic-commands ./scheme/env/basic-command.scm] [build ./scheme/env/build.scm] [more-vm-exceptions ./scheme/env/vm-exception.scm] [shadowing ./scheme/env/shadow.scm] [package-mutation ./scheme/env/pedit.scm] [package-commands ./scheme/env/pacman.scm] [debugging ./scheme/env/debug.scm] [inspect-commands ./scheme/env/inspect.scm] [parse-bytecode ./scheme/env/parse-bytecode.scm] [disassembler ./scheme/env/disasm.scm] [usual-commands] #{Unspecific} [debuginfo ./scheme/env/debuginfo.scm] [extended-numbers ./scheme/rts/xnum.scm] [floatnums ./scheme/rts/floatnum.scm Analyzing... no in-line procedures ] [ratnums ./scheme/rts/ratnum.scm] [recnums ./scheme/rts/recnum.scm] [finite-types ./scheme/big/finite-type.scm] [unicode-char-maps ./scheme/env/unicode-category.scm ./scheme/env/unicode-info.scm ./scheme/env/unicode-charmap.scm] [usual-features] #{Unspecific} Reading ./build/initial.debug #{Unspecific} #{Unspecific} #{Unspecific} Writing scheme48.image cc -c -O2 -pipe -pthread -o c/script-interpreter.o \ -DRUNNABLE=\"/usr/local/bin/scheme48\" \ -DHAVE_CONFIG_H \ -I ./c -I./c \ ./c/script-interpreter.c cc -Wl,--export-dynamic -rdynamic -pthread -O2 -pipe -pthread -o script-interpreter c/script-interpreter.o echo '#!/bin/sh' >go && \ echo >>go && \ echo "lib=\"`pwd`\"" >>go && \ echo 'exec "$lib"/scheme48vm -i "$lib"/scheme48.image "$@"' \ >>go && \ chmod +x go cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./c/bibop -O2 -pipe -pthread -fPIC -o c/posix/user.o c/posix/user.c cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./c/bibop -O2 -pipe -pthread -fPIC -o c/posix/regexp.o c/posix/regexp.c cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./c/bibop -O2 -pipe -pthread -fPIC -o c/posix/proc-env.o c/posix/proc-env.c cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./c/bibop -O2 -pipe -pthread -fPIC -o c/posix/proc.o c/posix/proc.c cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./c/bibop -O2 -pipe -pthread -fPIC -o c/posix/io.o c/posix/io.c cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./c/bibop -O2 -pipe -pthread -fPIC -o c/posix/dir.o c/posix/dir.c cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./c/bibop -O2 -pipe -pthread -fPIC -o c/posix/posix.o c/posix/posix.c cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./c/bibop -O2 -pipe -pthread -fPIC -o c/posix/time.o c/posix/time.c c/posix/time.c:201:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ 1 warning generated. cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./c/bibop -O2 -pipe -pthread -fPIC -o c/posix/errno.o c/posix/errno.c cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./c/bibop -O2 -pipe -pthread -fPIC -o c/posix/syslog.o c/posix/syslog.c cc -o c/posix.so c/posix/user.o c/posix/regexp.o c/posix/proc-env.o c/posix/proc.o c/posix/io.o c/posix/dir.o c/posix/posix.o c/posix/time.o c/posix/errno.o c/posix/syslog.o -shared cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./c/bibop -O2 -pipe -pthread -fPIC -o c/srfi-27.o c/srfi-27.c cc -o c/srfi-27.so c/srfi-27.o -shared cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./c/bibop -O2 -pipe -pthread -fPIC -o c/ffi-test/ffi-test.o c/ffi-test/ffi-test.c cc -o c/ffi-test.so c/ffi-test/ffi-test.o -shared cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./c/bibop -O2 -pipe -pthread -fPIC -o c/r6rs/ieee_bytevect.o c/r6rs/ieee_bytevect.c cc -c -DHAVE_CONFIG_H -I ./c -I./c -I./c/bibop -O2 -pipe -pthread -fPIC -o c/r6rs/r6rs_externals.o c/r6rs/r6rs_externals.c cc -o c/r6rs.so c/r6rs/ieee_bytevect.o c/r6rs/r6rs_externals.o -shared >>> Running fake in lang/scheme48 at 1713371911.00 ===> lang/scheme48 ===> Faking installation for scheme48-1.9.2p0 for dir in /usr/local/lib /usr/local/bin /usr/local/include /usr/local/share; do \ ./mkinstalldirs /exopi-obj/pobj/scheme48-1.9.2/fake-amd64$dir || exit 1; \ done ./mkinstalldirs /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/lib/scheme48 mkdir -p -- /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/lib/scheme48 for dir in rts env big sort opt misc link posix net cml srfi r6rs; do \ ./mkinstalldirs /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/share/scheme48/$dir || exit 1; \ done mkdir -p -- /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/share/scheme48/rts mkdir -p -- /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/share/scheme48/env mkdir -p -- /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/share/scheme48/big mkdir -p -- /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/share/scheme48/sort mkdir -p -- /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/share/scheme48/opt mkdir -p -- /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/share/scheme48/misc mkdir -p -- /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/share/scheme48/link mkdir -p -- /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/share/scheme48/posix mkdir -p -- /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/share/scheme48/net mkdir -p -- /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/share/scheme48/cml mkdir -p -- /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/share/scheme48/srfi mkdir -p -- /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/share/scheme48/r6rs /exopi-obj/pobj/scheme48-1.9.2/bin/install -c -s -m 755 scheme48vm /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/lib/scheme48 if test -e scheme48vm.a; then /exopi-obj/pobj/scheme48-1.9.2/bin/install -c -s -m 755 scheme48vm.a /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/lib/scheme48; fi rm -f '/tmp/scheme48.image' ./build/build-usual-image . "/usr/local/share/scheme48" "/usr/local/lib/scheme48" \ "/tmp/scheme48.image" "./scheme48vm" "./build/initial.image-64" ./scheme/env/init-defpackage.scm #{Unspecific} ./scheme/packages.scm ./scheme/more-interfaces.scm ./scheme/link-packages.scm ./scheme/sort/interfaces.scm ./scheme/sort/packages.scm ./scheme/env-packages.scm ./scheme/more-packages.scm ./scheme/posix/packages.scm ./scheme/srfi/packages.scm ./scheme/r6rs/packages.scm ./scheme/net/packages.scm ./scheme/cml/interfaces.scm ./scheme/cml/packages.scm [display-conditions ./scheme/env/dispcond.scm] [command-levels ./scheme/env/user.scm ./scheme/env/command-level.scm] [disclosers ./scheme/env/disclosers.scm] [menus ./scheme/env/menu.scm] [command-processor ./scheme/env/version-info.scm ./scheme/env/command.scm ./scheme/env/read-command.scm] #{Unspecific} [basic-commands ./scheme/env/basic-command.scm] [build ./scheme/env/build.scm] [more-vm-exceptions ./scheme/env/vm-exception.scm] [shadowing ./scheme/env/shadow.scm] [package-mutation ./scheme/env/pedit.scm] [package-commands ./scheme/env/pacman.scm] [debugging ./scheme/env/debug.scm] [inspect-commands ./scheme/env/inspect.scm] [parse-bytecode ./scheme/env/parse-bytecode.scm] [disassembler ./scheme/env/disasm.scm] [usual-commands] #{Unspecific} [debuginfo ./scheme/env/debuginfo.scm] [extended-numbers ./scheme/rts/xnum.scm] [floatnums ./scheme/rts/floatnum.scm Analyzing... no in-line procedures ] [ratnums ./scheme/rts/ratnum.scm] [recnums ./scheme/rts/recnum.scm] [finite-types ./scheme/big/finite-type.scm] [unicode-char-maps ./scheme/env/unicode-category.scm ./scheme/env/unicode-info.scm ./scheme/env/unicode-charmap.scm] [usual-features] #{Unspecific} Reading ./build/initial.debug #{Unspecific} #{Unspecific} #{Unspecific} Writing /tmp/scheme48.image /exopi-obj/pobj/scheme48-1.9.2/bin/install -c -m 644 /tmp/scheme48.image /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/lib/scheme48 rm /tmp/scheme48.image ./mkinstalldirs /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/man/man1 sed 's=LBIN=/usr/local/bin=g' ./doc/scheme48.man | \ sed "s=LLIB=/usr/local/lib/scheme48=g" | \ sed "s=LS48=scheme48=g" >scheme48.1 /exopi-obj/pobj/scheme48-1.9.2/bin/install -c -m 644 scheme48.1 /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/man/man1 rm scheme48.1 /exopi-obj/pobj/scheme48-1.9.2/bin/install -c -m 644 ./c/scheme48.h /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/include /exopi-obj/pobj/scheme48-1.9.2/bin/install -c -m 644 c/scheme48arch.h /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/include /exopi-obj/pobj/scheme48-1.9.2/bin/install -c -m 644 ./c/scheme48write-barrier.h /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/include /exopi-obj/pobj/scheme48-1.9.2/bin/install -c -m 644 ./c/scheme48.exp /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/include /exopi-obj/pobj/scheme48-1.9.2/bin/install -c -m 644 ./c/scheme48.def /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/include /exopi-obj/pobj/scheme48-1.9.2/bin/install -c -m 644 ./c/scheme48-external.exp /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/include for stub in env big sort opt misc link posix net cml srfi r6rs; do \ for f in ./scheme/$stub/*.scm; do \ /exopi-obj/pobj/scheme48-1.9.2/bin/install -c -m 644 $f /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/share/scheme48/$stub || exit 1; \ done; \ done for f in ./scheme/rts/*num.scm \ ./scheme/rts/jar-defrecord.scm; do \ /exopi-obj/pobj/scheme48-1.9.2/bin/install -c -m 644 $f /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/share/scheme48/rts || exit 1; \ done script=/exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/bin/scheme48 && \ LIB=/usr/local/lib/scheme48 && \ echo "#!/bin/sh" >$script && \ echo >>$script && \ echo "lib=$LIB" >>$script && \ echo 'exec $lib/scheme48vm -i $lib/scheme48.image "$@"' \ >>$script && \ chmod +x $script for dialect in r5rs srfi-7; do \ /exopi-obj/pobj/scheme48-1.9.2/bin/install -c -s -m 755 script-interpreter \ /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/bin/scheme-$dialect; \ done config_script=/exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/bin/scheme48-config && \ sed -e 's,@incdir\@,/usr/local/include,g' \ -e 's,@libdir\@,/usr/local/lib,g' \ -e 's,@CC\@,cc,g' \ -e 's,@LD\@,cc,g' \ -e 's?@DYNAMIC_EXTERNALS_CFLAGS\@?-fPIC?g' \ -e 's?@DYNAMIC_EXTERNALS_LDFLAGS\@?-shared?g' \ < ./build/scheme48-config.in > $config_script && \ chmod +x $config_script /exopi-obj/pobj/scheme48-1.9.2/bin/install -c -s -m 755 c/posix.so c/srfi-27.so c/ffi-test.so c/r6rs.so /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/lib/scheme48/ /exopi-obj/pobj/scheme48-1.9.2/bin/install -d -m 755 /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/share/doc/scheme48 /exopi-obj/pobj/scheme48-1.9.2/bin/install -c -m 644 /exopi-obj/pobj/scheme48-1.9.2/scheme48-1.9.2/doc/*.txt /exopi-obj/pobj/scheme48-1.9.2/scheme48-1.9.2/doc/*.ps /exopi-obj/pobj/scheme48-1.9.2/scheme48-1.9.2/doc/*.pdf /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/share/doc/scheme48 /exopi-obj/pobj/scheme48-1.9.2/bin/install -c -m 644 /exopi-obj/pobj/scheme48-1.9.2/scheme48-1.9.2/COPYING /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/share/doc/scheme48 /exopi-obj/pobj/scheme48-1.9.2/bin/install -d -m 755 /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/share/doc/scheme48/html /exopi-obj/pobj/scheme48-1.9.2/bin/install -c -m 644 /exopi-obj/pobj/scheme48-1.9.2/scheme48-1.9.2/doc/html/* /exopi-obj/pobj/scheme48-1.9.2/fake-amd64/usr/local/share/doc/scheme48/html >>> Running package in lang/scheme48 at 1713371933.22 ===> lang/scheme48 `/exopi-obj/pobj/scheme48-1.9.2/fake-amd64/.fake_done' is up to date. ===> Building package for scheme48-1.9.2p0 Create /exopi-cvs/ports/packages/amd64/all/scheme48-1.9.2p0.tgz Creating package scheme48-1.9.2p0 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|****** | 11% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************* | 52% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|******************************************************** | 93% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|*********************************************************** | 98% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************ | 19% archiving|************************ | 38% archiving|****************************** | 47% archiving|****************************** | 48% archiving|*********************************** | 55% archiving|************************************ | 56% archiving|************************************ | 57% archiving|************************************* | 58% archiving|************************************** | 59% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|**************************************** | 62% archiving|******************************************* | 68% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|*************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 82% archiving|***************************************************** | 84% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************* | 85% archiving|******************************************************* | 86% archiving|******************************************************* | 87% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/scheme48-1.9.2p0.tgz >>> Running clean in lang/scheme48 at 1713371935.65 ===> lang/scheme48 ===> Cleaning for scheme48-1.9.2p0 >>> Ended at 1713371935.94 max_stuck=66.32/patch=1.40/configure=9.84/build=103.99/fake=22.25/package=2.44/clean=0.34