=>> Building audio/pd-cyclone build started at Sun May 4 22:22:33 EDT 2025 port directory: /usr/ports/audio/pd-cyclone package name: pd-cyclone-0.2.b3_1 building for: FreeBSD 13amd64-weekly-desktop-job-02 13.4-RELEASE-p4 FreeBSD 13.4-RELEASE-p4 amd64 maintained by: beyert@cs.ucr.edu Makefile datestamp: -rw-r--r-- 1 root wheel 1220 Feb 24 2024 /usr/ports/audio/pd-cyclone/Makefile Ports top last git commit: 57a50b106b87 Ports top unclean checkout: yes Port dir last git commit: d9c7e0b18ad0 Port dir unclean checkout: no Poudriere version: poudriere-git-3.4.2 Host OSVERSION: 1402000 Jail OSVERSION: 1304000 Job Id: 02 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1304000 UNAME_v=FreeBSD 13.4-RELEASE-p4 UNAME_r=13.4-RELEASE-p4 BLOCKSIZE=K MAIL=/var/mail/root MM_CHARSET=UTF-8 LANG=C.UTF-8 STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin MAKE_OBJDIR_CHECK_WRITABLE=0 LOCALBASE=/usr/local USER=root POUDRIERE_NAME=poudriere-git LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.4.2 MASTERMNT=/mnt/data/.m/13amd64-weekly-desktop/ref LC_COLLATE=C POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM=screen GID=0 OUTPUT_REDIRECTED_STDERR=4 OUTPUT_REDIRECTED=1 UID=0 PWD=/mnt/data/.m/13amd64-weekly-desktop/02/.p OUTPUT_REDIRECTED_STDOUT=3 P_PORTS_FEATURES=FLAVORS SUBPACKAGES SELECTED_OPTIONS MASTERNAME=13amd64-weekly-desktop SCRIPTPREFIX=/usr/local/share/poudriere SCRIPTNAME=bulk.sh OLDPWD=/mnt/data/.m/13amd64-weekly-desktop/ref/.p/pool POUDRIERE_PKGNAME=poudriere-git-3.4.2 SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- beyert@cs.ucr.edu --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=/usr/local/bin/gmake XDG_DATA_HOME=/wrkdirs/usr/ports/audio/pd-cyclone/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/audio/pd-cyclone/work XDG_CACHE_HOME=/wrkdirs/usr/ports/audio/pd-cyclone/work/.cache HOME=/wrkdirs/usr/ports/audio/pd-cyclone/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/audio/pd-cyclone/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/audio/pd-cyclone/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/audio/pd-cyclone/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/audio/pd-cyclone/work XDG_CACHE_HOME=/wrkdirs/usr/ports/audio/pd-cyclone/work/.cache HOME=/wrkdirs/usr/ports/audio/pd-cyclone/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/audio/pd-cyclone/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/audio/pd-cyclone/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=13.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/cyclone" EXAMPLESDIR="share/examples/cyclone" DATADIR="share/cyclone" WWWDIR="www/cyclone" ETCDIR="etc/cyclone" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/cyclone DOCSDIR=/usr/local/share/doc/cyclone EXAMPLESDIR=/usr/local/share/examples/cyclone WWWDIR=/usr/local/www/cyclone ETCDIR=/usr/local/etc/cyclone --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles FORCE_PACKAGE=yes PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### #### # Work around some weirdness when fetching golang modules GO_TAGS+=netcgo .if ${.CURDIR:M*/www/chromium*} MAKE_JOBS_NUMBER=24 .endif .if ${.CURDIR:M*/www/ungoogled-chromium*} MAKE_JOBS_NUMBER=24 .endif .if ${.CURDIR:M*/lang/rust*} MAKE_JOBS_NUMBER=10 .endif .if ${.CURDIR:M*/lang/gcc*} MAKE_JOBS_NUMBER=10 .endif .if ${.CURDIR:M*/www/iridium*} MAKE_JOBS_NUMBER=16 .endif .if ${.CURDIR:M*/devel/electron*} MAKE_JOBS_NUMBER=20 .endif .if ${.CURDIR:M*/databases/mongodb*} MAKE_JOBS_NUMBER=12 .endif .if ${.CURDIR:M*/devel/llvm*} MAKE_JOBS_NUMBER=16 .endif # Speed things up a bit MAKE_JOBS_NUMBER?=8 #### #### #MAKE_JOBS_NUMBER?=4 # Alows us to build ports non-interactivly DISABLE_LICENSES=yes LICENSES_ACCEPTED+= DCC # Enable SNDIO on anything that supports it #OPTIONS_SET+=PULSEAUDIO OPTIONS_SET+=SNDIO # Yes we have MS Windows x11-fonts_webfonts_SET+=EXTRAFONTS CLEARTYPE # Desktop Specific Options sysutils_gksu_UNSET+=NAUTILUS x11-wm_compiz-fusion_UNSET+=EMERALD accessibility_redshift_SET+=GUI VIDMODE # These ports default to other audio servers, audio_espeak_UNSET+=PORTAUDIO www_qt5-webengine_UNSET+=ALSA www_qt6-webengine_UNSET+=ALSA audio_rhvoice_UNSET+=AO comms_morse_UNSET+=OSS audio_harp_UNSET+=OSS # Somehow these options are being set and result in ports being rebuilt needlessly becuase they are actually turned off audio_alsa-plugins_SET+=FFMPEG JACK PULSEAUDIO SAMPLERATE SPEEX #### Misc Poudriere #### .include "/etc/make.conf.ports_env" ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 8192 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== ===== env: NO_DEPENDS=yes USER=nobody UID=65534 GID=65534 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> pd-cyclone-0.2.b3_1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-2.0.6.pkg [13amd64-weekly-desktop-job-02] Installing pkg-2.0.6... [13amd64-weekly-desktop-job-02] Extracting pkg-2.0.6: .......... done ===> pd-cyclone-0.2.b3_1 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of pd-cyclone-0.2.b3_1 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Fetching all distfiles required by pd-cyclone-0.2.b3_1 for building =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Fetching all distfiles required by pd-cyclone-0.2.b3_1 for building => SHA256 Checksum OK for pd-cyclone_0.2~beta3.orig.tar.gz. =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=nobody UID=65534 GID=65534 ===> Fetching all distfiles required by pd-cyclone-0.2.b3_1 for building ===> Extracting for pd-cyclone-0.2.b3_1 => SHA256 Checksum OK for pd-cyclone_0.2~beta3.orig.tar.gz. =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=nobody UID=65534 GID=65534 ===> Patching for pd-cyclone-0.2.b3_1 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> pd-cyclone-0.2.b3_1 depends on executable: pd - not found ===> Installing existing package /packages/All/pd-0.47.1_4.pkg [13amd64-weekly-desktop-job-02] Installing pd-0.47.1_4... [13amd64-weekly-desktop-job-02] `-- Installing dejavu-2.37_3... [13amd64-weekly-desktop-job-02] | `-- Installing fontconfig-2.15.0_3,1... [13amd64-weekly-desktop-job-02] | | `-- Installing expat-2.6.4... [13amd64-weekly-desktop-job-02] | | `-- Extracting expat-2.6.4: .......... done [13amd64-weekly-desktop-job-02] | | `-- Installing freetype2-2.13.3... [13amd64-weekly-desktop-job-02] | | `-- Installing brotli-1.1.0,1... [13amd64-weekly-desktop-job-02] | | `-- Extracting brotli-1.1.0,1: .......... done [13amd64-weekly-desktop-job-02] | | `-- Installing png-1.6.46... [13amd64-weekly-desktop-job-02] | | `-- Extracting png-1.6.46: .......... done [13amd64-weekly-desktop-job-02] | | `-- Extracting freetype2-2.13.3: .......... done [13amd64-weekly-desktop-job-02] | `-- Extracting fontconfig-2.15.0_3,1: .......... done [13amd64-weekly-desktop-job-02] | `-- Installing mkfontscale-1.2.3... [13amd64-weekly-desktop-job-02] | | `-- Installing libfontenc-1.1.8... [13amd64-weekly-desktop-job-02] | | `-- Extracting libfontenc-1.1.8: ...... done [13amd64-weekly-desktop-job-02] | `-- Extracting mkfontscale-1.2.3: .... done [13amd64-weekly-desktop-job-02] `-- Extracting dejavu-2.37_3: .......... done [13amd64-weekly-desktop-job-02] `-- Installing gettext-runtime-0.23.1... [13amd64-weekly-desktop-job-02] | `-- Installing indexinfo-0.3.1_1... [13amd64-weekly-desktop-job-02] | `-- Extracting indexinfo-0.3.1_1: . done [13amd64-weekly-desktop-job-02] `-- Extracting gettext-runtime-0.23.1: .......... done [13amd64-weekly-desktop-job-02] `-- Installing jackit-1.9.22_3... [13amd64-weekly-desktop-job-02] | `-- Installing dbus-1.16.2_1,1... [13amd64-weekly-desktop-job-02] | | `-- Installing libICE-1.1.1,1... [13amd64-weekly-desktop-job-02] | | `-- Extracting libICE-1.1.1,1: .......... done [13amd64-weekly-desktop-job-02] | | `-- Installing libSM-1.2.6,1... [13amd64-weekly-desktop-job-02] | | `-- Extracting libSM-1.2.6,1: ........ done [13amd64-weekly-desktop-job-02] | | `-- Installing libX11-1.8.12,1... [13amd64-weekly-desktop-job-02] | | `-- Installing libxcb-1.17.0... [13amd64-weekly-desktop-job-02] | | | `-- Installing libXau-1.0.11... [13amd64-weekly-desktop-job-02] | | | `-- Extracting libXau-1.0.11: .......... done [13amd64-weekly-desktop-job-02] | | | `-- Installing libXdmcp-1.1.5... [13amd64-weekly-desktop-job-02] | | | `-- Installing xorgproto-2024.1... [13amd64-weekly-desktop-job-02] | | | `-- Extracting xorgproto-2024.1: .......... done [13amd64-weekly-desktop-job-02] | | | `-- Extracting libXdmcp-1.1.5: ...... done [13amd64-weekly-desktop-job-02] | | `-- Extracting libxcb-1.17.0: .......... done [13amd64-weekly-desktop-job-02] | | `-- Extracting libX11-1.8.12,1: .......... done [13amd64-weekly-desktop-job-02] | | `-- Installing libxml2-2.11.9... [13amd64-weekly-desktop-job-02] | | `-- Installing readline-8.2.13_2... [13amd64-weekly-desktop-job-02] | | `-- Extracting readline-8.2.13_2: .......... done [13amd64-weekly-desktop-job-02] | | `-- Extracting libxml2-2.11.9: .......... done ===> Creating groups Creating group 'messagebus' with gid '556' ===> Creating users Creating user 'messagebus' with uid '556' [13amd64-weekly-desktop-job-02] | `-- Extracting dbus-1.16.2_1,1: ......... done [13amd64-weekly-desktop-job-02] | `-- Installing libsamplerate-0.2.2_1... [13amd64-weekly-desktop-job-02] | | `-- Installing libsndfile-1.2.2_2... [13amd64-weekly-desktop-job-02] | | `-- Installing flac-1.5.0,1... [13amd64-weekly-desktop-job-02] | | | `-- Installing libogg-1.3.5,4... [13amd64-weekly-desktop-job-02] | | | `-- Extracting libogg-1.3.5,4: .......... done [13amd64-weekly-desktop-job-02] | | `-- Extracting flac-1.5.0,1: .......... done [13amd64-weekly-desktop-job-02] | | `-- Installing lame-3.100_5... [13amd64-weekly-desktop-job-02] | | `-- Extracting lame-3.100_5: .......... done [13amd64-weekly-desktop-job-02] | | `-- Installing libvorbis-1.3.7_2,3... [13amd64-weekly-desktop-job-02] | | `-- Extracting libvorbis-1.3.7_2,3: .......... done [13amd64-weekly-desktop-job-02] | | `-- Installing mpg123-1.32.10... [13amd64-weekly-desktop-job-02] | | | `-- Installing sndio-1.10.0... ===> Creating groups Creating group '_sndio' with gid '702' ===> Creating users Creating user '_sndio' with uid '702' [13amd64-weekly-desktop-job-02] | | | `-- Extracting sndio-1.10.0: .......... done [13amd64-weekly-desktop-job-02] | | `-- Extracting mpg123-1.32.10: .......... done [13amd64-weekly-desktop-job-02] | | `-- Installing opus-1.5.2... [13amd64-weekly-desktop-job-02] | | `-- Extracting opus-1.5.2: .......... done [13amd64-weekly-desktop-job-02] | | `-- Extracting libsndfile-1.2.2_2: .......... done [13amd64-weekly-desktop-job-02] | `-- Extracting libsamplerate-0.2.2_1: .......... done [13amd64-weekly-desktop-job-02] | `-- Installing libsysinfo-0.0.3_3... [13amd64-weekly-desktop-job-02] | `-- Extracting libsysinfo-0.0.3_3: ...... done [13amd64-weekly-desktop-job-02] | `-- Installing py311-dbus-1.3.2... [13amd64-weekly-desktop-job-02] | | `-- Installing dbus-glib-0.112_2... [13amd64-weekly-desktop-job-02] | | `-- Installing glib-2.80.5_1,2... [13amd64-weekly-desktop-job-02] | | | `-- Installing libffi-3.4.6... [13amd64-weekly-desktop-job-02] | | | `-- Extracting libffi-3.4.6: .......... done [13amd64-weekly-desktop-job-02] | | | `-- Installing libiconv-1.17_1... [13amd64-weekly-desktop-job-02] | | | `-- Extracting libiconv-1.17_1: .......... done [13amd64-weekly-desktop-job-02] | | | `-- Installing pcre2-10.45... [13amd64-weekly-desktop-job-02] | | | `-- Extracting pcre2-10.45: .......... done [13amd64-weekly-desktop-job-02] | | | `-- Installing py311-packaging-24.2... [13amd64-weekly-desktop-job-02] | | | `-- Installing python311-3.11.11... [13amd64-weekly-desktop-job-02] | | | | `-- Installing mpdecimal-4.0.0... [13amd64-weekly-desktop-job-02] | | | | `-- Extracting mpdecimal-4.0.0: .......... done [13amd64-weekly-desktop-job-02] | | | `-- Extracting python311-3.11.11: .......... done [13amd64-weekly-desktop-job-02] | | | `-- Extracting py311-packaging-24.2: .......... done [13amd64-weekly-desktop-job-02] | | `-- Extracting glib-2.80.5_1,2: .......... done [13amd64-weekly-desktop-job-02] | | `-- Extracting dbus-glib-0.112_2: .......... done [13amd64-weekly-desktop-job-02] | | `-- Installing pydbus-common-1.3.2... [13amd64-weekly-desktop-job-02] | | `-- Extracting pydbus-common-1.3.2: .......... done [13amd64-weekly-desktop-job-02] | `-- Extracting py311-dbus-1.3.2: .......... done [13amd64-weekly-desktop-job-02] `-- Extracting jackit-1.9.22_3: .......... done [13amd64-weekly-desktop-job-02] `-- Installing tcl86-8.6.16_2... [13amd64-weekly-desktop-job-02] `-- Extracting tcl86-8.6.16_2: .......... done [13amd64-weekly-desktop-job-02] `-- Installing tk-wrapper-1.1_3... [13amd64-weekly-desktop-job-02] | `-- Installing tk86-8.6.16... [13amd64-weekly-desktop-job-02] | | `-- Installing libXScrnSaver-1.2.4_1... [13amd64-weekly-desktop-job-02] | | `-- Installing libXext-1.3.6,1... [13amd64-weekly-desktop-job-02] | | `-- Extracting libXext-1.3.6,1: .......... done [13amd64-weekly-desktop-job-02] | | `-- Extracting libXScrnSaver-1.2.4_1: .......... done [13amd64-weekly-desktop-job-02] | | `-- Installing libXft-2.3.8... [13amd64-weekly-desktop-job-02] | | `-- Installing libXrender-0.9.12... [13amd64-weekly-desktop-job-02] | | `-- Extracting libXrender-0.9.12: ....... done [13amd64-weekly-desktop-job-02] | | `-- Extracting libXft-2.3.8: .......... done [13amd64-weekly-desktop-job-02] | `-- Extracting tk86-8.6.16: .......... done [13amd64-weekly-desktop-job-02] `-- Extracting tk-wrapper-1.1_3: .. done [13amd64-weekly-desktop-job-02] `-- Installing xdg-utils-1.2.1... [13amd64-weekly-desktop-job-02] | `-- Installing hicolor-icon-theme-0.18... [13amd64-weekly-desktop-job-02] | `-- Extracting hicolor-icon-theme-0.18: . done [13amd64-weekly-desktop-job-02] | `-- Installing xprop-1.2.7... [13amd64-weekly-desktop-job-02] | `-- Extracting xprop-1.2.7: .. done [13amd64-weekly-desktop-job-02] | `-- Installing xset-1.2.5_1... [13amd64-weekly-desktop-job-02] | | `-- Installing libXmu-1.1.4,1... [13amd64-weekly-desktop-job-02] | | `-- Installing libXt-1.3.0,1... [13amd64-weekly-desktop-job-02] | | `-- Extracting libXt-1.3.0,1: .......... done [13amd64-weekly-desktop-job-02] | | `-- Extracting libXmu-1.1.4,1: .......... done [13amd64-weekly-desktop-job-02] | `-- Extracting xset-1.2.5_1: .. done [13amd64-weekly-desktop-job-02] `-- Extracting xdg-utils-1.2.1: .......... done [13amd64-weekly-desktop-job-02] Extracting pd-0.47.1_4: .......... done ==> Running trigger: fontconfig.ucl Running fc-cache to build fontconfig cache... ==> Running trigger: gio-modules.ucl Generating GIO modules cache ==> Running trigger: glib-schemas.ucl Compiling glib schemas No schema files found: doing nothing. ===== Message from freetype2-2.13.3: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed). ===== Message from dejavu-2.37_3: -- Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration file: FontPath "/usr/local/share/fonts/dejavu/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. ===== Message from python311-3.11.11: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py311-gdbm databases/py-gdbm@py311 py311-sqlite3 databases/py-sqlite3@py311 py311-tkinter x11-toolkits/py-tkinter@py311 ===== Message from jackit-1.9.22_3: -- The new JACK server comes with a DBUS control interface: $ jack_control help $ jack_control ds oss $ jack_control dp $ jack_control dps rate 48000 $ jack_control dps wordlength 16 $ jack_control dps capture /dev/dsp0 $ jack_control dps playback /dev/dsp0 $ jack_control eps realtime False $ jack_control start To use real-time priority for JACK server and clients, load the mac_priority(4) module and add the JACK user to the realtime group. Memory locking has to be allowed in /etc/login.conf or ~/.login_conf. Set the resource limit ":memorylocked=unlimited:" and don't forget to run # cap_mkdb /etc/login.conf It's still possible to start JACK server as an RC service for a dedicated user. Note that only one JACK server can be run at a time. An /etc/rc.conf example: jackd_enable="YES" jackd_user="joe" jackd_args="--no-realtime -doss -r48000 -p1024 -w16 \ --capture /dev/dsp0 --playback /dev/dsp0" Official JACK example clients and tools are available as jack-example-tools. JACK 1.9.22 introduces a latency correction fix. Latency correction parameters have to be measured again after an update. ===== Message from tk-wrapper-1.1_3: -- You may wish to modify (or create) the configuration file: /usr/local/etc/wish.conf Sample configuration file is located at: /usr/local/etc/wish.conf.sample ===> pd-cyclone-0.2.b3_1 depends on executable: pd - found ===> Returning to build of pd-cyclone-0.2.b3_1 ===> pd-cyclone-0.2.b3_1 depends on package: gmake>=4.4.1 - not found ===> Installing existing package /packages/All/gmake-4.4.1.pkg [13amd64-weekly-desktop-job-02] Installing gmake-4.4.1... [13amd64-weekly-desktop-job-02] Extracting gmake-4.4.1: .......... done ===> pd-cyclone-0.2.b3_1 depends on package: gmake>=4.4.1 - found ===> Returning to build of pd-cyclone-0.2.b3_1 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=nobody UID=65534 GID=65534 ===> Configuring for pd-cyclone-0.2.b3_1 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=nobody UID=65534 GID=65534 ===> Building for pd-cyclone-0.2.b3_1 ++++ info: using Makefile.pdlibbuilder version 0.2.5 ++++ info: using Pd API /usr/local/include/pd/m_pd.h ++++ info: making target all in lib cyclone ++++ info: making hammer/zl.o in lib cyclone cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/zl.o -c hammer/zl.c ++++ info: making shared/common/grow.o in lib cyclone cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o shared/common/grow.o -c shared/common/grow.c ++++ info: making shared/common/loud.o in lib cyclone cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o shared/common/loud.o -c shared/common/loud.c ++++ info: making hammer/Trough.o in lib cyclone cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/Trough.o -c hammer/Trough.c ++++ info: making hammer/asin.o in lib cyclone cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/asin.o -c hammer/asin.c ++++ info: making sickle/kink.o in lib cyclone cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/kink.o -c sickle/kink.c ++++ info: making shared/sickle/sic.o in lib cyclone cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o shared/sickle/sic.o -c shared/sickle/sic.c ++++ info: making sickle/bitor.o in lib cyclone cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/bitor.o -c sickle/bitor.c ++++ info: making shared/unstable/forky.o in lib cyclone sickle/kink.c:42:30: warning: unused parameter 'x' [-Wunused-parameter] 42 | shammer/Trough.cshared/common/grow.ctsickle/bitor.chammer/zl.c:::56shared/sickle/sic.c132::a:43t2921::11117:i36: ::c warning: :unused variable 'mask' [-Wunused-variable]7 : 6warning: warning: : using the result of an assignment as a condition without parentheses [-Wparentheses] warning: unused parameter 'f' [-Wunused-parameter]warning: 29v | performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] 43 | 132 os | unused variable 'oldsize' [-Wunused-variable]cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o shared/unstable/forky.o -c shared/unstable/forky.c i ++++ info: making hammer/Decode.o in lib cyclone t d a 56 tit | i_f k117ic | i ne k(_nlidts edvsonp- i(td> mt oaC_*sdkLklT dAi_=s nSki rxo-Sz*eu_>Mn gx=xA_hIm _anaesNk,t* Ssoi;m wsI (= G| tz_ns ^~~~NtieA L_grnsickle/bitor.cefpl;aq:Ishared/unstable/forky.c u Nl106 (| c*:o*,se pt:)89_:46a ^~~~~~~t:s s a warning: 19ti:unused parameter 's' [-Wunused-parameter] ce,r gs _ffwarning: d )); | unused variable 'bitmask' [-Wunused-variable]) | ~~~~~~~~~~~~^~~~~~~~~~~~106 ^ hammer/zl.c | :s132| :t21sickle/kink.c89:| a ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~note: tplace parentheses around the assignment to silence this warningi : ^ | 132 | cs /usr/local/include/pd/m_pd.h48:: cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/Decode.o -c hammer/Decode.c 1500++++ info: making shared/common/fitter.o in lib cyclone : warningh v59 generatediao. :1fr warningi e generated(33dd cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o shared/common/fitter.o -c shared/common/fitter.c :b++++ info: making sickle/matrix.o in lib cyclone inote: _dtexpanded from macro 'CLASS_MAINSIGNALIN'. o t- _r500b>_i | bdi_tcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/matrix.o -c sickle/matrix.c m++++ info: making shared/unstable/fragile.o in lib cyclone ntwarning: aasstunused parameter 's' [-Wunused-parameter]k(o mtb s_ i48ct | lbmsiata=ts oaskrs n_= t di1or mce*aq u ct, >dr d i| f ^ixei fl *_ nx*datt _)( a xfot| )omn, sm ^ = tf-*rshared/common/fitter.caa=vg)sickle/edge.c_ i: 87n(r:el:q 34| ceh ^:uaerf sl70_warning: toc:e38aunused parameter 'f' [-Wunused-parameter]tl: d a *) s)s0f)87 _ | )s warning: t unused parameter 'x' [-Wunused-parameter] | | a2tg ^ ^ ~~~~~~~~~ e warningi70sickle/matrix.c t:s| generateda79c ^ | 2 :sl warningis48. t: generatedev . na ( tc| i ==warning: con iacc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/gate.o -c hammer/gate.c mdunused parameter 's' [-Wunused-parameter]++++ info: making hammer/switch.o in lib cyclone hammer/zl.ce : v152o: 21*791, | iscc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/switch.o -c hammer/switch.c tda++++ info: making sickle/delta.o in lib cyclone : warninge generated . twarning: id ct using the result of an assignment as a condition without parentheses [-Wparentheses]gvhoiisfed c cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/delta.o -c sickle/delta.c a_++++ info: making sickle/peek.o in lib cyclone mnlaelt,i rwt& (tite152a | _r frxls_otlga at ti tyep_sate(ss)t)_ y hammer/switch.cmmb| o ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~l (rshared/unstable/fragile.ci:ga tt114ff:):816 : :r _12p(cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/peek.o -c sickle/peek.c d -i>warning: | ++++ info: making shared/sickle/arsic.o in lib cyclone ^:declaration shadows a local variable [-Wshadow] x d dnote: * x_,114 nplace parentheses around the assignment to silence this warning ta | cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o shared/sickle/arsic.o -c shared/sickle/arsic.c t _os*i nmyx++++ info: making shared/common/vefl.o in lib cyclone 81st , | = m in a =t onmisn bl o+lt _ siysickle/peek.ce:f56 t:s*(s;1fm warningbano l generated 12 c*): =. | warning: f shared/sickle/arsic.c, rs | ^using the result of an assignment as a condition without parentheses [-Wparentheses]:iang188t: a)ihammer/switch.cc18 cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o shared/common/vefl.o -c shared/common/vefl.c : ~~~~~~~~~~~~^~~~~~~~~~~~~++++ info: making sickle/cosh.o in lib cyclone 102 l:,9::e hammer/zl.c_ warning: ct lincompatible pointer types assigning to 't_word **' (aka 'union word **') from 't_float **' (aka 'float **') [-Wincompatible-pointer-types] | anote: 56 ^previous declaration is here | 188_ : s | shared/common/fitter.c si_f: 94g 152a e:: 37 21:tt(a vxl:102 iwarning: eounused parameter 'x' [-Wunused-parameter]pnote: mn place parentheses around the assignment to silence this warning | - 94>= shared/common/vefl.c (:sc101n 152* | :sa | _itvnaamve)sci t54c - >et,s t: i t| _ icwarning: , ^ o incompatible pointer types passing 't_float **' (aka 'float **') to parameter of type 't_word **' (aka 'union word **') [-Wincompatible-pointer-types]vv eh ni roiisnscsickle/matrix.ccfi : 101a374(:ddl- = | f 40>&dt o:l&rlv,e iwarning: tte t !&gas_cunused parameter 'x' [-Wunused-parameter]t [ne ar374taorrrsroamx | -sy;s_st atstag,> tt inyp =cepxg e| e _ ^ ~~~~~~~sn av)e_tfor)rfftiodx commashared/sickle/arsic.csih e t:rls| 218o ^ e aa:| pnlni7yt(w ( )t:+ o =warning: _ pperforming pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction]xad(ri cd)sshared/unstable/fragile.c_ e218 (:cve* | lp lxpe81 nr:l,i 12ltns_ -]| et:s ^ )Cyf)Lnote: mA use '==' to turn this assignment into an equality comparisonb1o; tl( > t v81_ _| *m | sg ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 S a,rS a _ sickle/peek.c t: 56tir :| r| 12f_ ( )s Miya ^x: y*Amxhammer/zl.cI b( ,,f Nnote: :oS nIlplace parentheses around the assignment to silence this warning G* 152s :i212:)=56 | note: N A LfnI N (| rcuse '==' to turn this assignment into an equality comparison ^ t,a & t gvishared/common/fitter.cn_ ipls eii-:d108c>,_:c35v:_lx a s,ssfisz152 _warning: funused parameter 'x' [-Wunused-parameter] _)eg, | ( i vn108& tpe ;=t s i | ovncpaid -lx >-sisf_>,v| 1 _te(ad ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~nd- ( acv>tde/usr/local/include/pd/m_pd.ht n:i| a_500 ^c) warning) generated . c : n| tvoaoa ^~~~~~~~~~~rsickle/matrix.csit59dmo[ex ::cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/cosh.o -c sickle/cosh.c ,/usr/local/include/pd/m_pd.h487- ++++ info: making hammer/xbendout.o in lib cyclone m :s672 :>:note: =xt66_:expanded from macro 'CLASS_MAINSIGNALIN' enote: f h 35npassing argument to parameter 'vec' here ifsa ctafio500m st | c h672a | n: nEtlXe ewarning: +unused parameter 's' [-Wunused-parameter]lr la] s ,t 487c) | T&sE RaNtc) iatre a gl_at| yssickle/cosh.csp:t ^n ts 30 | :e30g:a_ ^ it | c dwarning: ( ==otm v_unused parameter 'x' [-Wunused-parameter]paor | er ( )sidd sickle/peek.c*):*x30)i56,an y m | _hammer/zl.c::gs12a| ei ^s:164 :t18 tt r:g | tif ==_warning: xusing the result of an assignment as a condition without parentheses [-Wparentheses] l_nnote: use '==' to turn this assignment into an equality comparisonaalnionshared/unstable/fragile.c :e taw164i | (t s w(85y:cm8 cto_bs56,ov | rlyi fdmo*i :( s s 1(db,warning: d(using the result of an assignment as a condition without parentheses [-Wparentheses]o lc t hta_ gc o_*sria85-hfr (* | > vsrpds,)i(y &a_y _ fn=(i(nm*dxa tssi ytc p-p,( (ebtaoz ocm*>ts,_ c=so_ilvs) he c0tf )=n tort _*na-*g>rsifalrs s*ee2qi[i)_exz-xu,e ct _| sl>a ^xl_ stsods_)imshared/common/fitter.c g*eat,:ne va)l ec dr191)f *:- tefa| ct*36(h:a swarning: nunused parameter 's' [-Wunused-parameter]_ p| e o191w | ~~~~~~~~~~~~^~~~~~~~~~~~nc)oh ^ateb l ]| j)_ ^ er c f| hammer/zl.c* ^l ) 0r:) 164| to:d (a t ==* | *cf ^ ~~~~~~~~~inta*m vetee,r _c18g :eftnfsickle/peek.c) l:1,o a64t warning(; generatednote: at:. place parentheses around the assignment to silence this warning_11rsgyt:mybpoel s warning: *| 164s ^cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/xbendout.o -c hammer/xbendout.c ) ++++ info: making sickle/acosh.o in lib cyclone | , declaration shadows a local variable [-Wshadow] a| i c ^f , (64shared/common/vefl.cda | -:v 139>) :d)60t :__ nfwarning: | aincompatible pointer types passing 't_float **' (aka 'float **') to parameter of type 't_word **' (aka 'union word **') [-Wincompatible-pointer-types]l ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~to o ashared/unstable/fragile.c139mt | : s 85 e:fl=8 s:n=e rnote: xeiplace parentheses around the assignment to silence this warningqf u - e>(85x!s | _tgv aaerlirudaf)ey ;_ g e| (| ^ tz f ^ l =| sickle/peek.c o: ( )a t2hammer/zl.c51 warning::ws16443f generatedor:. a:r g18note: di:previous declaration is heresl (e vnote: _ cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/acosh.o -c sickle/acosh.c puse '==' to turn this assignment into an equality comparison-51c++++ info: making sickle/atan.o in lib cyclone > | l5a warning vcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/atan.o -c sickle/atan.c s_sgsas generatedt164. r | ++++ info: making sickle/Scope.o in lib cyclone _ acritraifey ca( ,tcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/Scope.o -c sickle/Scope.c de++++ info: making sickle/bitshift.o in lib cyclone - v>&odoi_vbnpda-jt >oevmp_cestsie z(ke=_,cf ln& avopnm-ar>te(vetq,_ud aet_sfpatnee)ed))sickle/acosh.c k, : 30 : *a| 32r: ^~~~~~~~~~~ xg/usr/local/include/pd/m_pd.h| :sickle/atan.cwarning: t ^unused parameter 'x' [-Wunused-parameter]672 y: :| 30 ==30p: | 66e: s,30sthammer/zl.c,a: :tanote: tc_i,passing argument to parameter 'vec' here192fwarning: l:c sickle/Scope.c :o18v 510aatunused parameter 'x' [-Wunused-parameter]o:i: v warning: f672)12) ) 30 using the result of an assignment as a condition without parentheses [-Wparentheses] | dE : X| T| ^ ^ warning: 192using the result of an assignment as a condition without parentheses [-Wparentheses] | a | Esc oR510tN a t | isi f ch _i nivto | f ( ) dg( cashared/unstable/fragile.c(:i85dsvd: r r8-p=a>(a tyd_2sgctoap:e _note: ause '==' to turn this assignment into an equality comparison warning _et_nifs nc85vlios | i asoibslh_ generatede f* . t(xx,( z) )td =_ af t| s ~~~^~~~~~~~~~~~~~~~~~~~i grnacc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/bitshift.o -c sickle/bitshift.c wgsickle/Scope.ci:l510eo:s12++++ info: making hammer/speedlim.o in lib cyclone p:maos rl_ ( note: cplace parentheses around the assignment to silence this warning=*t* sl _aadtsa( s510nt pnsa*_ | ct _orx m,)ge a ar | t sti_er o+ ^bfjsei gca( t1c n(vcy+n aa m *=lx ,eas,cc *of*)nsp, e i_airspvgi1nstt)y pie b warnings| generated, ^ la. ec *(,4s warningxs| generated ) ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~. )ai v z )hammer/zl.ce:cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/speedlim.o -c hammer/speedlim.c ,| ) ^ ++++ info: making hammer/drunk.o in lib cyclone 192 t | _: ( )w18 cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/drunk.o -c hammer/drunk.c o| r++++ info: making shared/common/rand.o in lib cyclone ^d :sickle/Scope.c1 :* 510note: place parentheses around the assignment to silence this warning:| warning* ==12 generated . :v note: shared/unstable/fragile.ce192use '==' to turn this assignment into an equality comparisonc: | )148 ;:i510 f21 :| cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o shared/common/rand.o -c shared/common/rand.c | ( ++++ info: making hammer/Histo.o in lib cyclone d ^ -warning: > using the result of an assignment as a condition without parentheses [-Wparentheses] d i_ fn148a t | o(ms chammer/speedlim.c v:= 116 n:=52w:a htwarning: cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/Histo.o -c hammer/Histo.c i ounused parameter 's' [-Wunused-parameter]++++ info: making hammer/xbendin.o in lib cyclone msl sc e o116 + | p(se tw_a1atin is+ct vavtoiycis)d pi e b| =ls ^ e* apr (get| y ( )xpee dshammer/zl.cl+i+m))_ )l cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/xbendin.o -c hammer/xbendin.c : 2| warning192s:| ^i generated18. ++++ info: making sickle/sah.o in lib cyclone ~~~~~~~~~^~~~~~~~~~~~~:s shared/unstable/fragile.ccc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/sah.o -c sickle/sah.c tnote: ++++ info: making hammer/MouseState.o in lib cyclone :| (use '==' to turn this assignment into an equality comparison148 == t: _21 s:192p cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/MouseState.o -c hammer/MouseState.c | esickle/Scope.c++++ info: making shared/hammer/gui.o in lib cyclone :e533inote: f: 12d(place parentheses around the assignment to silence this warning:dl -iwarning: >using the result of an assignment as a condition without parentheses [-Wparentheses]m148d | _ * nx cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o shared/hammer/gui.o -c shared/hammer/gui.c a, 533 ++++ info: making hammer/counter.o in lib cyclone | twto h_ ihammer/xbendin.cml s:s 77y=e:im fn19b a((t:wocm soa warning: vl+n t*=ts y,using the result of an assignment as a condition without parentheses [-Wparentheses] shammer/MouseState.cc :1ion t+ 26 apca):c p ee77| ,47_ :t ^ _warning: i | =ast unused parameter 'x' [-Wunused-parameter]*o | vshared/hammer/gui.ci:s29i ==mb:l a26 ri45ge | tsyfcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/counter.o -c hammer/counter.c :p(exs++++ info: making hammer/mtr.o in lib cyclone *)hammer/zl.ct+a )t+i)c v(o| ~~~^~~~~~~~~~~~~~~~~~~~i warning: unused parameter 'snk' [-Wunused-parameter] sickle/Scope.cx:| 533 ^ :d12- >:x _note: o m: aM n 25829: | 31so:utplace parentheses around the assignment to silence this warningsae | warning: ( )unused parameter 'x' [-Wunused-parameter] vi hammer/counter.c =:shared/unstable/fragile.c179533 S(tc: | ih)t49 c258:a 148 t | :sa v| et_ ^warning: n on aunused parameter 'dummy' [-Wunused-parameter]t aiien :fy179t | islt21 h=a=icn t ig di 0nc(h tt_aMv:o (o mzmle_cnote: irdgu sv) c=ou iuse '==' to turn this assignment into an equality comparisone S_stc o)p eaunnaotteer _*px148n_ | _,f/i*sy l tCcHoEaC o u nvKi| s ^ httM(iinbtg ((E1 warningt generated*. t__/_hzhammer/MouseState.ccw holi:l27eal e ucc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/mtr.o -c hammer/mtr.c (| m++++ info: making shared/hammer/file.o in lib cyclone mwe:rn*gx(at15e ~~~~~~~~~~^~~~~~~~~~~~~~~~n t)uhammer/xbendin.ct:y77i: :* p rwarning: ex 19| s ^: unused parameter 's' [-Wunused-parameter] hammer/zl.c):=263 :* *n33k:) a rwarning: gunused parameter 'natoms' [-Wunused-parameter] xnote: ,place parentheses around the assignment to silence this warning t t , _ fy7726327l | hammer/mtr.co:a p225e | | s| s:t t 49 ^ a d:+ + )tt_ i| ^ufi s| (| c xm ( ) ^m y warning: v-o> i dyxshared/hammer/gui.c_sickle/Scope.c)o | mm:b:53330onunused parameter 's' [-Wunused-parameter]il | : ^ * ==12 :s shared/unstable/fragile.cz:l=_ 150(:c21,h:anote: use '==' to turn this assignment into an equality comparisoni n 533t | warning: 225 | unused parameter 's' [-Wunused-parameter]a nc n ,o n s30t aitep:l10t:if( _(acttc o | v=mwarning: == *_0avv ) z )o7 enumeration values not handled in switch: 'A_NULL', 'A_SEMI', 'A_COMMA'... [-Wswitch]is c )o p ed _li 150* | x | s ^ s , wv i siinhammer/MouseState.ci:tbcmthttr/a 27 *c nl_eCsHk(ya_1(twom:xlaEbmonsCt22i,l) )K stMt:( t _Et*_sa warningymwarning: , generated i. npt*r et)/unused parameter 'ac' [-Wunused-parameter] a c | 27k| ^ | t a| o ^~~~~~~~ cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o shared/hammer/file.o -c shared/hammer/file.c c ^ , * ++++ info: making shared/common/os.o in lib cyclone | ( )t _| am == hammer/xbendin.c tt:o77m: p* ,19 t*_bssickle/Scope.c u::559a:fvy,)12 :i t warning: _using the result of an assignment as a condition without parentheses [-Wparentheses]m note: ns buse '==' to turn this assignment into an equality comparisono lyt559 | | * bs77a | , ^ mi b nio shared/hammer/gui.cilf: n30(:tfg x(-c*>sv,e x i_28do:nma=c ,ntiwarning: unused parameter 'ac' [-Wunused-parameter]s c 30a) | otp_e _= aci,| tshared/hammer/file.co mts:(228 ^c: v _h*aa16 inhammer/zl.cn tsa vo: 263)me :: *warning: | t49 ^unused parameter 's' [-Wunused-parameter]l:i ba l_228hammer/MouseState.cev=)=s 0warning: :( | unused parameter 'buf' [-Wunused-parameter] x | ) )27 ^yt:m b)o)_l 263s y */ 4m warningb34 | hammer/mtr.co::s ts awarning: t| i ~~~^~~~~~~~~~~~~~~~~~~~unused parameter 'av' [-Wunused-parameter]310 l generated*sc . sickle/Scope.c, C*H E ::i559sC,n tK27M | E i *59n::/t a cv,cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o shared/common/os.o -c shared/common/os.c warning: unused parameter 'ac' [-Wunused-parameter] | a o++++ info: making sickle/linedrive.o in lib cyclone ^12 ct,_ s : 310t | ysi_ta_t tnote: admplace parentheses around the assignment to silence this warningb oot o559ma | m | * ==zt la *val ) ivc* s v)i,_fn | oi ^nop| ( ^t i (shared/hammer/gui.cca cshared/common/os.cd:t,_vz1shared/hammer/file.c warning : =tm30t rls349a: generated . 303c:k:c*23o::40_x p:_are17warning: :e ausing the result of an assignment as a condition without parentheses [-Wparentheses] dwarning: ,ht cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/linedrive.o -c sickle/linedrive.c owarning: ++++ info: making hammer/tanh.o in lib cyclone _unused parameter 'av' [-Wunused-parameter] using the result of an assignment as a condition without parentheses [-Wparentheses]iosm i o303v kin( t | _ 349*wp30s | i | b h i a tlve l e d( n* id)apt- >f(oz dmi(sr ,| sickle/linedrive.c : ,x l69etn:g _ )e ^tt27nh )= t_r _ os| :y ^ y | s ( )pwarning: m ausing the result of an assignment as a condition without parentheses [-Wparentheses]tb ohlat_=l _ersickle/Scope.ce ns:yg*559staot: 12dm: hnote: (*duse '==' to turn this assignment into an equality comparison,dmbi4buiorf-,>l warning55969i | r s * | fi generated ns. _ntn( da namtep -iabcf,i> md(ac itcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/tanh.o -c hammer/tanh.c ef,r ,v_++++ info: making hammer/anal.o in lib cyclone n gf_ehaat(oxm- >-fn di>_= xc uds*r_a)ilrseev))c o n n)tcdp| i| eto ^_mi r ^| s-p>vahammer/zl.c ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~si_sc:i263bnla,et(a m: e58shared/common/os.c)x): : t )warning: 303unused parameter 'banged' [-Wunused-parameter]| : ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~)cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/anal.o -c hammer/anal.c i ++++ info: making sickle/Line.o in lib cyclone shared/hammer/file.c| _ ^ ab:t 23 l:e349 263o: 17m : | =| == note: fnote: s place parentheses around the assignment to silence this warningiplace parentheses around the assignment to silence this warning*ta tv )t a tsickle/Scope.c 349:i| e | ^639 303:c | vhammer/mtr.cw h15 : ori lwarning: e :mi a310unused variable 'dy' [-Wunused-variable]:ifx71( _(g dld p -e>z639l: | n g_tdnhi r e _=e nftl rocc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/Line.o -c sickle/Line.c tooy(s++++ info: making sickle/cartopol.o in lib cyclone paattp)h()_ d=| x ,r ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~l ewarning: edtunused parameter 'av' [-Wunused-parameter]nsickle/linedrive.cy a,d g :t69d310x | ixrs,:t(_a hydyp27,t i:4 snote: c warning(czplace parentheses around the assignment to silence this warning dv lsoi generated . sickle/Line.c r69;- >:* | -200i>s| _x ^~d :cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/cartopol.o -c sickle/cartopol.c nmat44rmd++++ info: making hammer/xnotein.o in lib cyclone :iea , c, rwarning: _unused parameter 's' [-Wunused-parameter]f kh_ rsickle/Scope.ce:a772d:h aoi200n15dil:e -warning: of>k) | fn_ts)c (un unused variable 'dy' [-Wunused-variable]a| tt _r p772d | ^ or( xmesn, * - t| >tz ( ), d i r x _tifs_acttlo_msip-actyshared/common/os.caitb> lvem :o=m ooi bf*astb303d :du23cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/xnotein.o -c hammer/xnotein.c o:x ,++++ info: making sickle/bitand.o in lib cyclone f _lnnote: a,m ei) nduse '==' to turn this assignment into an equality comparisonyl,i n) i x303xet | | b,_ t ^ l * f| a ( )itywe nshnrtym(aamshared/hammer/file.cg,eielhammer/xnotein.c :s349,cdt:_;84x)e_ gi :n( d:e19 : tlt| i ^~17| ^ warning: : (apsickle/Scope.c):using the result of an assignment as a condition without parentheses [-Wparentheses]838 c-,> : hammer/zl.ctd_)a 13t:o 268 m: i| note: 84 ^ n:ruse '==' to turn this assignment into an equality comparison | e _ | **warning: xea 349 ( )v n) ti34unused variable 't' [-Wunused-variable] | f,sickle/linedrive.c : tr y_83869 | = ^: (:x | r27-i sfhammer/mtr.cwarning: e y :>mx a:_( lbnote: unused parameter 'x' [-Wunused-parameter]ed otuse '==' to turn this assignment into an equality comparisonn 316_gt le69 x tohd*mi:r st(,= n | iod s268i60 n t: | ps t *p-a>act dait=ht warning: r,=i__f lh( unused parameter 'ac' [-Wunused-parameter] ei( cah (ntt nx_-c_g ta>aitnxteth_316xid | o(st csdozllmepnt imanr_e t-i>e*casvl)_ *= ni )))a l=| ab ^z m e| ,s ;0 ) tl) ^ e f | _ ^- i=sickle/Scope.c/ nft| * ==: >i af863i:_rtgct 44cC:evH uEwarning: orunused parameter 'glist' [-Wunused-parameter](CrK tMi mEr _863adzex _ | lmsg n*ttxae*t,dt r(i/a rci-n )>)sk__t wtin| r ai| mtc ^e ~~~~~~~~~~^~~~~~~~~~~~~~~~ e ) i)hammer/xnotein.c)i:n| 84h == ot: o19| :| k ^ ^( t _shammer/zl.cp| cnote: ==do: pplace parentheses around the assignment to silence this warning278*1zshared/hammer/file.c: e:_37160::c lwarning: ,unused parameter 'banged' [-Wunused-parameter]i warning ct11 k: generated 11278( warning84 generated | warning_. . | s generated styt. awarning: m_ using the result of an assignment as a condition without parentheses [-Wparentheses]g t iiocf bb 371ovlo(i | d xj z -*> cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/bitand.o -c sickle/bitand.c l finfa_mx ++++ info: making hammer/maximum.o in lib cyclone ee_,cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/maximum.o -c hammer/maximum.c *iz ++++ info: making hammer/testmess.o in lib cyclone (nofccc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/testmess.o -c hammer/testmess.c im ++++ info: making hammer/urn.o in lib cyclone ,=t l fsnt-i_a>g fc(,_ ls=itas_ zt(t _l*vgcsickle/bitand.cl :a*e29hi:apsxtt,hammer/maximum.c ainnnotn m,ee n lhammer/testmess.c11):la*31 | ta:: 50 owarning: m: s:,228 ^=unused variable 'mask' [-Wunused-variable]| : 33 =sickle/Scope.c ~~^~~~~~~~~~~~~~~~29v | :) warning: : shared/hammer/file.c unused parameter 's' [-Wunused-parameter]864t 0:_ warning: :atunused parameter 'av' [-Wunused-parameter] 14 t371_oi :)11n :228 m| | t ^v omia:*sb ku hammer/mtr.cwarning: )unused parameter 'xpix' [-Wunused-parameter]:note: d =f 31place parentheses around the assignment to silence this warning 316 | fr/x*,a864 | is-tn:g72C at> t i :l i ewarning: _371 | g unused parameter 'av' [-Wunused-parameter]H e cixf 316t_( fE | msC=KtaMsiEn ty s*kv/xo pfi -m;ixb ,>| b ^ i daf a o | n_ts ( )a vny| thammer/xnotein.clpm ^~~~s i(a:tixsickle/bitand.ci:_106ca g:teoemm u84p48*v:o axd,m _):i19 :alnnevwarning: )iiunused parameter 's' [-Wunused-parameter] s | d ^ 106| t | t hammer/testmess.cls ^s thhammer/zl.c:):ia(m294 t:28134::note: t 51warning: :| ruse '==' to turn this assignment into an equality comparison unused parameter 'x' [-Wunused-parameter]t_i f84warning: ^ c | unused parameter 's' [-Wunused-parameter]tm a cv ko294| | ( )_saw xi r tishared/hammer/file.ci,281d | : iaf i371sbn ti(amt:tutte tmha11lxo-o iatnc:i c ,vk>d *(oxt__note: puse '==' to turn this assignment into an equality comparisonxii, d_ db 371 iitn n*stozm_,s | tt ytm(_tensbio tzls=_ t ymm ble(scs h*_abg di_fsonbirelnsot, aet (l, f=( t| i nn=lu _p*t ^=d f e0s t*)xn ,_ af)sickle/Scope.cta -cm,t e>:i ,m entt_s864_aai/t*nofr_:s 24t:s mCaH sg (aycE warning: *t*m_vazbxolC,lunused parameter 'ypix' [-Wunused-parameter] e p,a vtK)M*Es nt_,a 864_t *eols y) | m m b* *o /ai n | t ^ vl)ax | c *| ^ , ^ s ,i| ,i ^n | tt == ni _ihammer/mtr.cat)| == : shared/hammer/file.ct:| n385tox:p11366 ^m i* :hammer/zl.cxa:v )a warning: 17::c ,warning: using the result of an assignment as a condition without parentheses [-Wparentheses]| 329 : ^ tunused parameter 's' [-Wunused-parameter]_,33 385: | ia t366 o m i | 1fwarning: warning* generatednunused parameter 'x' [-Wunused-parameter]. a t ( f1 warning= generated yf. - vp329>) | i sfcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/urn.o -c hammer/urn.c x_++++ info: making hammer/cycle.o in lib cyclone t,t_ a itssicc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/cycle.o -c hammer/cycle.c a yc++++ info: making hammer/capture.o in lib cyclone nvme| 2pbto warningsla ^inh hammer/cycle.ci: n50f:t33 tz,: iwarning: nunused parameter 'x' [-Wunused-parameter]ts * generated . s a,l 50_ielnlt) | ias tt| cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/capture.o -c hammer/capture.c ~~^~~~~~~~~~~~~~~~ac te++++ info: making sickle/record.o in lib cyclone ,shared/hammer/file.ct i:,ctr385 _iv:a11_n:itnot aidr btgnote: dplace parentheses around the assignment to silence this warning(o m ccc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/record.o -c sickle/record.c y hammer/capture.ct385l:c37,: ++++ info: making sickle/change.o in lib cyclone l_ | 50 e *z: _ l a warning: i| vb ^f *unused parameter 's' [-Wunused-parameter](sickle/Scope.cfax n,g): 864 37i=(n: | 34| :f ^s tttsickle/record.chammer/mtr.c: warning: -_ia103):>unused parameter 'shift' [-Wunused-parameter]c :ytf 491 _c864i c | : 24l:| es ^*12x:) warning: | v using the result of an assignment as a condition without parentheses [-Wparentheses] ^ hammer/zl.c a :warning: 348using the result of an assignment as a condition without parentheses [-Wparentheses]o hammer/cycle.c : 71: 13491:103: iv46d: | | i2 warning ncwarning: swarning: generateda e pp. tt xusing the result of an assignment as a condition without parentheses [-Wparentheses]i iunused parameter 's' [-Wunused-parameter] p348ifx af (71u | n(,xcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/change.o -c sickle/change.c -e>fspt a rt= | ilxci)_ ivn es r_++++ info: making hammer/thresh.o in lib cyclone l| io ^ i i ufsd| yts ( ) c y _p(inxsshared/hammer/file.cy,n actlofmosepie :tnn_=l385its it(:(11 n:ntg_(c aspt _p=c(hanote: ituse '==' to turn this assignment into an equality comparisonfhytc, t(ufx l!-,i n=t r0e )*>" rea)lxt 385,* x i | | cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/thresh.o -c hammer/thresh.c _,mn ot" ++++ info: making sickle/slide.o in lib cyclone d ~~~~~~~~~~~~~~~^~~~~~~~~~bxl t d)_,isickle/record.c): f | (s ~~~^~~~~~~~~~~~~~~~~~~~~~103fy:,e 24mt b_os layhammer/mtr.cm r :| g= bnfnote: :place parentheses around the assignment to silence this warningn_i 864t:hammer/thresh.ct 45 :n s gawarning: c aa:,491 unused parameter 'alt' [-Wunused-parameter] c ,v | et i_88att_?a:of 48m t: o m p| warning: ia*n ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~a(evunused parameter 's' [-Wunused-parameter]x 864-)> | x * f l | ^_349i a v88s) | (rf p | )hammer/cycle.c :u100 s n : 24t:a = t iwarning: using the result of an assignment as a condition without parentheses [-Wparentheses]n i i100ns | t | y| n gx c ^ ^ =i s (p i fhammer/capture.c _:(v| o ==x140f,: f ixindx -12o-t>>x !py:x_=pshared/hammer/file.c _0m)eeov warning: tndh:using the result of an assignment as a condition without parentheses [-Wparentheses]eeain408r(tr) mxog ,: p a| 140ed | ^ s h e:_ 20= l i tn th(:i nfrs warning: , ti(f ts_h| e! ( ) musing the result of an assignment as a condition without parentheses [-Wparentheses]t h"i= (rsickle/record.cr:e103f"ta)i)f,: n| ips24 h: n t0note: )i408 use '==' to turn this assignment into an equality comparison | )= a s nl| g ^ ~~~~~~~~~~~~~~~^~~~~~~~~~* )hammer/cycle.c | t103 | ( ): 100w)h i,y : lshammer/mtr.ce_24x | i ~~~~~~~~~~~~~~~~~~~~~~~~~~n : ,( gf t : 491td_b:snote: 12ahammer/zl.c :yoi plplace parentheses around the assignment to silence this warningnote: :f 348 m,:b13 (:ox rebuse '==' to turn this assignment into an equality comparison- 100l | | >note: x* ^ sn _(ab iu gplace parentheses around the assignment to silence this warningsickle/Scope.cf i491es r ,= :,f | u n( 348i nnitn864 | : xi54f:p "warning: dunused parameter 'dbl' [-Wunused-parameter]a _(figf if w "= (pc864 n,d n)a)t= o t(sm-_sy | ba t=sy _ cfo(omxpl> afs x _!e=* na( s/0- >e(vv))p s ) | ,| a* tx eh ^ ^, * nx") _ )L m pod| irt_mAonddTe" Eu)n ==) tb sickle/record.c=iR| :a145 ^xsp: nide x| ( ==gk, 6 : a iwarning: hammer/mtr.cunused variable 'vecsize' [-Wunused-variable]:rag r(501 ffb1: aig18o :! n145< | et= v, n0 warning: ryeusing the result of an assignment as a condition without parentheses [-Wparentheses] warning mian t501)ei | s )r generatedn. vip,)ei nwg c| s ^ ?x ,i z r| icc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/slide.o -c sickle/slide.c | ^ ( )i ti ++++ info: making sickle/abs.o in lib cyclone c ofnuenhammer/cycle.c t i+n=t | s (i:g ,s+ ;(sickle/slide.c cCl100 h-i| H ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~:i: E6224C>shared/hammer/file.c:K:E408: f:sntD34 :,note: use '==' to turn this assignment into an equality comparisoni 34920n _*v:e tnote: e | c/a place parentheses around the assignment to silence this warningl100e | n s l 408 i | twarning: f,= unused parameter 's' [-Wunused-parameter] is ti (| zx - ~~~^~~~~~~~~~~~~~~~~~~~~r nl xehammer/capture.c62- | t:w>s ;hexi_d>b t anm(| 140xl_t ^~~~~~~iioen :le,12 l cde)| : v)note: o vi d( e*ns| place parentheses around the assignment to silence this warningg ~~~~~~~~^~~~~~~~~~~~~~ ^l t 140aerhammer/mtr.cbisickle/Scope.cdameoad:e_rn 905g::ge | : w9501 :e18 ::n( t=r note: piefplace parentheses around the assignment to silence this warning_ sdy_mwarning: =fmib n(af iusing the result of an assignment as a condition without parentheses [-Wparentheses]( dob501yf cpn i l=nl | s905!ga)* s), =s s 0 )i | y )s in(f _ fsi(otl i | paef| n ^( n c(e| l,c v ==, b*etn_ axut| f), ) ==o )s spcdtm"rolpeen_(wuhammer/zl.c ln:i348n*baev):"))13) i :)n d note: | ( ^ /| _ *use '==' to turn this assignment into an equality comparison| i ( ) ^g s a 348hammer/mtr.cLr:v | b501ia:g218A: warning enote: s Tsi, generatedEi buse '==' to turn this assignment into an equality comparisonR. lsf ) e a((,s nx )1)k501 ca | warningi generatedtcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/abs.o -c sickle/abs.c o| uf ~~~^~~~~~~~~~~~~~~~~~~~++++ info: making hammer/spell.o in lib cyclone 3 warning so on generatedtim . +fv+ e(slriwnre. l;e in=sickle/Scope.c :t= 905 : 9s| t ^ r(l e xn| : ( ) cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/spell.o -c hammer/spell.c -(note: lplace parentheses around the assignment to silence this warning> xshared/hammer/file.c_ ii:mnoe905) | 408 n)++++ info: making sickle/Snapshot.o in lib cyclone igfd,cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/Snapshot.o -c sickle/Snapshot.c e a :++++ info: making hammer/Uzi.o in lib cyclone (C20| : ^cHrvE C Knote: | Eg ==D =use '==' to turn this assignment into an equality comparison sickle/abs.c hammer/mtr.cs<408: | : c68 on514 : *w11/:: p warning: herusing the result of an assignment as a condition without parentheses [-Wparentheses]_ i ie| s28lsickle/Snapshot.cm::v i ^ s warning: e | hammer/spell.ca ( )unused parameter 'x' [-Wunused-parameter]i44n: iibn:(lghammer/capture.c61e:(514 | 17:x68 :g | s ?)awarning: ) t46using the result of an assignment as a condition without parentheses [-Wparentheses]:| 140a ^ r twarning: bunused parameter 's' [-Wunused-parameter] : iac | i61 ^ 12 44 | s gf| ve | t ( ) o| = ==a:t ( iipd hammer/zl.csickle/Scope.c :a905ab:dcsc_ f: _3429=:inote: 59dfsiv:use '==' to turn this assignment into an equality comparison onpd: bb i note: yuse '==' to turn this assignment into an equality comparison dwarning: 140( | iunused parameter 'banged' [-Wunused-parameter] c s tp_lnab s a 905b eusi342 | | s((flx slsi f __(gfl* eixf,(,t-atsn tapt i(ct >c=v* tv_xo =_sss xpsyi_scte_igdofolopmne o(_nz) lp )=ael bi n*sx(bb(uv_i!sf,x -pidlb>_x,ult _)neb s_"yi*ws)n" tdo(mpxp(bi oeltd )| ))&) g **&e ~~~^~~~~~~~~~~~~~~~~~~~~s a| hammer/mtr.cr r:, s/ ^514b x : -p11)(*>| iatx : _g d e| n,enote: == ^ L place parentheses around the assignment to silence this warning _tz Assickle/Scope.ca )514:, | 953cl:T,t9l :Ec * i mo utR_enwarning: x tiausing the result of an assignment as a condition without parentheses [-Wparentheses]a, sf kt o+>+m ;( i f *aa0ci | o .953 ^ | n1= )t)i fb i warning v | n| (vc) generatedebn ==. a ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~rvut wfsickle/Snapshot.c=r :| s ^c_44g: ioo17p:tshared/hammer/file.cimcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/Uzi.o -c hammer/Uzi.c ense++++ info: making sickle/wave.o in lib cyclone _,:g 504, tt_n a:Cnote: Hplace parentheses around the assignment to silence this warningt iE a2744to:sovmi Cs(Kbmwarning: E b*)i | using the result of an assignment as a condition without parentheses [-Wparentheses]bbD)u f * ,| / 504i ^ i | fn | lt ( ^x eb( xa n| g| e)d ==)- > ( ) ) x| hammer/capture.ci_: ^172 : o58n : =hammer/zl.c f( :hammer/mtr.c(cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/wave.o -c sickle/wave.c !warning: r:++++ info: making sickle/onepole.o in lib cyclone x374514:unused parameter 'ac' [-Wunused-parameter]59e-| :: ~~~^~~~~~~~~~~~~~~~~~~~>s u172 | warning: s txa_1t warningunused parameter 'banged' [-Wunused-parameter]11i generated l374ts. :sickle/Scope.ct | cnote: s o:pvuse '==' to turn this assignment into an equality comparison-to953>aifp_:de9cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/onepole.o -c sickle/onepole.c e:d ++++ info: making hammer/split.o in lib cyclone tnote: 514iplace parentheses around the assignment to silence this warningcmabp | e c& d&f 953xt | - >iuinvfxofi d( r z(_l=_ cdjeelvao ient(_cmwt r=iib_m =b ietzsec lndb>o pfee*n h0u)o x_. )ofk_)(,| ti ~~~~~~~~~~~~~~~~~~^~~~~~~~~gien _tpsshared/hammer/file.c t d:cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/split.o -c hammer/split.c 504n n| ++++ info: making sickle/bitxor.o in lib cyclone v:*27a ^ t oizam, t| s (tb:biob_) ( )sl mnote: )y sm | ,b ^to_eaplace parentheses around the assignment to silence this warningtl ( x o| )sickle/Snapshot.cm ==:* f*nb 44, )u: f , 50417 i | inntt : a| ^ ccc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/bitxor.o -c sickle/bitxor.c ++++ info: making sickle/pink.o in lib cyclone , bcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/pink.o -c sickle/pink.c note: a hammer/mtr.cuse '==' to turn this assignment into an equality comparison t| i44 ( )_++++ info: making sickle/asin.o in lib cyclone an: fg | t563e d(osickle/bitxor.cmsickle/Scope.c)r : 29 : :*11aiv::) 34| e953sfu:warning: sickle/pink.c :| unused variable 'mask' [-Wunused-variable] ^ ^(l :xhammer/capture.cwarning: unused parameter 'x' [-Wunused-parameter]-: 31 hammer/zl.c29t: | 43 : > :9 387x::warning: 17231563_: :unused parameter 'f' [-Wunused-parameter]o- 70warning: note: unused parameter 'x' [-Wunused-parameter] use '==' to turn this assignment into an equality comparison> t f n_31 e _m: b387953 | i | | nessstt | adtta tt=fi na i(c!warning: iifnt=unused parameter 'av' [-Wunused-parameter] x( c-evmt > cxbimm t cr__v172ow ra= | iss stsnatctkieditoi dpoc z=tl _xlepepfie n_tprenki_-s>df xvv&nai&c _x)oliods_-a>mt cxi_(kb(tld eot_ _latu| nct ^ pmsakt; pit( en(rxutkr | )ei)_m_ z*l ( )| e ^~~~ * wxx, r| , ^* i xshared/hammer/file.c):sickle/bitxor.c504: 106>tt| e:_ 48 : t == fwarning: hunused parameter 's' [-Wunused-parameter] 0_o:m.sickle/Scope.c) tl106o:| r966oa ^ka(:) | t279hammer/zl.c tsf:c k_:: t *pnote: )use '==' to turn this assignment into an equality comparisont d pawarning: ,392* z| F ^tI iLusing the result of an assignment as a condition without parentheses [-Wparentheses]: 33 :,| E == 504966c | t | * | _ ^ sfypm vb)oi foil i warning: f* | unused parameter 'natoms' [-Wunused-parameter] fd ^( n c,( vi r=hammer/mtr.ce ssucb iol:t639t-x>pn392:fte 12o_ | _rsiteastv:i_mia 11cwarning: cb b,sei ivusing the result of an assignment as a condition without parentheses [-Wparentheses]otit warning generatedb_. s warning639a(td generatedoltm_ | fd n . b*i tza e (liv_)fxcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/asin.o -c sickle/asin.c l++++ info: making sickle/maximum.o in lib cyclone e(=nxfo r e* xcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/maximum.o -c sickle/maximum.c (| mt)++++ info: making hammer/decide.o in lib cyclone )p, _ ^ tbz_lse hammer/capture.c| :=225dy ~~~^~~~~~~~~~~~~~~~~~~~f *nx:m52sby)ssickle/Scope.c _: f| , ^o | o ==psickle/asin.cl: ie n:966t:warning: 9n:( unused parameter 'xpos' [-Wunused-parameter] note: *30s: place parentheses around the assignment to silence this warningnshared/hammer/file.c 30225:p: | aa t538warning: :ounused parameter 'x' [-Wunused-parameter] ,28 sickle/maximum.ci :nsttm966 ta | 30ht:a swarning: | ,30,cs, i:fi tusing the result of an assignment as a condition without parentheses [-Wparentheses] _ a"ttcow36t ("m)va c*v :)b 538 t| = | warning: uo iunused parameter 'x' [-Wunused-parameter]i_f dc, ~~~^~~~~~~~~~~~~~~~~~~~~~a t o ivno mshammer/mtr.c :*i adcvo) c aas639t i| : 12np30t:u ^ | p_ser_note: bedplace parentheses around the assignment to silence this warningi_s v calniiictsfgaistk (et(b_dr)ipc(lc tea ep( v639_tsox| | ^u )rhammer/zl.ce u :al392t: *-49s:>i) d i f x2,i _ warningfes mda(tx| fi generatedn_ ^ ipf mlwarning: =ounused parameter 'buf' [-Wunused-parameter]u m a. _t s ydtas p* xo,| s 392cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/decide.o -c hammer/decide.c | t ( )_r(++++ info: making sickle/frameaccum.o in lib cyclone _rtgs _ffoni spxemnatsickle/Scope.cx:i (mpu966mo=g :uppsn d*,axa9,l a ttt_h:f l*_ts*oiiaahammer/decide.c,g :"csnote: pw52)use '==' to turn this assignment into an equality comparisonnt a :v"let14f )ao:ni)r966) | dg ywarning: | * iz *| l| s ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~pfp ^( o ^ cs),vshared/hammer/file.c = | | _call to undeclared function 'rand'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] ^ | ( ) l e s:52c | on ^p(538xthammer/mtr.c_ -:>:28ezx1l_ :639i*: warninghammer/capture.c12sickle/maximum.c_: generatedssv:: exenote: . duse '==' to turn this assignment into an equality comparison,i 225 s:i69b=note: :36639: | l place parentheses around the assignment to silence this warningwarning: iunused parameter 'ypos' [-Wunused-parameter]ercc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/frameaccum.o -c sickle/frameaccum.c 36a: n++++ info: making sickle/phasewrap.o in lib cyclone 225 | warning: nunused parameter 's' [-Wunused-parameter] td(( )36 sn538 x )t;)aa | i ft t(i | f| p ^s t c/ a t*=v i Fs| y so ==_ f Io iidcX Esickle/Scope.cco:a995mDpsf: p(13r e, tv:t* /_eant(ssickle/frameaccum.cwarning: :u41uopusing the result of an assignment as a condition without parentheses [-Wparentheses]a oltth :m39 | :ri d, ^e*_b u cf*warning: 995call to undeclared library function 'fmod' with type 'double (double, double)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]m "l | 41,hammer/decide.c :i-c> f 62_ien:wk"(a)xt14 ) | t d : | b ^ iwarning: icall to undeclared function 'rand'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]i tm _fcoa pr62funm | | t=au ru _xn-e( cp>wx(n ==tv_ s_ges e d ye=*ma txb, eodhammer/mtr.cl e d=:t648f _ f) :s cn 14l:o)p **es_ , ro aftr i| swarning: ^ aaarn imusing the result of an assignment as a condition without parentheses [-Wparentheses]gn | dx( v i )tsp| oe ( ) ^ isb648l | =;e shared/hammer/file.c ,( | hammer/zl.cx ^:: a Sc399 538tH:i,A28R:E_f D:t)_ (ff32lnote: ouse '==' to turn this assignment into an equality comparisonaat) a2 t i| _ :olaPemr warning: g warningunused parameter 'x' [-Wunused-parameter]sd 538 generated . * ~~~^~~~~~~~~~~~~~~~~~~~a =y | m399 I vsickle/Scope.c | :s)tp995 - cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/phasewrap.o -c sickle/phasewrap.c t:r a13++++ info: making hammer/minimum.o in lib cyclone t_ wi| o :frfi ^ict (ires netnote: stu,lmt -r>afc_ke(dxi, o | place parentheses around the assignment to silence this warningtdoz(r fl ^*_ n t995nh | -hammer/capture.c d nt_o :=p iunprtdapr,2a warningtm 226 ,sfe S HpA generatedRgfEn(:). tsickle/phasewrap.c_D17) zi_:l1062: 45::) *P| If ^)cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/minimum.o -c hammer/minimum.c warning: ++++ info: making hammer/Bucket.o in lib cyclone ( cwarning: vunused parameter 'shift' [-Wunused-parameter]x unused parameter 'ac' [-Wunused-parameter],=| | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~; == | 226 ^s | ci n t hammer/mtr.c106 | : 648sickle/frameaccum.c :o41:pi14::) 39note: s place parentheses around the assignment to silence this warninge t :| ^note: t__a648if | t hammer/zl.c :ils423cinclude the header or explicitly provide a declaration for 'fmod'voia: 58fhammer/minimum.cv:oti:d a31ir gs:( f*apsickle/frameaccum.chial50:e70s i:s:e warning: wwarning: runused parameter 'banged' [-Wunused-parameter]unused parameter 's' [-Wunused-parameter]dh =39 423a | isfpt_ambt r31n | tetwi(clte_( sv,tsa_t wtr_:iotiexic d) )warning: f unused parameter 's' [-Wunused-parameter]zv t ly _lnotaho(ittda rmr| mibaoclk (*x70,g n* ^ i mctsp, | t _usrpm, t ali, nf| p_ ( )l itt) )azsl csickle/Scope.c,i c :v o| itt(_ t*td_ fa*_tmxio995m, ^ f:l13 o| art: ( )a i*naanote: rvn iuse '==' to turn this assignment into an equality comparisonghammer/mtr.c ma:)u m t9957| l648t ^ )en a: m | atsickle/phasewrap.c warning*ox:sm14s:| generated ^. ,c , 106 c utmhammer/capture.c ::t57_ :_ a 226tcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/Bucket.o -c hammer/Bucket.c :++++ info: making sickle/deltaclip.o in lib cyclone warning: 35i:unused parameter 'av' [-Wunused-parameter]_note: swarning: yn euse '==' to turn this assignment into an equality comparisonowf m (unused parameter 'ctrl' [-Wunused-parameter]m b106 | (s648t | to226 | c v_ ali* b*ft=s ( sif c ya ,v otmu fisinl,ict_eo bdoilnd t* s af cl*,pbhoaa=t apa min,rgsneeet_twdr)g r _a ipsw s| r ^ia cvt,ihammer/zl.c_hsnit_e tbare:t477o:a58iwtc:km(_ftalt_,t (sx t _,yfomm*warning: l unused parameter 'banged' [-Wunused-parameter]eb( o*ola xvaa*) tt477)vpa | )s) t r | p | ^*a g ^, stf,i c p| ci )nv ^tt) o iard| c l| ,, z ^tl ==t_ __ raf etgolsickle/Scope.c(o| t: ==_1018 z:mlacc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/deltaclip.o -c sickle/deltaclip.c 34++++ info: making sickle/reson.o in lib cyclone * :x*t,a aihammer/mtr.cvn:)tr1 warningg generatedwarning: 662unused parameter 's' [-Wunused-parameter] : 2n56. a warning:alst generated| o ^warning: m. 1018unused parameter 'ac' [-Wunused-parameter]s | ,cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/reson.o -c sickle/reson.c s662 ++++ info: making hammer/xbendout2.o in lib cyclone | tsattta)it ci | c v ^cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/xbendout2.o -c hammer/xbendout2.c t ++++ info: making hammer/xbendin2.o in lib cyclone v_oohammer/capture.csickle/deltaclip.ci::iad51d:226 38m::*52s:c warning: otwarning: rp_unused parameter 's' [-Wunused-parameter]reunused parameter 'alt' [-Wunused-parameter] e_ n e51w | tasdth226(oa | o k ( t _ ptttdi__ c* zv,o istdyofm_ bslym*omobadtea olrl*tbl gua c**ff2nla m warningses,si, h generatedip. _,nf eitiw n(nttt, _ saiycc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/xbendin2.o -c hammer/xbendin2.c cmna,tcb++++ info: making sickle/sinh.o in lib cyclone , ob tl_aantg_e cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/sinh.o -c sickle/sinh.c tf++++ info: making sickle/log.o in lib cyclone l*otsmd,o cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/log.o -c sickle/log.c i_na*++++ info: making sickle/tanh.o in lib cyclone tat) at a oc| m,v ^) a r*hammer/xbendin2.ctag: hammer/zl.c83| v_ ^a :t:19o495m::c) 58*t: r lawarning: vusing the result of an assignment as a condition without parentheses [-Wparentheses])warning: | , unused parameter 'banged' [-Wunused-parameter] ^ | t hammer/mtr.c ^495: _83 | 662f | s: 68lt:o awarning: a unused parameter 'av' [-Wunused-parameter]tt ii ac662r | fsickle/sinh.cvsg o (:txi30-a:d30latt >:1) warningz generatedwarning: i x. _l| unused parameter 'x' [-Wunused-parameter]o_ m ^rn ecv30 hammer/capture.ci( | vs t:acc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/tanh.o -c sickle/tanh.c ttio245i++++ info: making hammer/TogEdge.o in lib cyclone c=d:_ 16 z:m(lv tc owarning: h*irdausing the result of an assignment as a condition without parentheses [-Wparentheses]x _s, i nr245incc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/TogEdge.o -c hammer/TogEdge.c en++++ info: making sickle/cosx.o in lib cyclone nthe | a ln _a =d t=dhio fms 0ps)(o)(,o t _kt/b_(ustf*ia n_thpC odm *sickle/tanh.cfH:ez30E:*,bCr30u:f ,warning: unused parameter 'x' [-Wunused-parameter]K M*tEx_,=i sn tg*yt30_/m | ssebitbgt oana lat bl*inc| fcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/cosx.o -c sickle/cosx.c yngva ~~~~~~~~~~^~~~~~~~~~~~~~~~oti++++ info: making sickle/index.o in lib cyclone de em sdhammer/xbendin2.cte()b , * :*i83a:n19n:s tnote: uhf| spplace parentheses around the assignment to silence this warning_i dz e s)83 p | ( ^*a t| c s_hammer/zl.ct a, n ^i:h t 506i_:z*32efaotx :,(o x -warning: munused parameter 'x' [-Wunused-parameter]t f_sickle/cosx.c :506s(i33*:>1*30b:g17n au warningxwarning: a warningl generated unused parameter 'x' [-Wunused-parameter]* . | * f33sf_ssvopm)en generatedi r. ))t) cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/index.o -c sickle/index.c )++++ info: making hammer/active.o in lib cyclone a | | t=s ^ i c( c| ^thcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/active.o -c hammer/active.c aa++++ info: making hammer/Peak.o in lib cyclone tii ncnt hammer/mtr.cv| zn ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:el667 _o:rilhammer/capture.co 1=t57 warning=: generated : . 245warning: _0unused parameter 'ac' [-Wunused-parameter]i :d 16 ):667n ) | tnote: sctaaotriplace parentheses around the assignment to silence this warninggs x _ d/cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/Peak.o -c hammer/Peak.c *s(245++++ info: making hammer/next.o in lib cyclone t p_c( | Ct H_zvco oli sdxcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/next.o -c hammer/next.c ++++ info: making sickle/train.o in lib cyclone Em tiC*f*rKx xM,_, ( wEtb ri*in_utscc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/train.o -c sickle/train.c /f tf++++ info: making sickle/Clip.o in lib cyclone ei ie)g hammer/Peak.chn :a43| r ^o l| : ^ o 34 = k* *(hammer/zl.c:t _ p dghammer/next.ce| :warning: s ( )*pz516)unused parameter 'f' [-Wunused-parameter]t, :b : t 2343 58 | :hammer/xbendin2.c_s:s48 ty:ayt tmewarning: | i ^sickle/train.csunused parameter 'banged' [-Wunused-parameter]:b83owarning: (unused parameter 's' [-Wunused-parameter]l: :b*u 19f:nc a 96f: 34516note: | use '==' to turn this assignment into an equality comparisonmssvit oaz i:d e23e | s,warning: **83 unused parameter 's' [-Wunused-parameter]i | tPne tia tkc96a_t n | iaessctwi (za1t warningetc generatediov_f ,f ovii(d* flo cb . t(iouafxdz_ -vnta>tefaexlro__xrgomi tr_)da)cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/Clip.o -c sickle/Clip.c )* f oon*t++++ info: making sickle/pong.o in lib cyclone a) mt r (a| v ^ ti_)z y nnt_ h| iln e i*| xn ^| = ( )g whammer/capture.c((t _,hammer/mtr.c:sickle/Clip.c245: ^: ( :i667c38:s69h16y:amn:t30:: ntb note: n n_warning: noeuse '==' to turn this assignment into an equality comparisonwarning: 1lxunused parameter 'x' [-Wunused-parameter]te l * =xa ,245 warning | generated *38unused parameter 'av' [-Wunused-parameter]s= | , i t n. i o ftm0 667a(cst,) )st,_b_acc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/pong.o -c sickle/pong.c | tsout++++ info: making hammer/cartopol.o in lib cyclone att fs /y*atmibft_iamt coom v*oe iadl c*cCvlbi p)_ r d| s u ^p *=sv, Ho(i Efd, gCeitsickle/pong.ci:nmnKt_tcMtE r *bla/n _ita 230cg,p te_:*33b:d| awx)ty warning: ^rounused parameter 's' [-Wunused-parameter], mi tt e st230 _| | e 1( ^ == warning | s*tha generatedb. uofoskiaz v(e) t _s| tp ^i*gihammer/zl.cn d:cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/cartopol.o -c hammer/cartopol.c c s569hammer/next.c++++ info: making hammer/flush.o in lib cyclone v*:i:ozae59lo fi(:*d 1*z warningwarning: *unused parameter 'banged' [-Wunused-parameter]23s*:bp generated . 55 :u,o nwarning: gpf _funused parameter 'ac' [-Wunused-parameter]en)e t _ sw23(cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/flush.o -c hammer/flush.c 569r++++ info: making sickle/sampstoms.o in lib cyclone | )t | _s| styy ^ma)mtbs)otbi ac to sickle/Clip.clvl | o ^* f i| cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/sampstoms.o -c sickle/sampstoms.c n*c++++ info: making hammer/prob.o in lib cyclone sa miv,:e ==o, di n44iit: nd t n 33eaz:cx ,ta _twarning: lc__aunused parameter 's' [-Wunused-parameter]at,os e nctm t_y a(tt44*hotia | m_s ztnla* ga*tvvi)x ), c( t _| vi ^| nn etoxcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/prob.o -c hammer/prob.c ^ t n++++ info: making sickle/atanh.o in lib cyclone ia*dhammer/mtr.ctxom:,s 732 ,*t: c_16lst:iy_pma_ nbtewarning: oowusing the result of an assignment as a condition without parentheses [-Wparentheses]lm( t* scc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/atanh.o -c sickle/atanh.c _*,++++ info: making hammer/poltocar.o in lib cyclone s732b y | ui mfnb,t o l i a ni*ctfs, , b( tat_inrnagatecodhammer/prob.cm): k222t * 10 warning| asc ^ a vs), generated: hammer/zl.c. :sickle/atanh.c596t 12| : ^ =warning: _using the result of an assignment as a condition without parentheses [-Wparentheses] ag : teo m30hammer/next.c :::32222:*t bawarning: 34y23 | :vcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/poltocar.o -c hammer/poltocar.c unused parameter 'x' [-Wunused-parameter]67:: ++++ info: making sickle/buffir.o in lib cyclone warning: )30t ewarning: s unused parameter 'x' [-Wunused-parameter] | s(| t596a unused parameter 'av' [-Wunused-parameter]n | i fs ^t t1t warning(ia23t generatedt. ri | crsa taccn kvassio t i*cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/buffir.o -c sickle/buffir.c n=++++ info: making hammer/comment.o in lib cyclone c igs eittd bzv yeattzaelonsio_(dsfl siniech(e_x2zdtcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/comment.o -c hammer/comment.c warning_esa generated_*s. ++++ info: making hammer/midiformat.o in lib cyclone niopy(nttt_rft(acc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/midiformat.o -c hammer/midiformat.c ha*ir++++ info: making hammer/Table.o in lib cyclone ttgraa(antncns_gkzh()st )l)_))*n x e,) x *| t ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~x_,| t ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hammer/prob.c*hammer/mtr.cxs,: :222i :thammer/midiformat.c_:732i21n:t12sgyhammer/comment.c:1656n:a:mlb:: oi ) note: warning: 180place parentheses around the assignment to silence this warning: * *38snote: p| ) 222:place parentheses around the assignment to silence this warningunused parameter 's' [-Wunused-parameter] ^l warning: | | hammer/zl.c*unused parameter 'z' [-Wunused-parameter] 21s | :s606 180t | sacc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/Table.o -c hammer/Table.c i ^tf:73260 | t a++++ info: making hammer/sprintf.o in lib cyclone ,i i nt i:ct c a warning: vcvunused parameter 'banged' [-Wunused-parameter]io,i ft o(i_dd(tta 1606 | warningrtca r generatedasntsamo. mitodm mii cc=fe no*ramva) khammer/Table.cs:tvcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/sprintf.o -c hammer/sprintf.c ++++ info: making hammer/universal.o in lib cyclone g| t ^_164o_ied= nztl _osgtlgr:eaebtb18b:i e(dctkewarning: (ey3using the result of an assignment as a condition without parentheses [-Wparentheses]t_b warningtmy_ eiyz(d lt164vsoe generatedi fsoi(hammer/sprintf.c | s. (:r91m *ds :* z , i zt8infcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/universal.o -c hammer/universal.c a ++++ info: making hammer/Append.o in lib cyclone t(t_: *xx,,warning: r declaration shadows a local variable [-Wshadow]ai eno tffr ellocato_ctk91saat r | eg(** t r= s any nasfs)c()lmi hezbhammer/universal.cat)o)nmos: e,r| ot m143tfg_t: ^a h| ( phammer/comment.c>l : ^ [180 546:4*t52: ] c:co-t; >warning: *runused parameter 'f' [-Wunused-parameter]s| c ( )warning: aunused parameter 's' [-Wunused-parameter]_m cs,* 143180 | bius t | asz kft/ii,s*)hammer/prob.ce:n222c: )L )12t)tA ) Ta it:vi o ia| dcn tnote: use '==' to turn this assignment into an equality comparisoncu ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~, n E| R i vre ^ e222ttv_bar | h hammer/Table.caistn:n164ko| goiiade ( ): fldhammer/mtr.c18 mc ):: _* aso *m/ (| 732v e note: )place parentheses around the assignment to silence this warningn:td| (r16 am ^e ^ | :nhammer/sprintf.c ^t _hammer/zl.c 164:n: | hammer/midiformat.c622note: 72::use '==' to turn this assignment into an equality comparison 31tu :_:34g:7s :n 16 warning: ri:note: unused parameter 'x' [-Wunused-parameter]a=bv e warning: previous declaration is herergiunused parameter 's' [-Wunused-parameter]s622af | l 732 (e 34 bsr72* | x | eetdat kc bel,t | o cihctyi_ s tfayaets eirny ((m(t btszi lt_ o=r lz vte oomi *pa_cf dk((s yls* e=nmz*,s ugt=gbtrsehb at,n osl> )i t c*)n_c cp*otb)a s_,a t- y> ifucc,| ln nto_tatett_s ^ ta(n dieatcz ;se_tza )r)| o, g ( | nm == lf * ^a| ) ^ vt _)t| *rxhammer/prob.c) a ^a:c k | 172 :| thammer/comment.co ^m ^ :s hammer/sprintf.c44197:| hammer/zl.c ( ):: 125*:62720a v:) :warning: *unused parameter 's' [-Wunused-parameter] hammer/Table.cs55: 164: :33 warning: :| 172using the result of an assignment as a condition without parentheses [-Wparentheses] ^18 :i : z | note: s warning: 125hammer/midiformat.c | te use '==' to turn this assignment into an equality comparisonunused parameter 'natoms' [-Wunused-parameter]awarning: t unused parameter 'bindsym' [-Wunused-parameter]o f :197627i 47 | :(17*:s1 | ttscta t164i afvtrwarning: aicio kc warningsci | ( v)unused parameter 's' [-Wunused-parameter]ov)di o dp ) x r generated| o47. zb | ^-_ild l i> i cs| tp( _fso ==tu__ bvcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/Append.o -c hammer/Append.c p ( hammer/mtr.ct(art:_++++ info: making sickle/asinh.o in lib cyclone 754zmle mll:iode _*=c8a:tsey xnrmtb,warning: ov ousing the result of an assignment as a condition without parentheses [-Wparentheses] l=_i _b *na *754hammer/Append.cb s(btl | , o i:n117lde)i:ax10hxt,noogmntth t:| ias ~~~~~~~~~~~^~~~~~~,_>owarning: fk c(,tusing the result of an assignment as a condition without parentheses [-Wparentheses] s cty _(m_hammer/sprintf.ccc-oa>xmb c:o m125t117te | lo_n mta=t o:* _i20**amss ,xf (,* :vi) zb (tb_ suynote: fmuitn_eplace parentheses around the assignment to silence this warning bm ) o| =t ^ )125 greft,l | i n *t)tpba c| *,b iy ^ttnebsa(n gddn e| d_)n ==e ws t 3( warningmyisfo_tamt generated,hammer/Table.c. a| ol ^ tm: 300(r:| _x ^*-cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/asinh.o -c sickle/asinh.c ++++ info: making sickle/svf.o in lib cyclone a>61p :v )warning: _unused parameter 'ac' [-Wunused-parameter]hammer/zl.c *v a: 300csli627 | | zsetloi ^hammer/comment.cf da:s (=*214sb:u13hammer/prob.c)a): t ::v49248i:fa)l| )csickle/asinh.c iwarning: vvariable 'yy' set but not used [-Wunused-but-set-variable]:do ) :)i30 :46 214 warning: 32 | unused parameter 'buf' [-Wunused-parameter] ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~d| t:a : ^ warning: unused parameter 'x' [-Wunused-parameter] hammer/mtr.cb 627| ( ):l754warning: | | unused parameter 'xpos' [-Wunused-parameter]shammer/sprintf.c: ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~itn : 12530hammer/Append.ct:8 a | ::set20117 ic248oxc | :t as10t m:mxo,a:note: vplace parentheses around the assignment to silence this warningto nnote: y_t note: iuse '==' to turn this assignment into an equality comparisonyplace parentheses around the assignment to silence this warningd ii, 754 crc | nze 125 a | d 117v | d vioxhioid; loa_fsi i iff s| n u ^(obkxh((_- > tpd(_sxhammer/comment.cp(b( v_:tudat=_ _l pf(212 p:az=drsi56o:ld i b*_ z*,xtn h t _,s*y=g e_warning: mcvunused parameter 's' [-Wunused-parameter]l iatn lrtm212i t | bbiocxk,( stdtt)ly a t*nt_ei*c_afs) t (np onstdmi| sg,,p ^on_anlrt v eatw| o(o*ibm ==i*ntl t _dshammer/sprintf.cr _ **xcap lat:o,c)sci,ao 66zmsmts m : e)t)o_f 70(*aetbon| m ^ * *t| b ^ auuv:_)ff_ ) )warning: _unused parameter 'checkin' [-Wunused-parameter]c1| , l ^f il warningoi c| n ( ))66t | akt a r generatedshhammer/mtr.c :tga754. | b ahammer/Table.ct ^ :xno: 8 o| i:p gnote: oke ( )suse '==' to turn this assignment into an equality comparison ,(hammer/Append.cc300tcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/svf.o -c sickle/svf.c _: :v 11773do:c754ot iwarning: _mf | d++++ info: making hammer/prepend.o in lib cyclone l:m e nitf10 :( onote: s )axp* =t aunused parameter 'av' [-Wunused-parameter] (x ,300ruse '==' to turn this assignment into an equality comparison rg | | ti_y s ^t t117m | _ tiaptrsnyt omsbiofl , chammer/zl.c_ pf sickle/svf.c *:*:627 :130s| ( ^v:r bo5832i)hammer/prob.c:d,ou fpwarning: d it:unused parameter 's' [-Wunused-parameter]x : 248y=n_ a_ 130nwarning: :cg | 63stbunused parameter 'banged' [-Wunused-parameter]h elae: ecctk atcoi ewarning: bunused parameter 'ypos' [-Wunused-parameter]t627y | (t w,tm248_(t sse | psitct _rmiaastvtnti(tocrinmottdfm_o _ocnv_ tloa*a sirpdtrisoe*x avasdcplraf)hyo v)_ * o)*x ,n s| ic ^o e h| kabv(rw_(ct ==tlo| i ci*_zseykd( _mz ^btb ophammer/comment.c_fdlu(p :*r*269_ozf:,58 :to _swarning: u,b unused parameter 'bindsym' [-Wunused-parameter]i bsln t*( cst,b _iznuht fe)*y)mlb 269 | a)csoc l, x*| *t ^, xk,i ait n f)n| ,_n t itca tv o| n == ^aoiit nd tmto_hammer/Append.cf ma:l196 :ohammer/sprintf.csc*,,22:a 237c t:_ota17:tm owarning: :tusing the result of an assignment as a condition without parentheses [-Wparentheses]ma r _a v )* m196warning: e | unused parameter 's' [-Wunused-parameter] b n| ut ^f_a237t _ | go r ,m ex i* lne aastp vo)t s_ | sby ^am e, hnohammer/Table.cbo i:f326ok g:(62el(tx_tf_l:od- > )warning: cxo_unused parameter 'ac' [-Wunused-parameter]a a*u stma| ,r1 ^ warning x generatedb mugi. 326f hammer/zl.c en:y=p | 671n ts o*tg:etcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/prepend.o -c hammer/prepend.c txb60++++ info: making sickle/acos.o in lib cyclone s: y, ,a warning: tt i| ^eunused parameter 'banged' [-Wunused-parameter]acts_cs y(hammer/prob.cn :,emwbs249i z:to e21_671:al t ** | vswarning: oiszteamthammer/prepend.ci:c108o b:i14d:o*unused parameter 'shift' [-Wunused-parameter]f ( *axt- awarning: iusing the result of an assignment as a condition without parentheses [-Wparentheses]> xv_n d249b | s al108ove, i | cyumdo mix )m o zn nlt b| u ^_fw rsi)tt_ae h ri )hammer/comment.ctf: 284( bi)dutu)_ff ol o :nait a| r57go:n owarning: ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ s=k h(itg(_ett_| pfdz b t ^,unused parameter 'bindsym' [-Wunused-parameter] ytt el s hammer/Append.c284*_z :f*l,hammer/sprintf.co:x526,196 :a15 | tsit(a:_22sty:mabr:ng warning: tto lcusing the result of an assignment as a condition without parentheses [-Wparentheses]i n ntc* atro tnote: fplace parentheses around the assignment to silence this warningn ,l ,526 vaitln * | t196 o | om s , a ct t w_ia,thso _ti_mflf eiizd l(oc(exo*faabt(op-2>t*obmuua r =*gm faaf),l t ivm)setnrt )xn )__ta c| _ ^ubx) | | a ^h r ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~(mpohammer/prob.c1:n249,g tbeui hammer/Table.c'd: %f: 39'=))hammer/prepend.c 326:)108:o74 : ng e| t:warning: ~~~^~~~~~~~~~~~~~~~~unused parameter 'ctrl' [-Wunused-parameter] : | hammer/sprintf.cwarning: : ^526unused parameter 'av' [-Wunused-parameter]: b 24915h:14 :326 y | note: place parentheses around the assignment to silence this warninghammer/zl.co t:e note: 724526 s : 10place parentheses around the assignment to silence this warning | (:os kwarning: (nte w | using the result of an assignment as a condition without parentheses [-Wparentheses] t_ s i a ct108o | mtmz ei c724_ | vfwl eh ini*i fl oes ((tp f2 b(uaob i=it*dafr gusf x=z =, stt eta_(spbylgrheeraclcmhorm(ieopff(t*mxolbno1tb,y ot_-w>_lc18 x, warning f_'rs%i tl?t*eab'i o)sadt(a) generateden h unr| -dxob ^ u . st>go kofd| y _)b( ( )tuma )fhammer/sprintf.cl:)526c,cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/acos.o -c sickle/acos.c t ++++ info: making hammer/mousefilter.o in lib cyclone t :_| r15p*d ::s i*zz ,note: lguse '==' to turn this assignment into an equality comparison ^e o t ,e ft_(_sfy*thammer/comment.cbbyu:mf285b)o| 526: | t ^ e) l31o sa:( nsickle/acos.cat :l )30*:warning: unused parameter 'yy' [-Wunused-parameter]twaor| f n30 ( )mg :a| ,hammer/Append.c285 : | l warning: hsi196unused parameter 'x' [-Wunused-parameter] ^ l i e: *tt | n ( )2230()t: | s pa_ inote: use '==' to turn this assignment into an equality comparisons| hammer/prepend.cfc:t1082z:ea ^, l oo196t14 | :fa_= t at ahammer/prob.c stri og note: :use '==' to turn this assignment into an equality comparisonc (t *i xmxv249108bor: 56cf:* | h warning: a i v )dunused parameter 'alt' [-Wunused-parameter]u,( i rt f(fa)p 1) c), )o_(f| xbsu249- l> x f' % | _ | 'd= ^ _s )a) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ o a| hammer/Table.c ^u tpx( : tbhammer/zl.ca: ru724 _fa:| c ==gg364 eot:s 55 b=yy10 : g hammer/sprintf.c y* x::note: ,place parentheses around the assignment to silence this warning tt) _warning: 546t :f12 _:slunused parameter 's' [-Wunused-parameter]eiot 724age b| n | ts y ^aa lwarning: t e(*ri364hammer/comment.csf*:nusing the result of an assignment as a condition without parentheses [-Wparentheses] | t sg (295ob546 psst(tna)ueta | w fhw ls= i: 18*c is i(hi i:zf| vetlp, z ^e oo warning: i*ftunused parameter 'x1' [-Wunused-parameter]d_ f (es il t*o(z295aapte21ao | f warningr =g generated b c( rb. ut*l efx) )srec-t)>tlroc xcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/mousefilter.o -c hammer/mousefilter.c __a,a l hurxml| o++++ info: making hammer/coll.o in lib cyclone ^tb m_( pc1 ,?fu lf foonal| d) =='t-%>)da)r_gb 'o ) )_hammer/mousefilter.cua:hammer/prepend.cfte dx| 29a1:,: i ^r gt : 49234o gt:: 22| r ==_ahe t warning: bunused parameter 'x' [-Wunused-parameter]l :thammer/Append.cy| ~~~^~~~~~~~~~~~~~~~~)ftl owarning: :29273 | e: ahammer/sprintf.csst53to(:o546a| ausing the result of an assignment as a condition without parentheses [-Wparentheses]:rkg n ^t i :warning: a y23412(:ct o1t | , note: place parentheses around the assignment to silence this warningunused parameter 's' [-Wunused-parameter] _ m546 | 273s| p | i*wdhfiv s* ^zlt a,t iecs oti_((xp ds vmhammer/comment.cy-:>mib295z2oo ilx=e_: a*33udo fxs:(s* b,bu f uaoiwarning: tu)nfprp unused parameter 'y1' [-Wunused-parameter]e s=enct)df)ihl) g7t warninge 295esrr generatedx_ | ( pty1_a . b,yn ylt| i ^ tsh i e 'a sc t ( t,tcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/coll.o -c hammer/coll.c | _ at_++++ info: making sickle/play.o in lib cyclone %(f_la'tponpge)n()ta_ ( )t mnoaur hammer/zl.c| d:gxs exf1i,l724 ^ ey :t*10tx ewr_ o:f s| iy* ( )x l,zhammer/sprintf.cehammer/coll.co:,am :71546t:a:25 t :12 *_:aswarning: rv*using the result of an assignment as a condition without parentheses [-Wparentheses] ynote: muse '==' to turn this assignment into an equality comparison bnote: soig l | *y )z ^546use '==' to turn this assignment into an equality comparison71s | 1 | , ,i we n t | ih ^fhammer/mousefilter.c 724:a | | ic ^30,l e : (hammer/comment.ce:p (ihammer/Table.cp-16296::f2t >18o:= (warning: bunused parameter 'x2' [-Wunused-parameter]_warning: :eafunused parameter 's' [-Wunused-parameter]422 _s(t:t u 14hro*m30 xa*:a vwarning: )fusing the result of an assignment as a condition without parentheses [-Wparentheses] =c-h | s n u422mrk e y296> | | (= ( x _ ( tp na1up_x bwp u| h ^i s, f !'rhammer/Append.cyl=et%_'e m :af)0b)l(o)n)alt)o303l:ol )| )35 :e* x| ^ s ~~~~~~~~~~~~~~~~^~~~~~~~~~~at | r warning: =unused parameter 's' [-Wunused-parameter]c, g xhammer/coll.c2 :| , ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ? phammer/prepend.c71 r ==i:e25vn:t t303234 | s:hammer/sprintf.c: a22note: c::582 :t,-a>15tplace parentheses around the assignment to silence this warning dt-i_c :x _note: fplace parentheses around the assignment to silence this warningwarning: lusing the result of an assignment as a condition without parentheses [-Wparentheses] a_ to71a | vnoe>odm _582b uxft | 234 t ) i | : dawi hfi* a* al(reg e (etp g ppv )i2 -p yef> n=de_| (nbe2y| ) ~~~~~^~~~~~~~~~~~~~_w s ^ tthhammer/Table.ce ax| : ^r-422>:s sxn14_(acuhmtr (_:skhammer/comment.c (hammer/mousefilter.cunote: n:e:30p:xyb1 ,u23place parentheses around the assignment to silence this warning:=af y (warning: 296unused parameter 'ac' [-Wunused-parameter]t' on m :s3330p% 422m | ' =:!)w | h )b og le =t*b | ~~~^~~~~~~~~~~~~~~~~ warning: yunused parameter 'y2' [-Wunused-parameter]t0e*hammer/sprintf.cs) it: 582_s)(i:l ze15s y296(es , :m ob note: iplace parentheses around the assignment to silence this warningn nn| t oale | 582exct, | w ^ s*= sfi ( ,p* z e t _ a biurtft_n| o ( ) t mw *f )h el)hammer/coll.cs):iai)clozva teea71 :(| r25p-: g>2 ^* x x o| 2 ===f_,(note: * x,tuse '==' to turn this assignment into an equality comparison_ f - >lahammer/zl.cxs :71t | r 767nv e c:_40h r:) (xpao iwarning: aunused parameter 's' [-Wunused-parameter]1ttu ,| t) ^x767f a 'b%_ru(fe | )p)')s-t>ge)_ )a at o| mt y *h ^ ai2 | ca ^ s| )v )n uv m k ^ o i| | d ( )| | ^ e ^z hammer/comment.chammer/prepend.c ( ) :lhammer/mousefilter.c307::y30_40l:: i : =warning: s tunused parameter 'x' [-Wunused-parameter](234n(: t| 22 :307hammer/Table.c_: 422note: ( )use '==' to turn this assignment into an equality comparison: z 14p35l: | s4234note: * | :!hammer/sprintf.c=use '==' to turn this assignment into an equality comparison warning xt,0:) s)582 generateda : . t422_ | s y15 m warning: wbh| unused parameter 'av' [-Wunused-parameter] :t cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/play.o -c sickle/play.c i ^o ++++ info: making hammer/xnoteout.o in lib cyclone 30 l | | == ie i l(fhammer/coll.cn: * ecx tt75 s: 20=(:x -,_note: >ixnwarning: _v ause '==' to turn this assignment into an equality comparisonpurxsbsickle/play.cy otusing the result of an assignment as a condition without parentheses [-Wparentheses]: m bao30cu e582:,75 | | lf v 10 t * _i -: i fa> ds ,cwo (temh i=warning: imunused variable 'x' [-Wunused-variable]xo_nem lpg-et e(t> p eab2 _nytcn=s30et,*s xetist( | ns)tzr e _eita_c| h rnwap(v ^pk )= s 1t, _| ' ^%i aonm'azce| hammer/zl.cy: 809*l: ==)40 asy*t))hammer/Table.c:i ahv ) warning: :unused parameter 's' [-Wunused-parameter]i | 532 :| 45 n: ~~~~~~~~~~~^~~~z * x ^809 warning: unused parameter 's' [-Wunused-parameter] | e hammer/coll.c ^=o g | ( : t(_| t ==f s_532hammer/sprintf.c75::p20dt | :a516s:t36 note: *t4ia: warningplace parentheses around the assignment to silence this warningxp,l (a tyct75 i | c v_o s* i generatedsv)osiiwarning: unused parameter 's' [-Wunused-parameter]y* mxd-. > d x516i | fs _cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/xnoteout.o -c hammer/xnoteout.c ttazulx(beo_a++++ info: making sickle/overdrive.o in lib cyclone clbm;o lpa -| >*tse,_isbduec ^ vi ef(oecc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/overdrive.o -c sickle/overdrive.c t_++++ info: making sickle/click.o in lib cyclone is)d(i znt)*test_p_zrl i tn1a *at=)cf, b x_l,e| atc_ ta* ^)t n warningeo generated _. sx| ,m == | t ^ _ws*yy hammer/prepend.cm:cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/click.o -c sickle/click.c 287 a(mt++++ info: making hammer/funnel.o in lib cyclone :_bv| 55o ( )b): occ -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/funnel.o -c hammer/funnel.c s llywarning: ++++ info: making sickle/triangle.o in lib cyclone unused parameter 's' [-Wunused-parameter] hammer/coll.c m: 75 b| **:o ^l hammer/comment.c*20s:, s:287snote: i307,sickle/click.c use '==' to turn this assignment into an equality comparison:n30t: a:45c | ,, :53 s i:ni t a75tnwarning: twarning: unused parameter 's' [-Wunused-parameter]tunused parameter 's' [-Wunused-parameter]i ta _ aa tco | cm ,307 ,* | t _aas t v ca 30tiov | t)siohammer/funnel.c :f51t:m20i :a *ct d(v iat| _v ^)oc e i dp -vpori edcpae >n| warning: codmeunused parameter 's' [-Wunused-parameter]t ^_ slhammer/zl.cixo51imzy:e830e | c=km: 37_n l * : _ s i saeatv()warning: tc )| t unused parameter 'd' [-Wunused-parameter]t ^s i _n (| khammer/Table.c_ ^ t830: | _cp l ariesc541 : | npteka tn_t ==i cy*s47d xvtohammer/coll.cyh x*:x,y itd217_ y:imns,yb:og13zll pt:m b(rto_o *lssx_warning: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]punused parameter 's' [-Wunused-parameter]yym, _ b* sdb , 541217 a | * xi | oi,n nlt t*nst,g s ( aai_nstycmwbhc,,t_ iz lollttptr _ *aets_aoa ,a8i warningtcx y(oesitmop 1nv c*ot * =,aa idced,p generated 2)t. v)); m tt | _* a ~~~~^~~~~| aat_| aocc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/triangle.o -c sickle/triangle.c ^m v *tbolsickle/click.cma++++ info: making sickle/mstosamps.o in lib cyclone hammer/coll.ce ^_) f lva:)hammer/zl.c:: g*95a | :217s863(:v50: ^t| _ ^) t:13 hammer/comment.c:: 307 note: :place parentheses around the assignment to silence this warninga warning: b34sickle/triangle.c l60217::eunused parameter 's' [-Wunused-parameter] 75warning: | : :unused parameter 's' [-Wunused-parameter] 37 : | warning: 863*unused parameter 'ac' [-Wunused-parameter] warning: unused parameter 's' [-Wunused-parameter]95 | | ^s wtsh ihammer/prepend.c tx75, | :a310t:asttt36_iacit307i | :l eswarning: cc v o( seyvmibdvpooto1a it=i iunused parameter 's' [-Wunused-parameter]*dd czc lv o*iedilc p l3102kt) | s;tp rc_ 1irno warning*aa generatedtnie| cwo ^ v(mogt xlms . i_es| yen_,_ ( )diy nntem wl( tbtshammer/coll.c_cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/mstosamps.o -c sickle/mstosamps.c i:++++ info: making shadow/nettles.o in lib cyclone osla* 217c:s13y:i, *note: st ,n mpktb_i(_aanonluse '==' to turn this assignment into an equality comparison r*ttoysetm,tph e n*iainv _nzdl217)_gt | np( w ta e_hair| cwpo,c ^( l,e x tyt d( e _pa*thammer/Table.c*t:__oam1 638s: cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o shadow/nettles.o -c shadow/nettles.c t46++++ info: making sickle/rand.o in lib cyclone :oxp mwarning: =,*,ya v * a)tunused parameter 's' [-Wunused-parameter] mt_b _v638 eo | psss2t)yy| ;a ^mmt )b shadow/nettles.coil c| : ^ 62vl*b: s23o: | warning: i d,implicit conversion from 'int' to 't_float' (aka 'float') changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion] * o ^stl61 a i *b| ,ns ,itn | 1l warning et_a ==cs generatedi hammer/coll.c,. eotn_tuna:tdo( 235tt:l_eamc ,ta25ccc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/rand.o -c sickle/rand.c *:a ++++ info: making sickle/tanx.o in lib cyclone twarning: a_busing the result of an assignment as a condition without parentheses [-Wparentheses]lve f* ,)lxo,a tt235 t | | (_t _a( _ ^s( tiytfo_ma mthammer/comment.co o*:bb(mjaoe307le vc)t* s:* p 72a| :v, ^ * warning: )) ixn)t- >-a >cunused parameter 'av' [-Wunused-parameter],o | be_ ^otu_t307al t_e | othm,s a*ts aa| ntvui) ~~~~~~~~~~~~mc k e| v ^yo62 i | = dhammer/Table.c (: n 692pcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/tanx.o -c sickle/tanx.c c : 36++++ info: making hammer/tosymbol.o in lib cyclone !o =2m warning:0ms e () generatedn)twarning: sx. unused parameter 'x' [-Wunused-parameter]- i n> | x692k ~~~~~~~~~~~~~~~~^~~~~~~~~~~__ | afhammer/coll.cns:cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/tosymbol.o -c hammer/tosymbol.c 2y++++ info: making hammer/funbuff.o in lib cyclone tt a235h>t: i25i0c:n g? note: vplace parentheses around the assignment to silence this warning(So ti _Hd235A pR | td Ea D b_*lI exi4,fN warning sTt___MgA( generatedesickle/tanx.cX. s:ey:tm33 b:Sopb30HiAtRs:(E Dl-t_warning: cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/funbuff.o -c hammer/funbuff.c unused parameter 'x' [-Wunused-parameter]>++++ info: making shared/hammer/tree.o in lib cyclone _*es_I,h atsihammer/tosymbol.cn nutma 33b | ks:a61letNea: c*42y:T t_x, Mwarning: i,= tunused parameter 'x' [-Wunused-parameter]( cI_ a vnNo61tt | psoim)t d* a_av t)i f)! =l;o 0chammer/funbuff.c)att a:| 48r)g| ^~~~~~~~~~~~~~av ^: 12n| o ^ i fxshared/shared.hd: 1hammer/comment.c: 35::warning: 423using the result of an assignment as a condition without parentheses [-Wparentheses] | t ( )_48:o d | hammer/coll.css,25:13py(m:235 :: 25 b t :warning: ounused variable 't' [-Wunused-variable]note: _ l| expanded from macro 'SHARED_INT_MAX' t ^42335 note: | ause '==' to turn this assignment into an equality comparisonn hammer/Table.c | i: 692f_ : #td50p:(_nop warning: exunused parameter 'f1' [-Wunused-parameter] =t 235i | e f i*nxt,nxee rt _(St-x_s> txi g*_t692t | o tHss =inrtafa tyAl( et*imc _vto(iee*RsEdbe otpxaptbll.- >)e _th *Dx_ef _a,sgn*u | _t ^)eimzt;b_ g rpsotiIin| )t eN ^kT _| MtersyA ~~~^~~~~~~~~~~~~~~~~~~ (X * =gthammer/comment.cp1 :_495) warning hammer/funbuff.ct0: x generated748:. :a(Fn| p1212 :b F!F: ^ FlFcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o shared/hammer/tree.o -c shared/hammer/tree.c hammer/tosymbol.c=note: Fplace parentheses around the assignment to silence this warningF warning: unused variable 's1' [-Wunused-variable] | : 48 | ++++ info: making hammer/substitute.o in lib cyclone 61 ^~~~~~~~~~e : 0* 495)57 ixf), : ( | n ^p warning: unused parameter 'gp' [-Wunused-parameter]shadow/nettles.c t | :_204 =61f | :l | o34x: astwarning: aunused parameter 'x' [-Wunused-parameter] == - r204thammer/coll.cc:h276> | x:_17stagtr:e37a shared/hammer/tree.c warning:r sftewarning: *using the result of an assignment as a condition without parentheses [-Wparentheses].1a t generated229. ti_,c s f 276i | v1oi:ris,| ^ cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/substitute.o -c hammer/substitute.c *d++++ info: making sickle/avg.o in lib cyclone cs 2 ithammer/Table.c21::693;o : s| ft ^~)v 17warning: ( eophammer/comment.c i:using the result of an assignment as a condition without parentheses [-Wparentheses]: 495y| : ^ mwarning: unused parameter 'f2' [-Wunused-parameter]17 : d- s693i| g | 229 nbeoq>_ | dlwarning: e ( )s unused variable 's2' [-Wunused-variable]hammer/substitute.c__ hammer/funbuff.cp (p p o 495:ir e:t48 | 231 :i f_tn_sf:vt56le ir12( ( t :=g:n enc_ pnhq-tao>ons_warning: r eunused parameter 's' [-Wunused-parameter]* x xa, t*t-trsyim>ae231note: grhg_bt use '==' to turn this assignment into an equality comparisono l1 | ,_s =ispt ra **gtn siatf2 2;a x,e r48| ,vc ^~t) | _lt _ gf g pv| ol ~~~~~~~~~~~^~~~~~~~~~~~~~e*o oihammer/coll.chammer/comment.ct:-*> a592t:dai10nr : 276g:s17s:ipf n)note: tf:_ ewarning: place parentheses around the assignment to silence this warning l( n declaration shadows a local variable [-Wshadow]p u| b276srt | ^ i=i tfu 592 e | f tt x3*)( e e-p shadow/nettles.cgi_:l>ixn- >)e210 _| psttp ~~~~~~~~~~~~^~~~~~~~~~~~~~~~_ t :()t35_| rser ^ a:chammer/Table.c| e ^vu b s= twarning: ibtie:.nunused parameter 's' [-Wunused-parameter]bushared/hammer/tree.ctthammer/tosymbol.c 693u =::_229144:210f21 | : _n32egxet:-fs:i: 52warning: :e twarning: note: unused parameter 'f3' [-Wunused-parameter]unused parameter 's' [-Wunused-parameter] place parentheses around the assignment to silence this warning 693n | a t t> e*oar xt is144, | _ c ttmps_tstyar( t229ix_-em> | vxfcl )b v _v)o boi| o n b ^| oailitd ^ d a r| u**ss gt, ( )i fi) f ;g2 , on| e ==q fi n(hammer/funbuff.c n _p| :tt_hammer/coll.cs:y-27655>m ^f:bl 17a: oncnle_,or inote: w:_12use '==' to turn this assignment into an equality comparison:(a ghammer/comment.c ltt awarning: husing the result of an assignment as a condition without parentheses [-Wparentheses]276rigs_ ts :y547m:(bf | to57tl: 3 55) i | note: previous declaration is here*= _ tt_wsa,at roignfe| t ^ h-tt> o547m | isl shammer/Table.c ean(t acyt: 698m*e(,nibpp- c>a:v=36 onle _tp_ lr* _vax), tep :tv _owarning: i oemunused parameter 'x' [-Wunused-parameter]d fs -| *>a nc ^_on mtym698veenxhammer/substitute.c | :)sm282 )t _tt )| = ^ lab onlei| x: 17 ^:s*t| ~~~^~~~~~~~~~~~twarning: - (>t hammer/funbuff.c :esunused parameter 's' [-Wunused-parameter] _55| it: ( ),pc12 shadow/nettles.cv:o 236 i_ic:d32r eon:t282 shared/hammer/tree.c | :: a tc229warning: v mnote: m,place parentheses around the assignment to silence this warninge unused parameter 'x' [-Wunused-parameter])n :t a *21236 | st| _x: t b, ^la atttnote: o use '==' to turn this assignment into an equality comparison 55 _isec_ | t229| == | _ymm bsve wo tls bo*i yhi d m hammer/coll.ct:*assivf(,b ii )295n:o17ltt:(esnl_ ta p ( n-| i gwarning: ^>a bcusing the result of an assignment as a condition without parentheses [-Wparentheses]l,ep l tt _=*a*tx ,s , no i295n | n t__idfsr i pmp( e*-pa-t>(ae__ftl_>vs)gci oh tn,| nea t ^_=n atraegxtxrtg )f t_ g l1hammer/comment.ca:=620,: t | | e10op ^: rt3ehammer/Table.c -mtv ^ warning | *warning: *:x-declaration shadows a local variable [-Wshadow]> n,698 ( ):s generated620>a . | t e 50_v: hammer/funbuff.c _n s e_warning: )i unused parameter 'f1' [-Wunused-parameter]gin all cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/avg.o -c sickle/avg.c | n t:e xaf ^++++ info: making sickle/capture.o in lib cyclone *t*55s t))cp698) | =: 12| s ~~~~~~~~~~~^~~~~~~~~~~~~~| : ^ tb hammer/coll.cia| nshadow/nettles.cb:u295fnote: :use '==' to turn this assignment into an equality comparison17_::g242 :note: ^e 34 : t| warning: place parentheses around the assignment to silence this warningunused parameter 's' [-Wunused-parameter]thammer/substitute.c i 55: | n a 294 ==295 wth242shared/hammer/tree.cc | :v39oio:ml245 i | :i20(:dfe xs-: (>ttn xwarning: apb (warning: _lbea=_using the result of an assignment as a condition without parentheses [-Wparentheses]s eeitn tpiunused parameter 's' [-Wunused-parameter]ncb p ib-u>tfs)v-on>i;d e_ _| n ^en( t _etxatx294 | *245s scc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/capture.o -c sickle/capture.c hammer/comment.cb=ti++++ info: making hammer/grab.o in lib cyclone tpl) | e: 547 r g le*v a ix-f>t, e| : _ ^(t57inct:p n_ efx-note: | lt o ==aprevious declaration is heret _ )va547hammer/funbuff.crn:e84o wi:d | 17 g| s(t* > ^ t _n asfy| m_t1 ( )iblsou,lc : * s bevfhammer/coll.ct| s ^otwarning: iusing the result of an assignment as a condition without parentheses [-Wparentheses]sickle/capture.c i t,:hammer/Table.c78d= :i :699u::841217t 295:: :t17aceo : | warning: munused parameter 'f2' [-Wunused-parameter] m enote: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]ruse '==' to turn this assignment into an equality comparisongn_enn ee t699-w>t( l | ste ta c_,295 | _l i sii f f 78s y | t(tt_(_afn nep_tlo mm r*p ob(oali f t-_>v*c eia)o=_ nh(afgt hmptmmea )=m ss,r t e rye| seri ~~~~~~~~~~~^~~~~~~~~~~~~~~~~g_ _ffnon tp t*2c| e ^l xanoc(,s,e ,tt shadow/nettles.c_x_ttsshared/hammer/tree.cy:b me:=_245 ubpfo268slt,(a: 20&rt*:osmx note: f:place parentheses around the assignment to silence this warning,- lie>vox32 :" w-n>t_ aat245cet_warning: arunused parameter 'x' [-Wunused-parameter],e"e*rn ge x a),t | f268t)n_ a t o)vm 3d| , i x* /f,* | ast v ^) ) 0_LfA)ltT ) E| ao ==aRt a| s(| nk ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~p ^- t a hammer/coll.chammer/comment.c:i:righammer/funbuff.ccf> 401| v : fo484no_ivd547e:: ^r50) ws ::17l :r| i12gwarning: gunused parameter 's' [-Wunused-parameter]t ^_id:s p hammer/Table.c warning: :t699eusing the result of an assignment as a condition without parentheses [-Wparentheses] note: :(ifn547gtt_ place parentheses around the assignment to silence this warning=32s | ts84i401, | gt : | a warning: aunused parameter 'f3' [-Wunused-parameter]t i e lcw rghsivloe699 tC HgE*eei | d x(Ce c, potK-M =m>En _ *t /_itf m(sr i| i ge ~~~^~~~~~~~~~~~~~~~~~~~~_npfe-p>nea_ gln sickle/capture.c*l :=to78hn ah_t:lt12aim)mae:e * rrs tnote: gsplace parentheses around the assignment to silence this warningtp | ) ^ (ft2 r e_,x e tct| )_ ^3| o ( )m; warning78 | m_ s efc | ~~~^~~~~~~~~~~~l o shadow/nettles.c :nhammer/coll.c274t:shared/hammer/tree.ci:al34 :*:xt, 401t:245f:o12sa_ :e20 generated:r . ssg(ytf pf note: 3=, s(mnote: yuse '==' to turn this assignment into an equality comparison&sbxwarning: cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/grab.o -c hammer/grab.c -o> _place parentheses around the assignment to silence this warning++++ info: making sickle/curve.o in lib cyclone f ot245p xlunused parameter 's' [-Wunused-parameter] | 401e | n *__ sf 274wl | to,hsit a t( ilanrtge raeieb,ffut (i4e p fc) , nvdhammer/grab.c=: x71, | eo:ip14da ( ^- >:* s i0warning: "using the result of an assignment as a condition without parentheses [-Wparentheses]g ec_),w)nne hammer/Table.cx: t g699t| _71 ^ a:tt)47" | ) o;_| : n em warning: *)| ( )apw unused parameter 'f4' [-Wunused-parameter] ^ ( v- hammer/funbuff.c)/ :t _ s| 84*: 17 ( )L y mi| f b: A( ^oT699o>lhammer/coll.c :n _ElRnote: e fb401 | : = t a12*:s sp dnote: use '==' to turn this assignment into an equality comparison_ ck=h e c, k 84itn use '==' to turn this assignment into an equality comparisoni f | ot o bt_avre 401f | r lgowj artaaei wcrethgi lie,clt e(nt ft2(,e sx_-ap>txg_,tb -=e_ fioiln > nfomaet d pe-l(_>rairgC*eanvp)_ H h| egmnte-E ^ )C xf t=3K>MeE_) ,* shadow/nettles.ch| w;h ao /) ^t| _mfm : ) ^ l300| | :| e ==o ar ^ t r e34 | e ( )| t hammer/coll.c ==sickle/capture.c:: :warning: 473unused parameter 'x' [-Wunused-parameter]78 _: shared/hammer/tree.cc17: ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~12 laor::300sghammer/grab.ce: 71 :warning: | 326sftsa14:t4:using the result of an assignment as a condition without parentheses [-Wparentheses]) 17(t&i :xc: -v| warning: >using the result of an assignment as a condition without parentheses [-Wparentheses] ^ x note: _note: 473hammer/Table.co:t | use '==' to turn this assignment into an equality comparison 729326iplace parentheses around the assignment to silence this warning | :r i 46 df e71 s | i g78: | ( e ,ll warning: eunused parameter 's' [-Wunused-parameter]e qf _ nd wt729 c | hdh iifssxfpi(t ,a ti_l(s0fei g()lldt )= (po( l= soybde | q ^ki= s oe| ==*lcyd _ hammer/funbuff.cv:=f 123oeeena(db_bct__nshilge:_ ewarning: eusing the result of an assignment as a condition without parentheses [-Wparentheses]xudtufnn mactk)o lb -123>jn,* * | s ; "p )_ 22ei f wc"k)p)e warning( s ( generated| tyn| ( ^) ~~~~^~~~~~~~~~~~~ . shadow/nettles.c/ )*hammer/coll.c :: 473Lxt306p_ :-t:>3517AxT E=_cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/curve.o -c sickle/curve.c Ra : bbaxl-e ++++ info: making shared/common/clc.o in lib cyclone i>| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~*n note: dsxplace parentheses around the assignment to silence this warningshared/hammer/tree.c_et: xl re kwarning: unused parameter 's' [-Wunused-parameter]i f: m o-,306 ve326 | esr473e | t._ts _ f w>y:m beior_l tsickle/curve.cwawr:t109hs17iitlh:oe: 8)note: cplace parentheses around the assignment to silence this warning( * v o)ii):/dto326 s l*warning: ,i*n | s i variable 'delta' set but not used [-Wunused-but-set-variable]gg| i C ^ n,Hl eE iqCdf_| C Ht(ElK109Ee ( )C fn= | D e aK Mfcl wnoEo l*dhammer/grab.co-:,71p>:e14_(:ta n/ eitnote: xfctuse '==' to turn this assignment into an equality comparison ht_ )t;i_l as y d71| eetm mb ^ol | p| lt oy dt*a s| m ^ === * = a *( ,isickle/capture.c /:v ix110) f:| 58n: t ~~~^~~~~~~~~~~~~~~~~~~( o- bk> axwarning: cunused parameter 'ac' [-Wunused-parameter]hammer/funbuff.c : e| , ^ 123=| _y tp :110c | _ as819*sa_ ( )ahte:rc48place parentheses around the assignment to silence this warningkdov ):e a e tlhammer/coll.cwarning: b| nj :unused parameter 'xpos' [-Wunused-parameter]123 eic | 473t ^ t a-t:(shadow/nettles.cx17-:c819> n>:x ; | __bs 332 v t:a| tnote: 34ii ^nocik use '==' to turn this assignment into an equality comparison:di evyod)i dsickle/curve.cwarning: :unused parameter 'x' [-Wunused-parameter]e248 l:c46473) | : fa p332e m warning: | tunused parameter 's' [-Wunused-parameter]t ( un | rae ^ - >be ps lt= _ w hx_-ew>i| lxeh_oaw ( )) r ic(t248shared/hammer/tree.c | liost)i: lc t| da ^326 ec=_:k | 17toh:(vr == tlonote: ouse '==' to turn this assignment into an equality comparison tehammer/grab.c o_eiitcd:k-80 (:.v o326t>tie18_ad_ pf | bd:_ s ind lgiere c u*xwarning: rusing the result of an assignment as a condition without parentheses [-Wparentheses]vstte i*f) _ zl, x/gi e,*80) | ( t sC_tqHls y_eftE(f t ClK;_ d mEct _eblhos| D ^soec l *pu f(nritiaf| v_ ==te o( lpad n*, sx o ihammer/coll.ciif,=:g gb( 639e:qnk ety60 __lhns _ix639pk g n | esptetoyaalc_ ts*t*ysk,) ) a*,tot bo *i /jse| i _pcnf ^lm )c o| * t ^ v| t| (aao p ^ ta ==r voi| ashared/hammer/tree.cd ( )c ,shadow/nettles.cx:)hammer/funbuff.c r g338t:cy:35::123342_ :o15a:| ^y: t12p lwarning: :l using the result of an assignment as a condition without parentheses [-Wparentheses]oc)onote: )o use '==' to turn this assignment into an equality comparison warning: munused parameter 's' [-Wunused-parameter]sickle/capture.c : 110 m 342 123:o | | | s ~~~^~~~~~~~~~~~~~~~~~~~~~~m n 70hammer/grab.c _: 80338, i: | *sf18: : | ^ wtnote: aa(warning: hvirlte)place parentheses around the assignment to silence this warning inunused parameter 'av' [-Wunused-parameter]c ev op (i a110d =| n ^hammer/Table.cp :x819-:dsickle/curve.c80 | h> | *o=ss txi_otkrg a:(e6565g:t15:: ( ik warning: tee.qtunused variable 'curve_coef' [-Wunused-variable]c___pfwarning: eunused parameter 'ypos' [-Wunused-parameter]e v ol 65nye dmny)b oa_tli k c ea* fund,mty/ bi ?cor voul(o*bi *oebsn _lCwte,r=niH i E CadipncdKcuttpeE r atv-e>_hDcan,_cob_,l ecfltt nteho___pce ali:otki (ccfa okoetkemm(pft on_ttyp *;p a-*_mtoa/b vbl *| a >vn ^)| _ ^~~~~~~~~~edj r i) e| ==| ^ c**t | g ^zhammer/funbuff.cshadow/nettles.c,(h x:phammer/coll.cr:otx)y639) ;t,: _126):)12359 ::t72:s y 40::warning: using the result of an assignment as a condition without parentheses [-Wparentheses]_warning: fm| | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~warning: b ^ unused parameter 'x' [-Wunused-parameter]l o unused parameter 'av' [-Wunused-parameter]l 359o | shared/hammer/tree.c :*af639n126 | | stst ( )aa t342r:gt15a i,cx :vt ip | ci onote: i voowplace parentheses around the assignment to silence this warninghammer/grab.chds ii:n s80t:l,i 18a:c gdr 342 m 3t warning | e,cs_ ifnote: n tuse '==' to turn this assignment into an equality comparison generatedo (l _ln. l p 80 u | caswoh =a toa n rtcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o shared/common/clc.o -c shared/common/clc.c omp_g++++ info: making hammer/Clip.o in lib cyclone dmm- oi sylpe*o a(vse,n)np> pn _=l (| tr_esasde i_hi(fgkr e( ^o oyo kmb<| n ^ ehammer/Table.c =(i xncc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/Clip.o -c hammer/Clip.c pn:-tp>820ntsickle/capture.c_:++++ info: making hammer/bondo.o in lib cyclone k178e:d:u15_:s) py* 52x d_ ?: nwarning: ,p| - ~~~^~~~~~~~~~~~warning: chammer/funbuff.cunused parameter 'xpos' [-Wunused-parameter]unused parameter 'shift' [-Wunused-parameter]h* >eztn_,_ s ci :g126hammer/Clip.c :17833:knl:t82012 | esf44tt | ao a bl:t _ :i nj*st:_ynote: pplace parentheses around the assignment to silence this warningmce c*b fol o126t- v( | oli>dn w*_pfrswarning: ounused parameter 's' [-Wunused-parameter]arhx nipiyl))g ch)33a | s p t,et| ) )t ^u; t(a ragrt shadow/nettles.c| e: ^ i365 _:| c ==l38ic: cniphammer/grab.c :vkn| t ( twarning: _unused parameter 's' [-Wunused-parameter]c= ^ a n365s124h:oip ti 45| :ap ( )fd cu tshared/hammer/tree.cwarning: :, | -s r>,342 et:_ctausing the result of an assignment as a condition without parentheses [-Wparentheses]tna_on tt _*imlfe124x ti) | lc xov *,a v| a p15 tt o_i ^ f f )i l| oa(rx ^-_a:td | a gnote: r*use '==' to turn this assignment into an equality comparisonhammer/coll.cl:>sg ( )ix ig xr672sp:ohammer/funbuff.cc_sbtm,t (:i9342t126n :i:rdlet ,_ ntu12 | warning: l:_ f unused variable 'ac' [-Wunused-variable]_ esm_note: )fcllnuse '==' to turn this assignment into an equality comparison io l apwoth aa ierw g672wt | l 126(*a h t re_iy s | xipn,o gty m l(e wx hs-,a( ncibao ;p>lx l| t ^__e=bs * s sickle/capture.c(:,i n(l ky178p:e yn| d ^~e li te)mmn t=hammer/coll.c69:= <673 a| :: cbnxpo ^- l,13 -warning: hammer/Table.ct:_ n>*> unused parameter 'ypos' [-Wunused-parameter]:apx- >twarning: _o820178nbunused variable 'av' [-Wunused-variable]:sm n _*_i33 | n:,kan d eveexi)l ntsyt673 | a t warning: t? )| e i cunused parameter 'ctrl' [-Wunused-parameter] a ^c m | - n>tshadow/nettles.c_epa_: t, v393- ^820t | on :>38n oei x_ mt:_ | * at ==warning: unused parameter 'x' [-Wunused-parameter]a_tv) fdl o l hammer/funbuff.cc 393: | e138ma pfo| :;*tt ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~u s taata t hammer/grab.c12i| c ^~vr e::: )a_r chammer/coll.cv :124 on:gwarning: i45696p:using the result of an assignment as a condition without parentheses [-Wparentheses]dl- >61s::| ni g ^note: place parentheses around the assignment to silence this warning i _warning: runused parameter 'ac' [-Wunused-parameter]cok vhammer/Clip.c(: res 124t99 | i696138 | _ | : scra_ g dt 43s:pip hwarning: iff at((tunused parameter 's' [-Wunused-parameter]u,htr tit )99x | es tci__ -v)tf*of;li >xaoxds _ab c(,n oitti pl| nlaidt ^erg gcc_l eom| rv)=f ==o l omshared/hammer/tree.cvo awxtichta:e-rrrgm356 do >icnl*lxxxp,_i_tpo,:lwr_r17 st _eseti(ets:.eettt __warning: i_using the result of an assignment as a condition without parentheses [-Wparentheses]f igfrn(csl lxth,i-)o356po>a | o x t la* _k*xb*,ist/i*(_ffa n p )tr_lg( d n teClpH_e-a| >lpso ^Enym_C mKapbttshadow/nettles.cd )=aE D*r zxg on-o,r >:e399xvy_l b=itp_:s y37| : ^nip fpo samdermehammer/Table.cpe*lb, n teowarning: -unused parameter 's' [-Wunused-parameter]:>820 n| :l ^ 50 * m ftnsickle/capture.c_-399>:ey | s:,ps 179trie_,nvna *ietwarning: /:unused parameter 'alt' [-Wunused-parameter]17x:t twarning: i n c)| t)820 unused parameter 'shift' [-Wunused-parameter] | aa c c,v| ~~~^~~~~~~~~~~~~~~~~~~ | o ti ~~~~~~~~~~~^~~~~~~~~~~~~~~~_ ,179 hammer/funbuff.c | ^ :dshared/hammer/tree.c138a: t * _| a :t ( )ot12_356f: :l17sm o : tthammer/grab.c onote: a:t124place parentheses around the assignment to silence this warning:iagr45 gnote: :sm_rh i o*ffaplace parentheses around the assignment to silence this warningvnote: )lv*t use '==' to turn this assignment into an equality comparison138 a o124v ,)a | e 356t | a | | | i ^t f_r ^ hammer/coll.c i( f l_nnp -o: rag696fehammer/Clip.cwt (:>ns(hip:itf_a73rn123:f:_t33,g spy :( =cmx - r >warning: xewarning: vtunused parameter 's' [-Wunused-parameter]_unused parameter 'av' [-Wunused-parameter] fb otl_=b 123xi | -s> n*r llspxo_a,,art tdretl iteaenrta_g tae ficec.,n ltto-a_cf>im696t | atn_r) r _tgsawsrtl) vptto m , a*/aahli*t liteC)r v()xcoHt e -vi_ f dvl>| oo)ixa ^_ E*db c tC| K ^aErD| shadow/nettles.co:lc inno ^ 428 gl i:pldc34pa ehammer/Table.c_: :o393il| mn ( ) ewarning: mlo nfwt e:e23m_m)p(shared/hammer/tree.c:unused parameter 'x' [-Wunused-parameter] :warning: ttyunused function 'table_checkcommon' [-Wunused-function] 356= w :_ s*xy-17>:r mx/_b o i| lt 428 b | *s ^ s note: | | tuse '==' to turn this assignment into an equality comparisoneah ( ) iont i,oc ^ 393d kv356sickle/capture.c | (o | hammer/funbuff.cs:ie138ti _::ti12df:np at (179tnote: al idesnm -p:ic-c 35*guse '==' to turn this assignment into an equality comparison:t>_ t,z ,warning: aunused parameter 'ctrl' [-Wunused-parameter]b>m eln138 _e_t | o n te d p_ xri d_f179_ | aetcvsop m ( s(*=toa_m msnyomntp)b i =o xpg* a| vt-mr >lxa b_ te)otl ^e _ r*e| e .c| h ^nte_t_ ff ==c fdhammer/grab.cn kli,r*soxc oi,:an-m>t 127tnm oa)_:nc9(tt ,t __asrpttga:br _saelv )t ih/iog me n *| * ^3*f awarning: la warningx Csusing the result of an assignment as a condition without parentheses [-Wparentheses]H| E C ==)v )t K| ^~~~~~~~~~~~~~~~~127| , generatedEshared/hammer/tree.c. : D | ^ * n to*_shammer/coll.cppf367:l) o :ia cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/bondo.o -c hammer/bondo.c | tia743++++ info: making sickle/minmax.o in lib cyclone :rff 17(: ^ g 54oewarning: :mb pc using the result of an assignment as a condition without parentheses [-Wparentheses]= ttwarning: shadow/nettles.cyunused parameter 's' [-Wunused-parameter]p d _:rcl* 434h/e:,35 367: t743 warning: c_| unused parameter 's' [-Wunused-parameter]k | ^ | ofsb lihammer/bondo.cf: t | 189oa:j19e c434 ==a( :tthammer/funbuff.c | ts natwarning: i(rpg-unused parameter 's' [-Wunused-parameter]ca > nax tvl:o-t141i>_xn189e_ | :i12bcd:i warning: nusing the result of an assignment as a condition without parentheses [-Wparentheses] x v)tcd o i o141= | d *wsh iepl e| ial lg rlm o(d ^cn o esickle/capture.c :t179p:_52sm_:m y=warning: unused parameter 'alt' [-Wunused-parameter]mnbp eomln- ot-179>- | >>*n _n en e s ,__dwi ttnihno_noerw)(tt__nsee y)xhtx to)af c), o| t| ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~k (lt__a pmd ~~~~~~~~~~~^~~~~~~~~~~~~~~~| thammer/grab.c : ~~~^~~~~~~~~~~~127b:o9 :*oomshared/hammer/tree.c *zlaa,t a:vt)r *367 s_,note: :place parentheses around the assignment to silence this warning gsihammer/funbuff.cn| 17 ^: t : s127yh imfat 141 | c,,note: b ohammer/bondo.c :i fplace parentheses around the assignment to silence this warningt:_ a223 :(367o | t18 _bfltl:12 oom **:isf =a(note: na ,warning: pi-n>tt aunused parameter 's' [-Wunused-parameter]r aplace parentheses around the assignment to silence this warningcv ,g) np _d n141e | x t223tc | t rwlh= pi| _aa r,el_e ^ ( nc pn h ttt =_oe mctk _-s>ynfnolm bb*oj_opaena-tlcvet)a >rxg(*nsx,t -_i>n)n e x x| t ^ a hammer/coll.c| : ^ at_753lb): i t16): n| warning: ( )c| d, ^e| l using the result of an assignment as a condition without parentheses [-Wparentheses] ^ e mt _ a753t osickle/capture.cm| : | shared/hammer/tree.c ( ):317* a-hammer/funbuff.c >367e:_ ::v14117 w12:)12 ::: hnote: wouse '==' to turn this assignment into an equality comparisonh i)| warning: note: ^ use '==' to turn this assignment into an equality comparisonl) 367 | 141 declaration shadows a local variable [-Wshadow]e | | hammer/bondo.ciw ^ h26:317 warning f s266 | i generated :| ( ). 46t((lhammer/grab.ce:e:np 1warning: _ unused parameter 's' [-Wunused-parameter]s127y mcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/minmax.o -c sickle/minmax.c b ++++ info: making sickle/lookup.o in lib cyclone =: 9(pn:peo p lnote: =- 2use '==' to turn this assignment into an equality comparison)266 > | n n*p| -s> _s=n natv ~~~~^~~~~-127>aa | _ w_hammer/coll.c en.xit:w753f: t16e_isc=x :t p(y)ovbnote: place parentheses around the assignment to silence this warning a | =mro eb ^npti-d>dn o _753 | c b_| lh;o cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/lookup.o -c sickle/lookup.c nn ed ++++ info: making hammer/onebang.o in lib cyclone eco ==| k ox ^b jt _sickle/capture.cwelhiislt)(:hammer/funbuff.ce306t: 171c : (:e49p36_| : ^ 1warning: : | = ==t b (unused parameter 's' [-Wunused-parameter] xo- shared/hammer/tree.cn e>pxnote: d:_4832previous declaration is hereo:b 171i) | *sx ,24 :nt dtawarning: eusing the result of an assignment as a condition without parentheses [-Wparentheses]306t_isly emm | sbc- >483e | _tw haoo)v)to iiifc | ^ l d*v f| s| (, ^ ( ) suuhammer/coll.ci co:| c ==ei sdnnhammer/grab.cs:b152t753 u*of:cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/onebang.o -c hammer/onebang.c :16++++ info: making hammer/seq.o in lib cyclone :20f: cwarning: aar17- warning>_nssc_note: generatedp. ept,use '==' to turn this assignment into an equality comparison( t _t753_ | using the result of an assignment as a condition without parentheses [-Wparentheses]trauftro e _ ncc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/seq.o -c hammer/seq.c e ++++ info: making shared/common/mifi.o in lib cyclone 152e | um v wn =w* ( hgwobnauei-tlve_hf)f >( s| n ^_ yepmrcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o shared/common/mifi.o -c shared/common/mifi.c i++++ info: making hammer/Borax.o in lib cyclone b*ehammer/bondo.cvlp:1xeo )= l 300( :e34, :| p ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ 2*)shared/hammer/tree.cwarning: tsunused parameter 's' [-Wunused-parameter]: _483s,:y i30024 | msgbrto l a:t | a ^ninote: cplace parentheses around the assignment to silence this warning t*bsb,v oie dihammer/seq.c 483dn | a cshared/common/mifi.c ,:| :* itbtf_269 a == o:( tao46hammer/coll.c:nm:=dc258 o _:,warning: 799gunused parameter 'modechanged' [-Wunused-parameter]:r*n20 14e: w269s | a u :c( warning: tat_sbcusing the result of an assignment as a condition without parentheses [-Wparentheses]tesv )y_ ns799a | warning: meusing the result of an assignment as a condition without parentheses [-Wparentheses]t i bwsc | 258xo | r ^_tao h v- >it onll(msickle/capture.c o ie** s ,_(xdp :n rsi365fe:vie q() )n=16 :t a ge x_oswarning: tteusing the result of an assignment as a condition without parentheses [-Wparentheses]pana v )- cr =365| ~~~~~~~~^~~~~~~~~~~~~~ > p| r,e | t ^r e te -ce_v>hammer/funbuff.cn: _221a-hammer/grab.c>:dt_xa_o t152mo: :iafp57r: nr= 20warning: (unused parameter 'ac' [-Wunused-parameter]e bdg* eex:itnug)tfa v() vbt f note: e_yplace parentheses around the assignment to silence this warningr| s= t)221 | ~~~~~^~~~~~~~~~~~~~152 g | | ee ^hammer/coll.c s| (e: ^ sqtn t b a*lx799waht:y tl14| iic, e ( )liso:v(noti cmbd note: uefplace parentheses around the assignment to silence this warning ) f(o d799u)n b | shared/hammer/tree.cgw:r| 483h:a ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~bse i24lceh shared/common/mifi.c:u:(258 :iabzne20e:nenote: fgduse '==' to turn this assignment into an equality comparison xet f*dnote: = ) = place parentheses around the assignment to silence this warning g_483r | spir eza ve r-e> | ibo ^f _xa258f | ( *n edx(thammer/seq.c(:b306 : s44 huoxu:_cncoees fsfwarning: )k)eiunused parameter 'modechanged' [-Wunused-parameter]r(xf t )| to_)p )(r e) ^ -4>306n | warning s| _ps ^ d -| >| generated ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *. et p_a| sickle/capture.c ( ): ( )365 d ztriechammer/coll.cv:: , cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/Borax.o -c hammer/Borax.c 16v799o=++++ info: making sickle/atan2.o in lib cyclone :i14d hammer/grab.c :s etq_g: 152a::s_20t:a note: note: splace parentheses around the assignment to silence this warningyt= aonote: gnemtuse '==' to turn this assignment into an equality comparisonbe -use '==' to turn this assignment into an equality comparison> yrbtt ens_( n365a | po l152 s r l l799ie vfa v | * | fenr ) (lyow chb u ,i l(i t net) _)w | a ^ch | (fsnf ^ e, xete q=r p icc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/atan2.o -c sickle/atan2.c t * x| | = ( )r l, _gee++++ info: making sickle/average.o in lib cyclone shared/common/mifi.ctv a:i-n258tt>:x ==_b n yeemxotte20 o(:s (d)note: bmshared/hammer/tree.cuse '==' to turn this assignment into an equality comparisonuef :g505 r c258h | aa sickle/atan2.cbnb:*easvd): 13 g=| | : ^33 g ^r a warning: :using the result of an assignment as a condition without parentheses [-Wparentheses] i32ifhammer/funbuff.cbz e :d:e )_505n e 221(warning: e | *:x | 69 ==sunused parameter 'x' [-Wunused-parameter]t:i| ^(p x z warning: i)f)unused parameter 'av' [-Wunused-parameter] e( 221 hammer/coll.cp33-o | hammer/seq.cs>f | :set:(taa| * ^abt_969r u:497etfi:f44e dra12nitc:c| ==) :vt ov= a iwarning: gunused parameter 's' [-Wunused-parameter] owarning: )using the result of an assignment as a condition without parentheses [-Wparentheses] i d o nde= hammer/grab.c)497 :969163 -a t| | ^ a gn > | e:n t2b| yf_utn ( ) b_u d pssickle/capture.ceiasr:pef365stf:20f: _nwarning: ausing the result of an assignment as a condition without parentheses [-Wparentheses]r16e(t te)pia =c | c:(v t(do_ ao ~~~~~~~^~~~~~~~~~~~~~~~163hlil | o cdt note: n aano2s eoqw k*shared/hammer/tree.chm_use '==' to turn this assignment into an equality comparisons myi(xo:,l505 :365ml13no_csl | y mt kb oe tle) _y)_ :sp d (( c*(inote: g| t ^rf _aplace parentheses around the assignment to silence this warningsbe z505cibgeq,| , ==n ( b ua dl s=* | tg rif)*_saf)s*shared/common/mifi.cpf: b)_ | y(n278meb ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~oex:rp al,17 rhammer/coll.c xe*:: t| n t=t ^( 969warning: x_:)sfy12gmeusing the result of an assignment as a condition without parentheses [-Wparentheses]= tn :b ynote: b278t | place parentheses around the assignment to silence this warning e,so ( )lg o*n iei f969b | u( 1n warning-s> )ten _fp ap - a| | ~~~~~~~~^~~~~~~~~~~~~~ ^ > rc sie,fi e t generated(_hammer/seq.c. _dnazaett a: hammer/grab.ce: p=* 502 rtcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/average.o -c sickle/average.c :o)42e= ++++ info: making hammer/midiparse.o in lib cyclone m163| sc: o ^ : iswarning: lunused parameter 's' [-Wunused-parameter]ilzc 20| : e ( ) onote: mz eobmyf*o(n*_bstyemashared/hammer/tree.cus f(:fkveerpplace parentheses around the assignment to silence this warning-e>)y e()_505d)actca502,), | | e s| : ^ps-t)13>:a)t ^163 | note: use '==' to turn this assignment into an equality comparison ei_ c d a t a| | s ==v hammer/funbuff.c ^ i :o245 :zi58d e ,s sickle/capture.cn:eww:505| ( )warning: h374unused parameter 'ac' [-Wunused-parameter] | esqi_hammer/coll.cl: 969iil:e:z1221:iesft (:) )t warning: note: using the result of an assignment as a condition without parentheses [-Wparentheses] _(s (epqag ruse '==' to turn this assignment into an equality comparisone r 245n 374a b | | s| t*969 | x ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ib=tshared/common/mifi.c efda = ,g gto_:s278 nief:-r 17t>(nyx(cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/midiparse.o -c hammer/midiparse.c mabeob-pi>_x p=: a++++ info: making hammer/offer.o in lib cyclone rc c_leon tn evl_*note: xst,( )x ol place parentheses around the assignment to silence this warningp iin t278 | | )a)r ^ c e| i c,fcio ^ m m dsoi| ot ==n n( _=_ea ts p p| shared/hammer/tree.c- ( ):>r516ye:fo m_hammer/grab.cuek23c:dia:t163 awarning: n:s20using the result of an assignment as a condition without parentheses [-Wparentheses]b:ueimy ( =*f note: 516ause '==' to turn this assignment into an equality comparisonofv_nwrr)c)ci ,e t s e | sh i | | ^zoe ~~~~~~~~~~~~~~~^~~~~~~~~~~) cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/offer.o -c hammer/offer.c bihammer/seq.c++++ info: making sickle/poltocar.o in lib cyclone :sickle/capture.c553fo 163(:y17 | tk t :e374s: 21)(( er:t _warning: using the result of an assignment as a condition without parentheses [-Wparentheses] p:| dew ^ e -h> pt*_z ,| note: i- ==place parentheses around the assignment to silence this warning l hammer/coll.creo o:t>t374_ s977y553m | b:oel * (_gd=aft 44arhammer/offer.ca::nc,h bi35b: 14 warning: | :iei pf,-funused parameter 's' [-Wunused-parameter] e>de i(n 977(xnl-t_>edwarning: dusing the result of an assignment as a condition without parentheses [-Wparentheses]vax | tsa e)=t gs iarc ,_n 35| att | a be_z_el,pstna teroesmi ~~~~~~~~~~~~~^~~~~~~c=x tc i es(v* oi ixo-dn>ishared/hammer/tree.cx :a516_=f ncp:v23r)oeelcni: w sx( eis)inlvpoz e| n)e))n = ^t_)l snote: )place parentheses around the assignment to silence this warning| h a| ^ | hammer/funbuff.c i ^ s: 516m ~~~~~~~~^~~~~~~~~~~~~~m 245 :e tr t| ( ^t | r_ 70| hammer/seq.c ( )| e:c eowarning: ( ):unused parameter 'av' [-Wunused-parameter] shared/common/mifi.c| 553sickle/capture.cl:l374 : ==_ :s278e ::1721hammer/grab.c::: 17 174245 :a inote: note: place parentheses around the assignment to silence this warning* | use '==' to turn this assignment into an equality comparisons xfr c278note: t(, : 20use '==' to turn this assignment into an equality comparisona:t 553t h_( | 374iwarning: c | | t vr&ix eie ff--o >(>siite fp _(-n(e>yemdv bfusing the result of an assignment as a condition without parentheses [-Wparentheses]xeuorno_ld _ntaxb-to *us> rt174xefsf_, | t i ea, p n=_ t== r eancwc wrdhxr,e cihtiilxeiss-i>_)l atdt)iooz(egnr ah) m=o o x | _b ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~k (pn| rt * ^ eeav c_ bvpiehammer/offer.cdeeb :y)t35en*ds| : ( )s14 z ,(tes =shared/hammer/tree.cp | :i t:)note: _ s ^o516y:gplace parentheses around the assignment to silence this warning mhammer/coll.cb :o-| n ^ 23 :35l | *e>l)985 : fs ennote: 55e,r use '==' to turn this assignment into an equality comparisoni | :_ ^d f i| n | (a ( )ttwarning: ahammer/seq.cnunused parameter 'ac' [-Wunused-parameter]:a553 ,b ==a :csickle/capture.c_516p: 17e:, 306n | =note: 985 th | as:memuse '==' to turn this assignment into an equality comparisonpx-36e_tra ttar:> toiwarning: eet e m c*553_unused parameter 's' [-Wunused-parameter] _ | ai vds( exa)oafr )t i dv a ) s| ~~~~~~~~^~~~~~~~~~~~~~cihi zfehammer/grab.c :c(174(,to:r306 l( | nse| e& x-ln_et20-a ^eat nv>wyetnh:ittsisci _ rnognote: ( =t _ochammer/funbuff.cv>oplace parentheses around the assignment to silence this warningtzix -d>x eo: 257x)_*l:_)cnae 9=: 174t | cwarning: h rusing the result of an assignment as a condition without parentheses [-Wparentheses]eve p | eilt ,nu * ^t s nr257d e)x )xl ,_ n et | | )dw| ) ^w h( i t| _| l| s ^e ^ ==_ s y ==( gmshared/common/mifi.c :y| r ==a| m ( )285b:shared/hammer/tree.co21lbib :*547f :b50 hammer/offer.c::(o:l35 hammer/seq.cwarning: : '&&' within '||' [-Wlogical-op-parentheses]ewarning: d*1049 using the result of an assignment as a condition without parentheses [-Wparentheses]:: n s=, 14pi546: | note: 285use '==' to turn this assignment into an equality comparison s | 53, ign:i r warning: fat unused parameter 'ac' [-Wunused-parameter]( n!tab= oct x_ nhee,i x1049r- | |>s |t35x | t_fa tc ,rteae l s(tt i_ea/t e_pica o*(m-ftvxo)e .)o t >ie*m| a ^ d( v()n s*es qp| e_n=ta _vd_| )f ^i rhai ( ) r s tat)e nhammer/grab.ce:| mlma174a:d20h:o ^o =n| k ( tnote: guse '==' to turn this assignment into an equality comparison_eo ethammer/coll.c :tu ~~~^~~~~~~~~~~~~~~~~~~s p rbetd985hammer/funbuff.c)r::174 | e*y67e:/ t e sd(257n *warning: zunused parameter 'av' [-Wunused-parameter]_ s , etw| ~~985 s i: | w_szt astyeem547) | 9b a r c)hi cioll hv (| & :* ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~o e shared/common/mifi.c f inote: d: (place parentheses around the assignment to silence this warningcgo(ln285!:lo_ xa n,y21t:rta h257b | note: bih-eenplace parentheses around the assignment to silence this warning> xirg_ft-r >idenn 285 | (=t _al ecg e ,(rntp_ac ofl,b tt n_ _la t n*exxd|o=m |x -o> tx,_ itfhtx(et x*rr()e)a)_ p s| -)->>ev )n ^__ dyae l t am| e ^.| t= ^g_e ef hammer/seq.cf:b1049| :itt65-:> rwarning: obunused parameter 'av' [-Wunused-parameter] ==| s ==yntt _le 1049* )b lhammer/grab.cssa,c :k()n| e | w185ssi ^ t ait inc: z 20tv:eo i&)&)1 d | s warningwarning: a ( )e | hammer/funbuff.cusing the result of an assignment as a condition without parentheses [-Wparentheses] generated . :12 c| q ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ warning185s257 generated ^ . :_ r548 ,| | | ( )9 ecc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/poltocar.o -c sickle/poltocar.c shared/common/mifi.c::t a _++++ info: making hammer/bangbang.o in lib cyclone note: 285d a use '==' to turn this assignment into an equality comparison cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/bangbang.o -c hammer/bangbang.c t:( o21!: ++++ info: making sickle/pow.o in lib cyclone mnote: o257use '==' to turn this assignment into an equality comparisont h e | r -w*> a nv285h | ho_ r iigiohf) klt e (| |((t g_ pontidrha b ep* zr,-=f hammer/bangbang.c bxt | >:n32(:ee ^d -56p_->rxi :_=g _warning: thammer/coll.cunused parameter 's' [-Wunused-parameter]:rh >1009etg-r:s10 ay:ee32.>bn | _ _ms_btn_dbtlaaaetxifcctkawarning: using the result of an assignment as a condition without parentheses [-Wparentheses]=to lgi r( exs)t*)ftn )1009) | bv | y i,) ^| t ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ei fshared/hammer/tree.c o s i:n(| et ~~~~~~~~^~~~~~~~~~~~~~d| (pn ==e547a:cwhammer/grab.c50 bs,i hammer/funbuff.c :a:ncc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/pow.o -c sickle/pow.c 185tnote: g:zbe++++ info: making sickle/count.o in lib cyclone =:)_)31020a:t place parentheses around the '&&' expression to silence this warningo m :note: place parentheses around the assignment to silence this warning* a 547 | 12| n ^g a185:_cva ) o| | | l( ==nl c!oom y shared/common/mifi.c t :whmi310hnwarning: :gsickle/pow.co:ni9 ^t l34_hammer/seq.c:s (et:y28m kusing the result of an assignment as a condition without parentheses [-Wparentheses]e h:y(ewarning: _passing 'uchar *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]g( b1054::ra 54310nc gr | :warning: caunused parameter 'x' [-Wunused-parameter]b -310>warning: ,n _b34 | a unused parameter 'ac' [-Wunused-parameter]slbvaen e [ | d 1054itsrff tt(a | cnptsgpy t 1i=c *] .a=(xt ,g i ac_|e|t _wxvrpa - >o.-w>veox__si_dybt_do mtahbnrpeesoiyeodm.rwelbtxtta_)(d)_xo -)sl> n )*,f _ils p,rts( t | ie ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~_ep| fn t ^ tot w)hammer/coll.c-sxa>cet,n : _) ;t1009_ba :q| _ ( )t10l| ~~~^~~~~~~~~~~~~~~~~~~: w hammer/grab.co*maxrhammer/funbuff.ci :,| * tnote: cplace parentheses around the assignment to silence this warning185t:ak_ ^~~~~~~~~~e:v s31020h)i ::12&o&g /usr/include/string.h: )| n1009 ^ | note: a note: : louse '==' to turn this assignment into an equality comparison87i: f* k31 (:| place parentheses around the assignment to silence this warningt ( _note: | passing argument to parameter here ^ 185 (* ehammer/bangbang.c87 | | cp310:hpas32 r d :p ) = | * s t548c*r | 63 :z| w h, ^ o l l c oim mc pl warning: y ((ec tunused parameter 'ac' [-Wunused-parameter]h(ag !roatr b_i s32f | *s h eoyrt-_(_nbp>nm_brosla1e warningyn generatedetsdmtkr i cei=_ tr*icggf,=. hxnr,yt -v>o i|di nb aant(cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/count.o -c sickle/count.c cxb_cco n,|tg++++ info: making sickle/teeth.o in lib cyclone baa_cn, oteaxnsvtt [g__1ahtc(rxn)eye)t ]h. .aea_| t ^iowm htn_ arf-r.gw(*itsickle/count.c_ b_:a>asv| )55nry ==m:ns*b oglb _t46_a_:hammer/grab.cnrrge )i g:s196 :warning: hunused parameter 's' [-Wunused-parameter]t20 ):rt) i-*cx , t >| | ^warning: )| ^ nt_;_ ^ b55 | using the result of an assignment as a condition without parentheses [-Wparentheses] hammer/seq.cs :t1054 sa196l:a 66| y ( )| t| i cm | kb ^)c ( ) o :hammer/funbuff.c : hammer/coll.cshared/common/mifi.c :lv:337 o: 16w3101009: i:d :*)h s c o10warning: | warning: :unused parameter 'av' [-Wunused-parameter]12i: unused variable 'isprintable' [-Wunused-variable] u, note: l1054 note: en t _use '==' to turn this assignment into an equality comparisonl| use '==' to turn this assignment into an equality comparisoni | )s n t337(shared/hammer/tree.ci g310r: | a | t1009s | t 591b:b50 : eid a warning: = iffa c t'&&' within '||' [-Wlogical-op-parentheses]i( n(ge(pts tpr, =a ca=otb ci _vlnlx c-590>_exxcto_to_mtcaimdoroe | (us nixnee.tt nito qf__)f_ ws*yxrmi,t irkme) ( t syt!(tio_e)t hss*p| ehror ~~~~~~~~^~~~~~~~~~~~~~| yahammer/grab.cm:vo196bki (o ^n|t :| t| l ==c _ )a / hammer/funbuff.c pc20b:**l,s| d318 :( ^ anote: s eehammer/bangbang.cplace parentheses around the assignment to silence this warning[*,Mnv:: 3212:I[tz:i 1warning: Fusing the result of an assignment as a condition without parentheses [-Wparentheses] n75iI:196 ewarning: | unused parameter 'av' [-Wunused-parameter] l ] .MnEo a _ T Aw318 ,w_nMt 32ttA_ | X | hP.is awshtucyiaRsI,eltN dTltAi_ece ) a(vBgLw Erm atboo_isob*l/+m d ( y| m ~~b 1* b ]591 | bf o = na lnep,n *=) ) d i a(=| v ^~~~~~~~~~~g )bn| gta ^ ! n| or pn -tahshared/common/mifi.c ^ab:_345>gn_ c: _ann,e18 ye:t| x ==nsickle/count.ct hrti): ;77n -warning: :unused variable 'printformat' [-Wunused-variable]hammer/coll.c45e:x 1019_>atntg:_ (l(345o:m | xtewarning: 10): unused parameter 's' [-Wunused-parameter]*)| warning: _ bsa | fntta vusing the result of an assignment as a condition without parentheses [-Wparentheses]) ^ a 77 ~~~^~~~~~~~~~~~ | gt b hammer/funbuff.ci| a :nc| ( ) ^318| : 12 c1019:ghhammer/seq.c a|rhammer/grab.c: | * ps:rnote: toa t1078i:place parentheses around the assignment to silence this warningf196 : t*hx( ,3182036eer i | t p_:: w h=iswarning: cunused parameter 'x' [-Wunused-parameter]in note: ctoflouse '==' to turn this assignment into an equality comparisony-lv>lm nr_bcmo l1078e | aeft it[s-o(d o196>tnlm | n m cMa oopntI u _ bi_=ln n*ucm kwvto_ hsFneetpisi(IdtaMc-E,_ liTynket> n(c o_u)Ancns (tc _eaec,g,rqa M & tn&Aubx_*_ txX b)em| k ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~; ee,dy P av592)R | t t = _| seIg r)N ^ ya m Tbo _n nAmtB b s to*(aL!v| elrx )o ( )tE| ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ h te r(hammer/funbuff.c| *hammer/coll.csix,:+n) ^) 1 g:(-| t ]318 ^i n_1019s:>e t| 10 ==:q 12*=: note: xplace parentheses around the assignment to silence this warning| n ^~~~~~~~~~~a : _ r i,g 1019hammer/grab.cccnote: h,:use '==' to turn this assignment into an equality comparison207h:at | r 3 warning20|s:shared/common/mifi.ct |*_318 : 617i | a:fto 19warning: tusing the result of an assignment as a condition without parentheses [-Wparentheses]: generatedo h mwb uwarning: e*f207unused variable 'channel' [-Wunused-variable] | (,h it rl-a_>s. ve)q617n ee e v | ep_| n= ^t (wnhcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/teeth.o -c sickle/teeth.c i*rlee ++++ info: making hammer/fromsymbol.o in lib cyclone ic oppl g h(,g l tric=naob-butecd n>mhem adri t=a ogprbalbe_)nn e _| -sntna ^t uux_msthammer/seq.c,b: 1122c>(l2hna_ack warningnsnxn)ek generatedsickle/teeth.c. )y:()c :e47 )| : e 157cl| ; ~~~~~~~~^~~~~~~~~~~~~~:cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/fromsymbol.o -c hammer/fromsymbol.c ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x++++ info: making sickle/delay.o in lib cyclone hammer/grab.c tshared/hammer/tree.c :| ^~~~~~~,warning: :unused parameter 's' [-Wunused-parameter]207 ) 5911122n:;20 | u3 ::ms50t a:shared/common/mifi.c: :k809tnote: iwarning: cplace parentheses around the assignment to silence this warning: | 14207: | ^ veo inote: hammer/fromsymbol.cperforming pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] dy:place parentheses around the '&&' expression to silence this warning )| == 20) :warning: hammer/funbuff.c157s | e w44591C L:A327q Susing the result of an assignment as a condition without parentheses [-Wparentheses]| ^ _: S12809_h:: M | ie | ld A e warning: iwarning: Iusing the result of an assignment as a condition without parentheses [-Wparentheses]unused parameter 'x' [-Wunused-parameter]t o N( r h g r| i o ( )f20a S hammer/coll.cI: | Gs bN to(ba(e327d1019 !t | i :A10L:c knote: Iuse '==' to turn this assignment into an equality comparison=soNt ( k(vtiot 1019p | hi ed_e etgipfrr- d f h= a >_mcir(lbnf_ r-o*>nzmaemp, xtsry_=ss(yempb o tl(m=_n_s _fxc,hxeoblo-l)lloal) d/c> aex*_ fo m*ttems| r (ptt.o,o_|n ^ | i h_nnr _ulmtefeere irn tko .n| t ( )gotom th_sayfmct ihbhammer/grab.coe,er:ry (207st:l- 20-:h >M nnote: Iuse '==' to turn this assignment into an equality comparison cF_Ietcl*et_xf )a,t Hctl,a - >sns207 | | _ntb uso ~~~^~~~~~~~~~~~~~~~~~~mt l A* arR hammer/funbuff.c :Dauvm)c _w_ cf327htl :| kkHiEola ^e*t e y()f12g/A)r: a ))note: hammer/seq.c place parentheses around the assignment to silence this warningbDb | &Ee&R ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :| D327A ^ | 158hammer/fromsymbol.c | | :d 20 ^ | = ^ g T 1127 :r:A S 44 I 55| | :: ( ==a t Z E ib_warning: _ nt592ef ewarning: ehammer/coll.ct:h1044unused parameter 'f' [-Wunused-parameter]unused parameter 'xpos' [-Wunused-parameter], :(9x | 1127) | 20 ntp(s:t | warning: x using the result of an assignment as a condition without parentheses [-Wparentheses]= s) /)a *t t1044a | pxo-i>ft i i(| cc xev _ ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | (shared/common/mifi.ci!o ^on :i809pd:t14 :t es erqh_v| ==enote: tr ctorloihammer/grab.cic eplace parentheses around the assignment to silence this warningk:(d et.224t=_-:st e h eq9> n*f r:809__cfr i | ogxmooiwarning: blh t unused variable 'i' [-Wunused-variable]rj |s,le|224t | _ c tt_)fs yos mtth| bfr ^ o le _i lrou| c ( )ti -nn>id fnkhammer/funbuff.ce_l:a327to*r:itfg12 /: ( y airnote: (gha,use '==' to turn this assignment into an equality comparison| t ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~x(nsto_,ku tialx tfppe 327o | 159s t r-,s v | > t n =_ob_i ,f=l f l ( aic okasmn(tr n-mtp))>a))mf ) r rs y ; _ h| g ~~~^~~~~~~~~~~~~~~~~~~~~~~~m b ye=fpa| o| doe ^xs l hammer/coll.c,r: 1044 : | | ) -) .;9*h:x_, >note: shared/hammer/tree.c ^xplace parentheses around the assignment to silence this warningl: 652e:tn g15_ _1044ftlr:o awarning: tusing the result of an assignment as a condition without parentheses [-Wparentheses] thammer/seq.c : | f 652e | e . t _ f i/h*1127f: i61-: ) warning: M rd sunused parameter 'ypos' [-Wunused-parameter]I(Ft eIpH | u ^m m A=R y) cD o hammer/fromsymbol.cv1127 | ws| :h60a ^:l43 _rHitaEbi:Al awarning: lunused parameter 'x' [-Wunused-parameter]e D l(_Et| i == enc60hammer/funbuff.c | p: 335f R:Dvsi12ntA:=dT oaki11(*A/Sdktei warningescI eyZwarning: qy _ | cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/delay.o -c sickle/delay.c _ns(note: ++++ info: making hammer/match.o in lib cyclone expanded from macro 'CLASS_MAINSIGNALIN'| f e_rkoa ( )enqv *500xp, m | syshared/common/mifi.c :? y= m,ntbp809- n: _ fcopll14_ol-:>a>s lnis ns_note: )_)use '==' to turn this assignment into an equality comparison daloetmfa_isntt n:e sxi| g t (n ^ 809)n | a t _| pai ( )f-l >rrfi;ghammer/coll.c nxn :_1044p:o (9co(:msr,k isgshit| ~~~^~~~~~~~~~~~) note: )hammer/funbuff.cy:(use '==' to turn this assignment into an equality comparison;335mp ,: 12 : note: =place parentheses around the assignment to silence this warning | b ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/match.o -c hammer/match.c ocmt h335_af | rlrl ++++ info: making sickle/cycle.o in lib cyclone shared/hammer/tree.c-o aw h:t*652):i*l(>&1044max(,(r et 15_:(gr _ | snote: ynp pth place parentheses around the assignment to silence this warningeiyyo hammer/match.cp f652 | = sm: 131a,d :(ee b 46o: *np)| wlh ^ewarning: *p siunused parameter 's' [-Wunused-parameter]l= ,0r-hammer/seq.c . ) -e>i 131nf(:i>ec1128ollt:ndpnl | 20_sn _hftian:d_ akwarning: te=lyunused parameter 'shift' [-Wunused-parameter] c)( xe i,,exn(tgck) ; t v e a1128y | t o hvi,_ | d<- ^ m sn-pa)() aM Ict otm F I| c| h- ( )th ^ _*hammer/funbuff.cH_lafAr>l nRoiD* a_vkastea_)rtgH(E| :t)_y0 ==335 ) mshammer/coll.c?A:h1055 D E| Ra D:t:Aicf ^ ~~~~~~~~~h t n9T* p| ,x-,> 12:A:S n Inote: tt Z__use '==' to turn this assignment into an equality comparisonwarning: ^lEeusing the result of an assignment as a condition without parentheses [-Wparentheses]_ ffsl o 1055athammer/fromsymbol.c : | yt:)a 60 :rm335b56 | g i n pc:f-t> or| warning: ^ln wunused parameter 's' [-Wunused-parameter] h1i(ll *,se_pr ,| te warning i60_ g generated | ih. =( ==sf tcto )lnl)n;lshared/common/mifi.ca:_915 tp: 9 :o=f a | warning: tcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/cycle.o -c sickle/cycle.c ^ ti ainitializing 'char *' with an expression of type 'uchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] naip -++++ info: making hammer/buddy.o in lib cyclone n| > ( )cn _915nc r | shared/hammer/tree.c gd,ek avletyx)o :t652 : )(| t ^x_ia;t c h o15hammer/seq.cdm| , ^ sickle/cycle.c :a * afr:v1128| note: :use '==' to turn this assignment into an equality comparison:)14638 ar ==*v po 1652 ,| | : hammer/funbuff.cm ^ s y=:m warning: :b unused parameter 'ctrl' [-Wunused-parameter]9s:)347w hwarning: o:)hammer/match.cl unused variable 'i' [-Wunused-variable]112813 : i_ll| e ~~~^~~~~~~~~~~~~~~~~~~~~~~~ i e(pnhammer/coll.c146 | :s -warning: | using the result of an assignment as a condition without parentheses [-Wparentheses]> :147 p 1055 : 347 et : | 9 45=:_ :( d kwarning: a e(unused parameter 's' [-Wunused-parameter] t a y147;tt | s_tf _anote: tplace parentheses around the assignment to silence this warningi cr imna t=mt_ 922(:cbaok | (erh10na:_ scel warning: ginitializing 'char *' with an expression of type 'uchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] t & s(yi hp t*iff? (x_tm922&ea t,pn ,a1t | = p_- h> vcath =msny_ m_b-l*me>x ,cof tfall_oo tt:_l ys*lnsppe,- ycmh=a=a>bne_ fr_r Air it*_otliF a*LnnOrgdshk,te AteT)reaiyc(p)_;c l x,? 2no s1| ,t g:e a cta ^cvs0t _,a rtl( ,&= ,x| t -t>tsx) ==_;_a_ ft )eoptmshared/hammer/tree.c- :>| er737)olm: ^ o esickle/cycle.c*_a*31:| d ^ a: 143tt | eaav:warning: , ( ) 34taunused parameter 'freecount' [-Wunused-parameter])ra ur:hammer/coll.c g +v:na1055)c l : 7379 ,e| pt ^ | warning: ):unused parameter 's' [-Wunused-parameter] - >| hammer/fromsymbol.c0| ): e) 60143note: ^ ^ | : suse '==' to turn this assignment into an equality comparison hammer/match.c63hammer/seq.c :t 187 _| la ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~s:etn34i:1055z | git:warning: h ei:c1128 _ hammer/funbuff.c-tf:unused parameter 's' [-Wunused-parameter] :n ov o 187 d1warning: ;( | unused parameter 'ac' [-Wunused-parameter]ee 347 55| s::tp ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 13 iwarning: sadt =iunused parameter 'alt' [-Wunused-parameter] : i z*c60ce | y ,cvc1128 o | io ishared/common/mifi.cdl l :n*tes_1374 tla nf: etr18_mnote: :fiian wtc ( tc hewarning: e_place parentheses around the assignment to silence this warningndvck'&&' within '||' [-Wlogical-op-parentheses]eeoyow iu d (t_(347nx_t t)_ s f l| | f,o 1374y ^sm aybam | oshared/hammer/tree.cr tv , a : l774 :o 47*misfsisrybfogl, :* s)m)h i(sb, ( i oinnlsnk_tft | ta c,p ^ l, t iwarning: is1a _c= unused parameter 'freecount' [-Wunused-parameter]p| ,t t (_ a ==tt fo_tahammer/coll.cm t 774> | _: *lovmaf v4h 1081o)&a* aa&vo i:d rtmom| a| ~~~~~~~~~^~ ^e)mr g h14a: s r | ^t 1375c | t warning: frusing the result of an assignment as a condition without parentheses [-Wparentheses]e rseeylmm _,emke(1081 mbrttwrco_ | e- l f e > l_ ilmfwocs_*e fx(leset,p a(otr&2px -=( >t,__sxh_a ytt2amab warningcrosro-lm generatedglle. cm*oems,k itsaermuor3cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/buddy.o -c hammer/buddy.c p,n ++++ info: making hammer/mean.o in lib cyclone , warning lStEtEsKi)rnetec generated*. t ,r e0a c| _enC) ^U ,R_ ,is )cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/mean.o -c hammer/mean.c tny_ m++++ info: making sickle/spike.o in lib cyclone a| k)et ^ y ot=f l oih(aselt pt*(s2a4i &t&=,c _m m m ienct| v ^roe l tarlco,| (c ieto_am dnamte o_f1375n | o* _mcs xyl*,m foartvks_se)ee eoykss (| (ytm(cb&cm,wo14- warning> ^mlmss generateds. )xw)hammer/buddy.c :_ fy-| m> ^ b204 x o*_cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/spike.o -c sickle/spike.c tp| s ( ),++++ info: making hammer/pv.o in lib cyclone rl:_ l6hammer/coll.ce: 1081-:es,14:, ik:warning: i snote: t declaration shadows a local variable [-Wshadow](i tp_use '==' to turn this assignment into an equality comparison,n tf 204t1081r Sa | E | cErK o, mi_ sC iUfnRyt mi)b( ue op<2= t=nlsn l_o0c toal|lcc|st ;oo m ,*| cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/pv.o -c hammer/pv.c m16 ^ warningm*x os,hammer/buddy.c| n++++ info: making hammer/accum.o in lib cyclone generated . ta )0 _v_:)s) y)s192m y:m| cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/accum.o -c hammer/accum.c bk ++++ info: making hammer/forward.o in lib cyclone eo y ^| 9l ^( : c *c| note: s ==, previous declaration is here , hammer/funbuff.cs : )i382192) | n : t| ^ hammer/pv.cia 18cn::335,: 40warning: :cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/forward.o -c hammer/forward.c 1 ++++ info: making sickle/sinx.o in lib cyclone tusing the result of an assignment as a condition without parentheses [-Wparentheses] warning generated| t . warning: 382_unused parameter 's' [-Wunused-parameter]a == i | t , 335nhammer/coll.co | :scc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/sinx.o -c sickle/sinx.c m1095 t :a st 9*:iea vllc++++ info: making hammer/iter.o in lib cyclone s)e owarning: viusing the result of an assignment as a condition without parentheses [-Wparentheses]fto| ^ (sihammer/fromsymbol.c,d:n p1095n | pcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/iter.o -c hammer/iter.c 1riof++++ info: making hammer/midiflush.o in lib cyclone p x66 i(eve=_p: lsh 67 i:= swarning: =atunused parameter 'ac' [-Wunused-parameter] mc((om elt66l_rci | psovtn sickle/sinx.c*txr,t :et)_mf33e;mhammer/iter.c::s30yo 80n: 44| :_mnbaotl i_: ^uc*c warning: sunused parameter 'x' [-Wunused-parameter]warning: lunused parameter 's' [-Wunused-parameter]m ko e ,sv e y80i | so(ts(tcaicn,dt if&txc r33-an ovco>uximms | k_se,y )ydt t_mattiboo)lr m | t_ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~* aeearnhammer/coll.cyav_): l1095tet,h iti:snt (i| cg9r(u ntv_:fcr,otoi_ idnote: stieplace parentheses around the assignment to silence this warningr 1m ^s y)*n)m 1095 x| x_ ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~b | od si,pf( t(_tsehammer/funbuff.ci_pln:s 382 x:y 18=**:2mx note: bxcoplace parentheses around the assignment to silence this warningo warninglls l generated ,c, o m11. tt382m__osn | s _y n warning*si generatedus. g m,kme yb onlcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/midiflush.o -c hammer/midiflush.c e l++++ info: making hammer/acos.o in lib cyclone s(ieanclt cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/acos.o -c hammer/acos.c *++++ info: making sickle/trapezoid.o in lib cyclone isacc ,f,, *t* _ (nisupamntt)k ne p aoyc1)| m ^) *, =t _| haaat ^ mvomme r )*| ta r| v ( )e )ehammer/coll.c :_1095 ^: c9 :| l ^o shammer/fromsymbol.c e:snote: 66tuse '==' to turn this assignment into an equality comparison:( 79& :x1095 -1 | warning: > warning unused parameter 'av' [-Wunused-parameter]x generatedi_ . ft r66(e | eesp,t a=ttr icc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/trapezoid.o -c sickle/trapezoid.c ucc++++ info: making sickle/framedelta.o in lib cyclone no cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/framedelta.o -c sickle/framedelta.c cl++++ info: making hammer/sustain.o in lib cyclone vl1, warningco generatedo. mi dm f1occ -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/sustain.o -c hammer/sustain.c rn++++ info: making hammer/spray.o in lib cyclone o)_m)nsu ymcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/spray.o -c hammer/spray.c km ++++ info: making sickle/poke.o in lib cyclone be| oy ^ l( _c ac| n, ( )y tnhammer/funbuff.chu:im382nk:ge18(:yt )_note: )fuse '==' to turn this assignment into an equality comparison r o | m3821 ^ | warning s y| hammer/spray.csickle/trapezoid.c generatedm:b30 ==o. : 46l :: 84warning: :unused parameter 's' [-Wunused-parameter] hammer/coll.c38 sickle/framedelta.ce*l:s:55:e1088 x: cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/poke.o -c sickle/poke.c i,f47++++ info: making sickle/minimum.o in lib cyclone :30 | : s39 warning: (:twarning: taunused parameter 's' [-Wunused-parameter]_ snyunused parameter 's' [-Wunused-parameter] mp 184 b1088 t=i | | scc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/minimum.o -c sickle/minimum.c t warning: act ihcs toa++++ info: making hammer/cosh.o in lib cyclone unused parameter 's' [-Wunused-parameter]lvvoosickle/poke.ci m *m:e drias55d58 :s ,tcioct12 | l: rvploiei_dr as*ntytd_ awarning: rtsickle/minimum.cusing the result of an assignment as a condition without parentheses [-Wparentheses]t la:ie30ai:p e cs 58e | _v ociadc tzl os36ssoeoci: *,warning: fisunused parameter 'x' [-Wunused-parameter]tf(rd at _( &_x(sntt_ep(rmaayt o*wx-v_,30 >t | pxs (tma_etdtti_= rs*i_ceaseyv,e)sc y- > mslm_tbcvtbroevoal_ulclno t*e x *wo(i| dol ,s n ^mtitn icr, _,ssmy *iunmst[m, x_ b1a)_s8 -dc), s io lt warningpy>sn generatedt| _ (aa. ^m*tc s bt| o ==_ moxl,m,_ cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/cosh.o -c hammer/cosh.c * s++++ info: making sickle/lores.o in lib cyclone , ithammer/funbuff.c_t ei n_*i:m396u:n13ma aft*:tfo f lwarning: vusing the result of an assignment as a condition without parentheses [-Wparentheses]xmac )*ha voa,n | n ^t396_ | e c)l,sa]t iag r n )i gatcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/lores.o -c sickle/lores.c | _ ff| la ^( ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~v ++++ info: making sickle/peakamp.o in lib cyclone t e sickle/poke.cc*:o*58ms: 121* warningp:) a v=)note: ) place parentheses around the assignment to silence this warning v| ^ generated . | 58e| | f ^hammer/coll.cl ^ _ gsickle/minimum.c::sickle/framedelta.c1125::36 e:103655t:cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/peakamp.o -c sickle/peakamp.c (++++ info: making hammer/past.o in lib cyclone ::46warning: : unused parameter 's' [-Wunused-parameter]warning: warning: iunused parameter 'ac' [-Wunused-parameter]1using the result of an assignment as a condition without parentheses [-Wparentheses]f warning s generated 551125(,. | | s36v | t ps& ti=afvt sas iiccc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/past.o -c hammer/past.c t(z++++ info: making sickle/vectral.o in lib cyclone i,ccc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/vectral.o -c sickle/vectral.c ce- >pv 0s=v++++ info: making hammer/sinh.o in lib cyclone o, io cidd_( vot*elmc_ltp cid*n oofimr*ra)mmxmseo)dne)[l utx am| -_ ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~_n n>_hammer/funbuff.cuncc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o hammer/sinh.o -c hammer/sinh.c m:hammer/past.cke:396++++ info: making sickle/allpass.o in lib cyclone ewe31(:w:(x13_:t33_:ysickle/vectral.cte f_fs:(note: cyplace parentheses around the assignment to silence this warningwarning: s146unused parameter 'x' [-Wunused-parameter]y mm bb c31och | os,:tla396 l56at:i | n cn* warning: unused parameter 's' [-Wunused-parameter]esl, ni u]i m*isk,e )ifnnn t(t yat| c)146v ^ e c | )| p ( )a ca s=cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/allpass.o -c sickle/allpass.c sickle/poke.c ,, vt:_ sttat| t ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~58++++ info: making sickle/rampsmooth.o in lib cyclone _a t_ec:fhammer/coll.coo:im1125acl12m:tp _ gnote: use '==' to turn this assignment into an equality comparisonoavemt*raovi) : e58( | | s d(10t: ,note: * ^a_v pvsickle/framedelta.c) eaplace parentheses around the assignment to silence this warningc: 55i f: 58&1125v | ts ts *zr a| l(_vxi:p,f, r0a,tm_pf l s=m o(warning: (to_unused parameter 'av' [-Wunused-parameter]pe d ^o at h scc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/rampsmooth.o -c sickle/rampsmooth.c *(55t _pvit) ++++ info: making sickle/bitnot.o in lib cyclone ce=x - | cs >)ttra)afl, cst_ t _*o| xv,e ^ lalc t t| ci ( )ocorms [ohammer/funbuff.ct msickle/rampsmooth.cm o*::a396v2p_10:s:ny34_xo)in u13m:d - warningnote: s > generatedx. *m:| b_use '==' to turn this assignment into an equality comparisono ^l *kshammer/past.cf: er71396cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/bitnot.o -c sickle/bitnot.c | ,a fim: 44net: ewarning: ++++ info: making sickle/zerox.o in lib cyclone faunused parameter 's' [-Wunused-parameter]c ch, a 71y | sn n warning: etil('/*' within block comment [-Wcomment]t _]dae)flc (ctaa10 t_onvemtw | e/c* (=* iv ,atecv_ s| y ^m)#f ld_ b o gv nole| eit ^| (ufssickle/vectral.cdi ==: m163n*:ps51ek:,e RyaA)s ,warning: )t i unused parameter 's' [-Wunused-parameter]_n MlP i 163t | sSsMt&| a ^ v t (astOcc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/zerox.o -c sickle/zerox.c ic cz ,v | o++++ info: making sickle/comb.o in lib cyclone i0tO,,d T_ Hp _( ( )ttv__aa 1Gt warningpohammer/coll.cm generated:eE sO. M1125tc:Ed*10 ta*r:T x ,vnote: *) ) xuse '==' to turn this assignment into an equality comparison)Rt cc -DUNIX -DPD -I "/usr/local/include/pd" -fpic -I/usr/local/include/pd -fcommon -Ishared -DHAVE_STRUCT_TIMESPEC -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o sickle/comb.o -c sickle/comb.c I)a_ lsC_| ^ | s1125 ^l/ | *iy d e im(g| tebfo_ ==o vml ee(tc ethammer/funbuff.c*prr: ai405=c:l 53 c :sos *,ex warning: l,ri nlitunused parameter 'f' [-Wunused-parameter]ce_ ot s cc -Ishared -DMIXED_STANDALONE -Wall -Wextra -Wshadow -Winline -Wstrict-aliasing -O3 -ffast-math -funroll-loops -fomit-frame-pointer -o cyclist shared/common/binport.c shared/common/lex.c shared/unstable/standalone.c yms405a m | m(obs++++ info: linking objects in zl.pd_linux for lib cyclone ot3cna,_cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o zl.pd_linux hammer/zl.o shared/common/grow.o shared/common/loud.o -lc -lm ns lt++++ info: linking objects in Trough.pd_linux for lib cyclone warning ius*m generatedska,emt cye_ i(vshared/common/binport.cn cac. tt, o :noauamm179icsk :ecc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o Trough.pd_linux hammer/Trough.o -lc -lm y, * 14++++ info: linking objects in asin.pd_linux for lib cyclone :) dastlv) cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o asin.pd_linux hammer/asin.o -lc -lm f_)++++ info: linking objects in kink~.pd_linux for lib cyclone warning: u iusing the result of an assignment as a condition without parentheses [-Wparentheses]adne| ~ t )179 | | ^ ^bC oHumE C*hammer/past.caK:v )109E D *:| / 43f ==| :| ^ ^f w cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o kink~.pd_linux sickle/kink.o shared/sickle/sic.o shared/common/loud.o -lc -lm warning: h_hammer/coll.cunused parameter 's' [-Wunused-parameter]: sickle/rampsmooth.ci1133++++ info: linking objects in bitor~.pd_linux for lib cyclone :sickle/vectral.cl172e: cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o bitor~.pd_linux sickle/bitor.o shared/sickle/sic.o shared/common/loud.o shared/unstable/forky.o -lc -lm ::++++ info: linking objects in Decode.pd_linux for lib cyclone 180r39(:e :d55 warning: 13::c unused parameter 's' [-Wunused-parameter] =warning: using the result of an assignment as a condition without parentheses [-Wparentheses]172u109 | warning: s unused parameter 's' [-Wunused-parameter] c | et (1133fs | g e a t 180 tt | ct i_(faufstpcini)ft) ca v vcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o Decode.pd_linux hammer/Decode.o shared/common/loud.o shared/common/fitter.o -lc -lm ooit++++ info: linking objects in matrix~.pd_linux for lib cyclone iib( dc | udep v*pa ~~^~~~~~~~~~~s tfcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o matrix~.pd_linux sickle/matrix.o shared/sickle/sic.o shared/common/loud.o shared/common/fitter.o shared/unstable/fragile.o -lc -lm _ofi dr a++++ info: linking objects in edge~.pd_linux for lib cyclone shared/common/binport.cvm: 179e=pss:c*tmr14eot:a(ott_lx p_adsethc lo *lxnote: ,,place parentheses around the assignment to silence this warning l _c on179 cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o edge~.pd_linux sickle/edge.o shared/sickle/sic.o shared/common/loud.o -lc -lm tetmwa | c(lm i_tsp_++++ info: linking objects in gate.pd_linux for lib cyclone (o sn ytm tb_yo_mlvbw feoh*llo acsi,cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o gate.pd_linux hammer/gate.o shared/common/loud.o shared/common/fitter.o -lc -lm *_++++ info: linking objects in switch.pd_linux for lib cyclone stst,r lyemak laeiyi(n tr*cxg, c(fna)t,c ta_v, s y| mc b-a ^c> ,oacc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o switch.pd_linux hammer/switch.o shared/common/loud.o shared/common/fitter.o -lc -lm t=_l++++ info: linking objects in delta~.pd_linux for lib cyclone hammer/funbuff.cf gae*_t:tcs(_w410.:wt_fo53a,pm:s) y )itm warning: * onunused parameter 'f1' [-Wunused-parameter]| mb ^ a t* cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o delta~.pd_linux sickle/delta.o shared/sickle/sic.o shared/common/loud.o -lc -lm a v| )vo ( )la) ++++ info: linking objects in peek~.pd_linux for lib cyclone ) ) c ,410| | shared/common/binport.c ^ : | 179 ^s:t| 14t ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _:aahammer/past.c :hammer/coll.ctnote: ti133ouse '==' to turn this assignment into an equality comparison:m:1133 :cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o peek~.pd_linux sickle/peek.o shared/sickle/sic.o shared/sickle/arsic.o shared/common/vefl.o shared/common/loud.o shared/unstable/fragile.o -lc -lm *3313++++ info: linking objects in cosh~.pd_linux for lib cyclone ::a cv )179v | warning: note: unused parameter 's' [-Wunused-parameter] o | ^133place parentheses around the assignment to silence this warning i d | f1133sw | ut hnibaulf tfe _ s(iiefclcecc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o cosh~.pd_linux sickle/cosh.o shared/sickle/sic.o shared/common/loud.o -lc -lm ++++ info: linking objects in xbendout.pd_linux for lib cyclone =cv(t2oe (if warningtdp_s generated=g f. c*ueontblpclua(fscc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o xbendout.pd_linux hammer/xbendout.o -lc -lm fftpc_ )++++ info: linking objects in acosh~.pd_linux for lib cyclone *occ -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o acosh~.pd_linux sickle/acosh.o shared/sickle/sic.o shared/common/loud.o -lc -lm n)x++++ info: linking objects in atan~.pd_linux for lib cyclone e m,wm o nt_(| _s ^ty m k| e ==fy_l( soymcabshared/common/binport.coct:l,a 240 *r:as14g:cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o atan~.pd_linux sickle/atan.o shared/sickle/sic.o shared/common/loud.o -lc -lm v ++++ info: linking objects in Scope~.pd_linux for lib cyclone ,f- 1warning: >iusing the result of an assignment as a condition without parentheses [-Wparentheses],a t240__ | wf.lw o_asnyicc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o Scope~.pd_linux sickle/Scope.o shared/common/grow.o shared/sickle/sic.o shared/common/loud.o shared/common/fitter.o shared/unstable/forky.o -lc -lm tf t a(cm,++++ info: linking objects in bitshift~.pd_linux for lib cyclone *bcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o bitshift~.pd_linux sickle/bitshift.o shared/sickle/sic.o shared/common/loud.o -lc -lm act++++ info: linking objects in speedlim.pd_linux for lib cyclone _rooaglut )ofn2)mt ) p | * ^ 3 a warningv| = ^s) generated . | | b ^hammer/funbuff.c ( ) i nhammer/coll.cp:cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o speedlim.pd_linux hammer/speedlim.o shared/common/grow.o shared/common/loud.o -lc -lm 1133:13o:++++ info: linking objects in drunk.pd_linux for lib cyclone : r410note: cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o drunk.pd_linux hammer/drunk.o shared/common/rand.o shared/common/loud.o -lc -lm t:++++ info: linking objects in Histo.pd_linux for lib cyclone _use '==' to turn this assignment into an equality comparison68r :e a cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o Histo.pd_linux hammer/Histo.o shared/common/loud.o -lc -lm d1133warning: ++++ info: linking objects in xbendin.pd_linux for lib cyclone | iunused parameter 'f2' [-Wunused-parameter] n t (410 o | ilfcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o xbendin.pd_linux hammer/xbendin.o -lc -lm ds++++ info: linking objects in sah~.pd_linux for lib cyclone - t>(aoetp_ if=cp ,cv oo&liidlv cafolum)nm)4bo u warning n| fsf generated_. cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o sah~.pd_linux sickle/sah.o shared/sickle/sic.o shared/common/loud.o -lc -lm _s ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~++++ info: linking objects in MouseState.pd_linux for lib cyclone ys mshared/common/binport.cek:le240eycc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o MouseState.pd_linux hammer/MouseState.o shared/hammer/gui.o shared/common/loud.o -lc -lm :c(++++ info: linking objects in counter.pd_linux for lib cyclone 14tccc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o counter.pd_linux hammer/counter.o shared/common/loud.o shared/common/fitter.o -lc -lm :c( ,++++ info: linking objects in mtr.pd_linux for lib cyclone note: tcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o mtr.pd_linux hammer/mtr.o shared/hammer/file.o shared/common/loud.o shared/common/os.o shared/common/fitter.o shared/unstable/forky.o -lc -lm place parentheses around the assignment to silence this warning++++ info: linking objects in linedrive.pd_linux for lib cyclone a v_ -240>a | _cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o linedrive.pd_linux sickle/linedrive.o shared/common/loud.o shared/common/fitter.o -lc -lm w++++ info: linking objects in tanh.pd_linux for lib cyclone i.ffw u_(ns*bycumfobufonlt) p)* x= ,| b ^i n p| o ==r t_ rhammer/coll.cte:_a1151df:il9n:occ -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o tanh.pd_linux hammer/tanh.o -lc -lm t++++ info: linking objects in anal.pd_linux for lib cyclone (warning: cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o anal.pd_linux hammer/anal.o shared/common/loud.o -lc -lm ousing the result of an assignment as a condition without parentheses [-Wparentheses]++++ info: linking objects in Line~.pd_linux for lib cyclone al dcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o Line~.pd_linux sickle/Line.o shared/common/grow.o shared/sickle/sic.o shared/common/loud.o -lc -lm -t++++ info: linking objects in cartopol~.pd_linux for lib cyclone 1151>acc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o cartopol~.pd_linux sickle/cartopol.o shared/sickle/sic.o shared/common/loud.o shared/unstable/fragile.o -lc -lm | or++++ info: linking objects in xnotein.pd_linux for lib cyclone _ if (cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o xnotein.pd_linux hammer/xnotein.o -lc -lm fe++++ info: linking objects in bitand~.pd_linux for lib cyclone pg p=, c&o ilfvla_1lf)i) n d| k ^ e ,y (| tx ( )_, f shared/common/binport.clao:av240t,: cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o bitand~.pd_linux sickle/bitand.o shared/sickle/sic.o shared/common/loud.o shared/unstable/forky.o -lc -lm 14s:++++ info: linking objects in maximum.pd_linux for lib cyclone ) )note: use '==' to turn this assignment into an equality comparisona | ~~~^~~~~~~~~~~~~~~~~~~~~~~~240 | r hammer/coll.ccc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o maximum.pd_linux hammer/maximum.o shared/common/loud.o shared/common/fitter.o -lc -lm gi++++ info: linking objects in testmess.pd_linux for lib cyclone :fcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o testmess.pd_linux hammer/testmess.o shared/common/loud.o shared/unstable/fragile.o -lc -lm 1151 :++++ info: linking objects in urn.pd_linux for lib cyclone f9(: 2*note: )cplace parentheses around the assignment to silence this warning cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o urn.pd_linux hammer/urn.o shared/common/rand.o shared/common/grow.o shared/common/loud.o shared/common/fitter.o -lc -lm o u1151++++ info: linking objects in cycle.pd_linux for lib cyclone | ncc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o cycle.pd_linux hammer/cycle.o shared/common/loud.o shared/common/fitter.o -lc -lm | ^++++ info: linking objects in capture.pd_linux for lib cyclone t p i f= (beipn p=o rcto_lrle_adfiinntd(koey(x, av,cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o capture.pd_linux hammer/capture.o shared/hammer/file.o shared/common/loud.o shared/common/os.o shared/common/fitter.o shared/unstable/forky.o -lc -lm ++++ info: linking objects in record~.pd_linux for lib cyclone lsd)-) > o| _fp, &ivacc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o record~.pd_linux sickle/record.o shared/sickle/sic.o shared/sickle/arsic.o shared/common/vefl.o shared/common/loud.o shared/unstable/fragile.o -lc -lm ^ l++++ info: linking objects in change~.pd_linux for lib cyclone )) cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o change~.pd_linux sickle/change.o shared/sickle/sic.o shared/common/loud.o -lc -lm ++++ info: linking objects in thresh.pd_linux for lib cyclone | ( ) | hammer/coll.c ^ : | == 1151:shared/common/binport.c:9cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o thresh.pd_linux hammer/thresh.o shared/common/grow.o shared/common/loud.o -lc -lm 252:: 14++++ info: linking objects in slide~.pd_linux for lib cyclone note: :use '==' to turn this assignment into an equality comparisoncc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o slide~.pd_linux sickle/slide.o shared/sickle/sic.o shared/common/loud.o -lc -lm ++++ info: linking objects in abs~.pd_linux for lib cyclone warning: using the result of an assignment as a condition without parentheses [-Wparentheses]1151 | i252 | f if (*coun(tepp == bcionlplcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o abs~.pd_linux sickle/abs.o shared/sickle/sic.o shared/common/loud.o -lc -lm o_++++ info: linking objects in spell.pd_linux for lib cyclone rfti_ndrkeeya(cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o spell.pd_linux hammer/spell.o shared/common/loud.o -lc -lm dxf,l oaavt,( osl)++++ info: linking objects in Snapshot~.pd_linux for lib cyclone d)23cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o Snapshot~.pd_linux sickle/Snapshot.o shared/sickle/sic.o shared/common/loud.o -lc -lm - warning >++++ info: linking objects in Uzi.pd_linux for lib cyclone so cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o Uzi.pd_linux hammer/Uzi.o -lc -lm generated_| ++++ info: linking objects in wave~.pd_linux for lib cyclone . f ^cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o wave~.pd_linux sickle/wave.o shared/sickle/sic.o shared/sickle/arsic.o shared/common/vefl.o shared/common/loud.o shared/unstable/fragile.o -lc -lm p ++++ info: linking objects in onepole~.pd_linux for lib cyclone , | & ==f vacc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o onepole~.pd_linux sickle/onepole.o shared/sickle/sic.o shared/common/loud.o -lc -lm l++++ info: linking objects in split.pd_linux for lib cyclone )) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ shared/common/binport.c:hammer/coll.c252::132814::12 cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o split.pd_linux hammer/split.o -lc -lm :note: ++++ info: linking objects in bitxor~.pd_linux for lib cyclone place parentheses around the assignment to silence this warningwarning: using the result of an assignment as a condition without parentheses [-Wparentheses] 252 | 1328 | i fi f( *(cfoouunntdp cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o bitxor~.pd_linux sickle/bitxor.o shared/sickle/sic.o shared/common/loud.o shared/unstable/forky.o -lc -lm =++++ info: linking objects in pink~.pd_linux for lib cyclone = cboilln_pfoirrts_trcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o pink~.pd_linux sickle/pink.o shared/sickle/sic.o shared/common/loud.o -lc -lm te++++ info: linking objects in asin~.pd_linux for lib cyclone yadflopaetd((oxl,d -ncc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o asin~.pd_linux sickle/asin.o shared/sickle/sic.o shared/common/loud.o -lc -lm >dxo,_ ++++ info: linking objects in maximum~.pd_linux for lib cyclone Afcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o maximum~.pd_linux sickle/maximum.o shared/sickle/sic.o shared/common/loud.o -lc -lm _pF++++ info: linking objects in decide.pd_linux for lib cyclone ,L O&AfTv)a)l cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o decide.pd_linux hammer/decide.o shared/common/loud.o -lc -lm ) ++++ info: linking objects in frameaccum~.pd_linux for lib cyclone )| cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o frameaccum~.pd_linux sickle/frameaccum.o shared/common/grow.o shared/sickle/sic.o shared/common/loud.o -lc -lm ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ++++ info: linking objects in phasewrap~.pd_linux for lib cyclone | hammer/coll.c ^ : 1328 | ( ) :shared/common/binport.c12:: note: place parentheses around the assignment to silence this warning 252 1328 | cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o phasewrap~.pd_linux sickle/phasewrap.o shared/sickle/sic.o shared/common/loud.o -lc -lm i:f++++ info: linking objects in minimum.pd_linux for lib cyclone 14(:found = colnote: luse '==' to turn this assignment into an equality comparison_fir s t252t | y cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o minimum.pd_linux hammer/minimum.o shared/common/loud.o shared/common/fitter.o -lc -lm i++++ info: linking objects in Bucket.pd_linux for lib cyclone f (p*ccc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o Bucket.pd_linux hammer/Bucket.o -lc -lm oe++++ info: linking objects in deltaclip~.pd_linux for lib cyclone udn(tcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o deltaclip~.pd_linux sickle/deltaclip.o shared/sickle/sic.o shared/common/loud.o -lc -lm x++++ info: linking objects in reson~.pd_linux for lib cyclone p, = bnidnxp,o rAt_readcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o reson~.pd_linux sickle/reson.o shared/sickle/sic.o shared/common/loud.o -lc -lm _f++++ info: linking objects in xbendout2.pd_linux for lib cyclone Flcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o xbendout2.pd_linux hammer/xbendout2.o -lc -lm L++++ info: linking objects in xbendin2.pd_linux for lib cyclone oOaAtT()o)l d | ^ - >cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o xbendin2.pd_linux hammer/xbendin2.o -lc -lm | o ( )++++ info: linking objects in sinh~.pd_linux for lib cyclone _hammer/coll.cf:p1328,: 12&:f vnote: ause '==' to turn this assignment into an equality comparisonl ) )1328 | | i ^fcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o sinh~.pd_linux sickle/sinh.o shared/sickle/sic.o shared/common/loud.o -lc -lm ++++ info: linking objects in log~.pd_linux for lib cyclone (| ==fcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o log~.pd_linux sickle/log.o shared/sickle/sic.o shared/common/loud.o -lc -lm o++++ info: linking objects in tanh~.pd_linux for lib cyclone shared/common/binport.cu:n261d: 14=: cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o tanh~.pd_linux sickle/tanh.o shared/sickle/sic.o shared/common/loud.o -lc -lm ++++ info: linking objects in TogEdge.pd_linux for lib cyclone warning: cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o TogEdge.pd_linux hammer/TogEdge.o shared/common/loud.o -lc -lm cusing the result of an assignment as a condition without parentheses [-Wparentheses]++++ info: linking objects in cosx~.pd_linux for lib cyclone o cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o cosx~.pd_linux sickle/cosx.o shared/sickle/sic.o shared/common/loud.o -lc -lm l ++++ info: linking objects in index~.pd_linux for lib cyclone l261_ | f iifr s(tt*ycpoeudn(xt,p = cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o index~.pd_linux sickle/index.o shared/sickle/sic.o shared/sickle/arsic.o shared/common/vefl.o shared/common/loud.o shared/unstable/fragile.o -lc -lm n++++ info: linking objects in active.pd_linux for lib cyclone bdinpoxr,t _Arcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o active.pd_linux hammer/active.o shared/hammer/gui.o shared/common/loud.o -lc -lm _eFa++++ info: linking objects in Peak.pd_linux for lib cyclone Ldcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o Peak.pd_linux hammer/Peak.o -lc -lm Oi++++ info: linking objects in next.pd_linux for lib cyclone Ant(oTld-)>cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o next.pd_linux hammer/next.o -lc -lm )o++++ info: linking objects in train~.pd_linux for lib cyclone _ | ^fcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o train~.pd_linux sickle/train.o shared/sickle/sic.o shared/common/loud.o -lc -lm p ,++++ info: linking objects in Clip~.pd_linux for lib cyclone | & == ivalhammer/coll.c:1360:12:) )warning: cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o Clip~.pd_linux sickle/Clip.o shared/sickle/sic.o shared/common/loud.o -lc -lm ++++ info: linking objects in pong~.pd_linux for lib cyclone using the result of an assignment as a condition without parentheses [-Wparentheses] | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ shared/common/binport.c:261:14: note: 1360place parentheses around the assignment to silence this warning | 261if (fo | ucc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o pong~.pd_linux sickle/pong.o shared/sickle/sic.o shared/common/loud.o shared/unstable/forky.o -lc -lm n ++++ info: linking objects in cartopol.pd_linux for lib cyclone dicc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o cartopol.pd_linux hammer/cartopol.o -lc -lm f++++ info: linking objects in flush.pd_linux for lib cyclone = c(*ocllo_fiurnsttcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o flush.pd_linux hammer/flush.o -lc -lm pt++++ info: linking objects in sampstoms~.pd_linux for lib cyclone y=cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o sampstoms~.pd_linux sickle/sampstoms.o shared/sickle/sic.o shared/common/loud.o -lc -lm p ++++ info: linking objects in prob.pd_linux for lib cyclone ebcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o prob.pd_linux hammer/prob.o shared/common/rand.o shared/hammer/file.o shared/common/loud.o shared/common/os.o shared/common/fitter.o shared/unstable/forky.o -lc -lm d++++ info: linking objects in atanh~.pd_linux for lib cyclone (x, inndpxo,r At_F_LrOeAaTd)i)n cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o atanh~.pd_linux sickle/atanh.o shared/sickle/sic.o shared/common/loud.o -lc -lm t ++++ info: linking objects in poltocar.pd_linux for lib cyclone (| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ohammer/coll.c:l1360d:12-: >note: cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o poltocar.pd_linux hammer/poltocar.o -lc -lm oplace parentheses around the assignment to silence this warning++++ info: linking objects in buffir~.pd_linux for lib cyclone _ cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o buffir~.pd_linux sickle/buffir.o shared/sickle/sic.o shared/sickle/arsic.o shared/common/vefl.o shared/common/loud.o shared/common/fitter.o shared/unstable/fragile.o -lc -lm f ++++ info: linking objects in comment.pd_linux for lib cyclone p1360, | &iivalf)) | ^ | ( )( founshared/common/binport.cd :=261:14 cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o comment.pd_linux hammer/comment.o shared/common/loud.o shared/unstable/forky.o -lc -lm :c note: ouse '==' to turn this assignment into an equality comparisonl++++ info: linking objects in midiformat.pd_linux for lib cyclone l cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o midiformat.pd_linux hammer/midiformat.o -lc -lm _ ++++ info: linking objects in Table.pd_linux for lib cyclone fcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o Table.pd_linux hammer/Table.o shared/common/rand.o shared/common/grow.o shared/hammer/file.o shared/common/loud.o shared/common/os.o shared/unstable/forky.o -lc -lm i261r | s ti++++ info: linking objects in sprintf.pd_linux for lib cyclone tfy p(e*dc(oxu,n tnpd x=, bAi_nFpLoOrAtT)) | ^ | ( )cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o sprintf.pd_linux hammer/sprintf.o shared/common/loud.o -lc -lm ++++ info: linking objects in universal.pd_linux for lib cyclone _hammer/coll.ccc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o universal.pd_linux hammer/universal.o shared/common/loud.o shared/unstable/fragile.o -lc -lm :r++++ info: linking objects in Append.pd_linux for lib cyclone 1360ecc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o Append.pd_linux hammer/Append.o shared/common/grow.o shared/common/loud.o shared/common/fitter.o -lc -lm :a++++ info: linking objects in asinh~.pd_linux for lib cyclone 12d:i nnote: tuse '==' to turn this assignment into an equality comparison( o l1360d | - >iof_ cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o asinh~.pd_linux sickle/asinh.o shared/sickle/sic.o shared/common/loud.o -lc -lm f(p++++ info: linking objects in svf~.pd_linux for lib cyclone ,cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o svf~.pd_linux sickle/svf.o shared/sickle/sic.o shared/common/loud.o -lc -lm f ++++ info: linking objects in prepend.pd_linux for lib cyclone &occ -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o prepend.pd_linux hammer/prepend.o shared/common/grow.o shared/common/loud.o shared/common/fitter.o -lc -lm iu++++ info: linking objects in acos~.pd_linux for lib cyclone vnadl )=) c o| l ^l _ | ==f irsttyped(x, nshared/common/binport.cd:446:25x: warning: ,using the result of an assignment as a condition without parentheses [-Wparentheses] A _ F446 | cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o acos~.pd_linux sickle/acos.o shared/sickle/sic.o shared/common/loud.o -lc -lm ++++ info: linking objects in mousefilter.pd_linux for lib cyclone Lcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o mousefilter.pd_linux hammer/mousefilter.o shared/hammer/gui.o shared/common/loud.o -lc -lm O ++++ info: linking objects in play~.pd_linux for lib cyclone A cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o play~.pd_linux sickle/play.o shared/sickle/sic.o shared/sickle/arsic.o shared/common/vefl.o shared/common/loud.o shared/unstable/fragile.o -lc -lm T )++++ info: linking objects in xnoteout.pd_linux for lib cyclone ) | ^ | == if hammer/coll.c:(1388cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o xnoteout.pd_linux hammer/xnoteout.o -lc -lm b:++++ info: linking objects in overdrive~.pd_linux for lib cyclone p55cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o overdrive~.pd_linux sickle/overdrive.o shared/sickle/sic.o shared/common/loud.o -lc -lm -:> ++++ info: linking objects in click~.pd_linux for lib cyclone warning: bunused parameter 'f2' [-Wunused-parameter] _ 1388 | sscc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o click~.pd_linux sickle/click.o shared/common/grow.o shared/sickle/sic.o shared/common/loud.o -lc -lm tyamttiacb lve++++ info: linking objects in funnel.pd_linux for lib cyclone oid =c o l| l ~~~~~~~~~~~~~~~^_f l a447g | s ( tr_ecsoilzle b*cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o funnel.pd_linux hammer/funnel.o shared/common/grow.o shared/common/loud.o -lc -lm yxt,e ts++++ info: linking objects in triangle~.pd_linux for lib cyclone (_bcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o triangle~.pd_linux sickle/triangle.o shared/sickle/sic.o shared/common/loud.o -lc -lm pf-++++ info: linking objects in mstosamps~.pd_linux for lib cyclone >lbcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o mstosamps~.pd_linux sickle/mstosamps.o shared/sickle/sic.o shared/common/loud.o -lc -lm _++++ info: linking objects in nettles.pd_linux for lib cyclone osymcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o nettles.pd_linux shadow/nettles.o shared/sickle/sic.o shared/common/loud.o -lc -lm ta++++ info: linking objects in rand~.pd_linux for lib cyclone atcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o rand~.pd_linux sickle/rand.o shared/sickle/sic.o shared/common/loud.o -lc -lm b lfe1,, t| _ ~~~~~~~~~~~~~~~~~~~~~~~~~~~f l o448++++ info: linking objects in tanx~.pd_linux for lib cyclone | cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o tanx~.pd_linux sickle/tanx.o shared/sickle/sic.o shared/common/loud.o -lc -lm a ++++ info: linking objects in tosymbol.pd_linux for lib cyclone t f 2 ) b| ^ p->bhammer/coll.c:_1434:35:s ymwarning: sunused parameter 'x' [-Wunused-parameter] i z1434 | es t*a tsiicz eovfocc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o tosymbol.pd_linux hammer/tosymbol.o shared/common/grow.o shared/common/loud.o -lc -lm (i++++ info: linking objects in funbuff.pd_linux for lib cyclone *dcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o funbuff.pd_linux hammer/funbuff.o shared/hammer/tree.o shared/hammer/file.o shared/common/vefl.o shared/common/loud.o shared/common/os.o shared/unstable/forky.o shared/unstable/fragile.o -lc -lm b ++++ info: linking objects in substitute.pd_linux for lib cyclone coll_ficc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o substitute.pd_linux hammer/substitute.o shared/common/grow.o shared/common/loud.o -lc -lm lp++++ info: linking objects in avg~.pd_linux for lib cyclone ecc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o avg~.pd_linux sickle/avg.o shared/sickle/sic.o shared/common/loud.o -lc -lm t++++ info: linking objects in capture~.pd_linux for lib cyclone y-p>cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o capture~.pd_linux sickle/capture.o shared/hammer/file.o shared/sickle/sic.o shared/common/loud.o shared/common/os.o shared/unstable/forky.o -lc -lm e++++ info: linking objects in grab.pd_linux for lib cyclone b(_ts_ycmoll t*xa, t_cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o grab.pd_linux hammer/grab.o shared/common/loud.o shared/unstable/fragile.o -lc -lm sby++++ info: linking objects in curve~.pd_linux for lib cyclone mbol *s) | ^ lhammer/coll.c:1434:48: warning: unused parameter 's' [-Wunused-parameter] e 1434 | static v)o,i d cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o curve~.pd_linux sickle/curve.o shared/common/grow.o shared/common/clc.o shared/sickle/sic.o shared/common/loud.o -lc -lm c| ++++ info: linking objects in Clip.pd_linux for lib cyclone o ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o Clip.pd_linux hammer/Clip.o shared/common/grow.o shared/common/loud.o -lc -lm l++++ info: linking objects in bondo.pd_linux for lib cyclone l_fcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o bondo.pd_linux hammer/bondo.o shared/common/grow.o shared/common/loud.o -lc -lm i ++++ info: linking objects in minmax~.pd_linux for lib cyclone l etyp449e | cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o minmax~.pd_linux sickle/minmax.o shared/sickle/sic.o shared/common/loud.o -lc -lm ( ++++ info: linking objects in lookup~.pd_linux for lib cyclone tcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o lookup~.pd_linux sickle/lookup.o shared/sickle/sic.o shared/sickle/arsic.o shared/common/vefl.o shared/common/loud.o shared/unstable/fragile.o -lc -lm _++++ info: linking objects in onebang.pd_linux for lib cyclone c oll *x, t_symbol *s) | ^ cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o onebang.pd_linux hammer/onebang.o -lc -lm ++++ info: linking objects in seq.pd_linux for lib cyclone rhammer/coll.ce:q1458s:i9: zwarning: eunused variable 'i' [-Wunused-variable] * 1458siz | e o f ( *ibnpt- >ibcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o seq.pd_linux hammer/seq.o shared/common/mifi.o shared/hammer/file.o shared/common/grow.o shared/common/loud.o shared/common/os.o shared/common/fitter.o shared/unstable/forky.o -lc -lm ,_ s++++ info: linking objects in Borax.pd_linux for lib cyclone nycc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o Borax.pd_linux hammer/Borax.o shared/common/loud.o -lc -lm am++++ info: linking objects in atan2~.pd_linux for lib cyclone table)))tcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o atan2~.pd_linux sickle/atan2.o shared/sickle/sic.o shared/common/loud.o -lc -lm o++++ info: linking objects in average~.pd_linux for lib cyclone mcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o average~.pd_linux sickle/average.o shared/sickle/sic.o shared/common/loud.o -lc -lm | s++++ info: linking objects in midiparse.pd_linux for lib cyclone ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~, cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o midiparse.pd_linux hammer/midiparse.o -lc -lm shared/common/binport.cn++++ info: linking objects in offer.pd_linux for lib cyclone :e446w:l25i:n enote: ;place parentheses around the assignment to silence this warning | 446 ^ | hammer/coll.c : 1493 :i46cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o offer.pd_linux hammer/offer.o shared/hammer/tree.o shared/common/loud.o -lc -lm :f++++ info: linking objects in poltocar~.pd_linux for lib cyclone warning: (bp->b_sunused parameter 'xpos' [-Wunused-parameter]y m t1493a | bslcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o poltocar~.pd_linux sickle/poltocar.o shared/sickle/sic.o shared/common/loud.o shared/unstable/fragile.o -lc -lm te++++ info: linking objects in bangbang.pd_linux for lib cyclone a t=i c | v ^o i d| (c cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o bangbang.pd_linux hammer/bangbang.o shared/common/loud.o shared/common/fitter.o -lc -lm o ++++ info: linking objects in pow~.pd_linux for lib cyclone l447l | _ crleiscikz(ecc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o pow~.pd_linux sickle/pow.o shared/sickle/sic.o shared/common/loud.o -lc -lm tb_yctoelsl *x, t++++ info: linking objects in count~.pd_linux for lib cyclone _f(lbp->bo_cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o count~.pd_linux sickle/count.o shared/sickle/sic.o shared/common/loud.o -lc -lm sa++++ info: linking objects in teeth~.pd_linux for lib cyclone ytcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o teeth~.pd_linux sickle/teeth.o shared/sickle/sic.o shared/common/loud.o -lc -lm am++++ info: linking objects in fromsymbol.pd_linux for lib cyclone rtcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o fromsymbol.pd_linux hammer/fromsymbol.o -lc -lm ga++++ info: linking objects in delay~.pd_linux for lib cyclone bxlpeo,cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o delay~.pd_linux sickle/delay.o shared/sickle/sic.o shared/common/loud.o -lc -lm s ++++ info: linking objects in match.pd_linux for lib cyclone , 448 | t _ f l o a t abrpg->b_sy cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o match.pd_linux hammer/match.o shared/common/grow.o shared/common/loud.o -lc -lm my++++ info: linking objects in cycle~.pd_linux for lib cyclone spiozes ,* | ^ shammer/coll.ccc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o cycle~.pd_linux sickle/cycle.o shared/common/vefl.o shared/sickle/sic.o shared/common/loud.o shared/unstable/fragile.o -lc -lm i:++++ info: linking objects in buddy.pd_linux for lib cyclone 1493:63: warning: unused parameter 'ypos' [-Wunused-parameter] z 1493 | esotfa(t*icc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o buddy.pd_linux hammer/buddy.o shared/common/grow.o shared/common/loud.o -lc -lm bc++++ info: linking objects in mean.pd_linux for lib cyclone p cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o mean.pd_linux hammer/mean.o -lc -lm -v++++ info: linking objects in spike~.pd_linux for lib cyclone >occ -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o spike~.pd_linux sickle/spike.o shared/sickle/sic.o shared/common/loud.o -lc -lm ib++++ info: linking objects in pv.pd_linux for lib cyclone d c_cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o pv.pd_linux hammer/pv.o shared/common/grow.o shared/common/loud.o -lc -lm os++++ info: linking objects in accum.pd_linux for lib cyclone ylmltable), _ c449 | rleiqcksiz(et _*cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o accum.pd_linux hammer/accum.o -lc -lm c ++++ info: linking objects in forward.pd_linux for lib cyclone soilzeolf *(x*,b pcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o forward.pd_linux hammer/forward.o -lc -lm -t++++ info: linking objects in sinx~.pd_linux for lib cyclone >_b_fslyomtaatbcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o sinx~.pd_linux sickle/sinx.o shared/sickle/sic.o shared/common/loud.o -lc -lm la++++ info: linking objects in iter.pd_linux for lib cyclone ercc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o iter.pd_linux hammer/iter.o shared/common/grow.o shared/common/loud.o -lc -lm )++++ info: linking objects in midiflush.pd_linux for lib cyclone )cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o midiflush.pd_linux hammer/midiflush.o -lc -lm )g++++ info: linking objects in acos.pd_linux for lib cyclone cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o acos.pd_linux hammer/acos.o -lc -lm x++++ info: linking objects in trapezoid~.pd_linux for lib cyclone pos, t_floatarg ypo| s, | ^ hammer/coll.c | ) :shared/common/binport.c1494:21:: 446:25: note: warning: use '==' to turn this assignment into an equality comparisonunused parameter 'shift' [-Wunused-parameter] cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o trapezoid~.pd_linux sickle/trapezoid.o shared/sickle/sic.o shared/common/loud.o -lc -lm ++++ info: linking objects in framedelta~.pd_linux for lib cyclone 4461494 | | cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o framedelta~.pd_linux sickle/framedelta.o shared/common/grow.o shared/sickle/sic.o shared/common/loud.o -lc -lm ++++ info: linking objects in sustain.pd_linux for lib cyclone i f ( bp->bt_cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o sustain.pd_linux hammer/sustain.o -lc -lm s++++ info: linking objects in spray.pd_linux for lib cyclone y_cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o spray.pd_linux hammer/spray.o shared/common/loud.o -lc -lm m++++ info: linking objects in poke~.pd_linux for lib cyclone ftcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o poke~.pd_linux sickle/poke.o shared/sickle/sic.o shared/sickle/arsic.o shared/common/vefl.o shared/common/loud.o shared/unstable/fragile.o -lc -lm a++++ info: linking objects in minimum~.pd_linux for lib cyclone bcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o minimum~.pd_linux sickle/minimum.o shared/sickle/sic.o shared/common/loud.o -lc -lm ll++++ info: linking objects in cosh.pd_linux for lib cyclone eoatarg shift, t=_ f l| o ^atarg c | == trl, t_floatarg alt) cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o cosh.pd_linux hammer/cosh.o -lc -lm shared/common/binport.c++++ info: linking objects in lores~.pd_linux for lib cyclone | :cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o lores~.pd_linux sickle/lores.o shared/sickle/sic.o shared/common/loud.o -lc -lm ^424++++ info: linking objects in peakamp~.pd_linux for lib cyclone :hammer/coll.c:131494::39: warning: warning: unused parameter 'ctrl' [-Wunused-parameter]unused function 'binport_setsymbol' [-Wunused-function] 1494424 | | s t a t i c v oti_df lbionaptoarrcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o peakamp~.pd_linux sickle/peakamp.o shared/sickle/sic.o shared/common/loud.o -lc -lm gt shift, t_floata++++ info: linking objects in past.pd_linux for lib cyclone _rcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o past.pd_linux hammer/past.o shared/common/grow.o shared/common/loud.o shared/common/fitter.o -lc -lm sg++++ info: linking objects in vectral~.pd_linux for lib cyclone e cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o vectral~.pd_linux sickle/vectral.o shared/sickle/sic.o shared/common/loud.o -lc -lm tc++++ info: linking objects in sinh.pd_linux for lib cyclone stcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o sinh.pd_linux hammer/sinh.o -lc -lm yr++++ info: linking objects in allpass~.pd_linux for lib cyclone mcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o allpass~.pd_linux sickle/allpass.o shared/sickle/sic.o shared/common/loud.o -lc -lm b++++ info: linking objects in rampsmooth~.pd_linux for lib cyclone occ -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o rampsmooth~.pd_linux sickle/rampsmooth.o shared/sickle/sic.o shared/common/loud.o -lc -lm ll++++ info: linking objects in bitnot~.pd_linux for lib cyclone (,t _ta_tfolmo a*taapr,g ta_lsty)m b o| l * ^s) | ^~~~~~~~~~~~~~~~~ hammer/coll.c:1494:56: warning: unused parameter 'alt' [-Wunused-parameter] cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o bitnot~.pd_linux sickle/bitnot.o shared/sickle/sic.o shared/common/loud.o -lc -lm ++++ info: linking objects in zerox~.pd_linux for lib cyclone 1494 | t_fcc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o zerox~.pd_linux sickle/zerox.o shared/sickle/sic.o shared/common/loud.o -lc -lm l++++ info: linking objects in comb~.pd_linux for lib cyclone occ -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o comb~.pd_linux sickle/comb.o shared/sickle/sic.o shared/common/loud.o -lc -lm atarg shift, t_floatarg ctrl, t_floatarg alt) | ^ hammer/coll.c:770:22: warning: unused function 'coll_checkcommon' [-Wunused-function] 770 | static t_collcommon *coll_checkcommon(t_coll *x) | ^~~~~~~~~~~~~~~~ 6 warnings generated. shared/common/lex.c:79:33: warning: variable 'lastslash' set but not used [-Wunused-but-set-variable] 79 | int floatstate = 0, slash = 0, lastslash = 0, firstslash = (ch == '\\'); | ^ 1 warning generated. shared/unstable/standalone.c:36:36: warning: unused parameter 'nbytes' [-Wunused-parameter] 36 | void freebytes(void *fatso, size_t nbytes) | ^ shared/unstable/standalone.c:59:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 59 | while (sym2 = *sym1) | ~~~~~^~~~~~~ shared/unstable/standalone.c:59:17: note: place parentheses around the assignment to silence this warning 59 | while (sym2 = *sym1) | ^ | ( ) shared/unstable/standalone.c:59:17: note: use '==' to turn this assignment into an equality comparison 59 | while (sym2 = *sym1) | ^ | == 2 warnings generated. 43 warnings generated. ++++ info: linking objects in coll.pd_linux for lib cyclone cc -rdynamic -shared -fpic -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o coll.pd_linux hammer/coll.o shared/hammer/file.o shared/common/loud.o shared/common/os.o shared/common/fitter.o shared/unstable/forky.o -lc -lm ++++info: target all in lib cyclone completed =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> pd-cyclone-0.2.b3_1 depends on executable: pd - found =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=nobody UID=65534 GID=65534 ===> Staging for pd-cyclone-0.2.b3_1 ===> Generating temporary packing list /usr/bin/find /wrkdirs/usr/ports/audio/pd-cyclone/work/pd-miXedSon-0.2beta3 -name "*.pd" -exec install -m 0644 {} /wrkdirs/usr/ports/audio/pd-cyclone/work/stage/usr/local/lib/pd-externals/cyclone \; /usr/bin/find /wrkdirs/usr/ports/audio/pd-cyclone/work/pd-miXedSon-0.2beta3 -name "*.pd_linux" -exec install -s -m 555 {} /wrkdirs/usr/ports/audio/pd-cyclone/work/stage/usr/local/lib/pd-externals/cyclone \; ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===== env: 'PKG_NOTES=build_timestamp ports_top_git_hash ports_top_checkout_unclean port_git_hash port_checkout_unclean built_by' 'PKG_NOTE_build_timestamp=2025-05-05T02:22:33+0000' 'PKG_NOTE_ports_top_git_hash=57a50b106b87' 'PKG_NOTE_ports_top_checkout_unclean=yes' 'PKG_NOTE_port_git_hash=d9c7e0b18ad0' 'PKG_NOTE_port_checkout_unclean=no' 'PKG_NOTE_built_by=poudriere-git-3.4.2' NO_DEPENDS=yes USER=nobody UID=65534 GID=65534 ===> Building packages for pd-cyclone-0.2.b3_1 ===> Building pd-cyclone-0.2.b3_1 =========================================================================== =>> Cleaning up wrkdir ===> Cleaning for pd-cyclone-0.2.b3_1 build of audio/pd-cyclone | pd-cyclone-0.2.b3_1 ended at Sun May 4 22:23:17 EDT 2025 build time: 00:00:45