==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: jemalloc 1:5.3.0-5 (Wed Dec 25 09:30:18 2024)
==> Retrieving sources...
  -> Found jemalloc-5.3.0.tar.bz2
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    jemalloc-5.3.0.tar.bz2 ... Passed
==> Making package: jemalloc 1:5.3.0-5 (Wed 25 Dec 2024 09:30:24 AM MST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (4) compiler-rt-18.1.8-1  libedit-20240517_3.1-1  llvm-libs-18.1.8-5
             clang-18.1.8-5

Total Download Size:    78.93 MiB
Total Installed Size:  419.02 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 clang-18.1.8-5-aarch64 downloading...
 llvm-libs-18.1.8-5-aarch64 downloading...
 compiler-rt-18.1.8-1-aarch64 downloading...
 libedit-20240517_3.1-1-aarch64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libedit...
installing llvm-libs...
installing compiler-rt...
installing clang...
Optional dependencies for clang
    openmp: OpenMP support in clang with -fopenmp
    python: for scan-view and git-clang-format [installed]
    llvm: referenced by some clang headers
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
  -> Found jemalloc-5.3.0.tar.bz2
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting jemalloc-5.3.0.tar.bz2 with bsdtar
==> Starting build()...
checking for xsltproc... false
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether compiler is cray... no
checking whether compiler supports -std=gnu11... yes
checking whether compiler supports -Werror=unknown-warning-option... yes
checking whether compiler supports -Wall... yes
checking whether compiler supports -Wextra... yes
checking whether compiler supports -Wshorten-64-to-32... yes
checking whether compiler supports -Wsign-compare... yes
checking whether compiler supports -Wundef... yes
checking whether compiler supports -Wno-format-zero-length... yes
checking whether compiler supports -Wpointer-arith... yes
checking whether compiler supports -Wno-missing-braces... yes
checking whether compiler supports -Wno-missing-field-initializers... yes
checking whether compiler supports -Wno-missing-attributes... no
checking whether compiler supports -pipe... yes
checking whether compiler supports -g3... yes
checking how to run the C preprocessor... clang -E
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking whether clang++ supports C++17 features with -std=c++17... yes
checking whether compiler supports -Wall... yes
checking whether compiler supports -Wextra... yes
checking whether compiler supports -g3... yes
checking whether libstdc++ linkage is compilable... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking size of void *... 8
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of intmax_t... 8
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking whether isb instruction is compilable... yes
checking number of significant virtual address bits... 48
checking for ar... ar
checking for nm... nm
checking for gawk... gawk
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking whether malloc_usable_size definition can use const argument... no
checking for library containing log... -lm
checking whether __attribute__ syntax is compilable... yes
checking whether compiler supports -fvisibility=hidden... yes
checking whether compiler supports -fvisibility=hidden... yes
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether tls_model attribute is compilable... yes
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether alloc_size attribute is compilable... yes
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether format(gnu_printf, ...) attribute is compilable... no
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether format(printf, ...) attribute is compilable... yes
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether format(printf, ...) attribute is compilable... yes
checking whether compiler supports -Wimplicit-fallthrough... yes
checking whether fallthrough attribute is compilable... yes
checking whether compiler supports -Wimplicit-fallthrough... yes
checking whether compiler supports -Wimplicit-fallthrough... yes
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether cold attribute is compilable... yes
checking whether vm_make_tag is compilable... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for ld... /usr/bin/ld
checking for autoconf... /usr/bin/autoconf
checking for memalign... yes
checking for valloc... yes
checking for malloc_size... no
checking for __libc_calloc... yes
checking for __libc_free... yes
checking for __libc_malloc... yes
checking for __libc_memalign... yes
checking for __libc_realloc... yes
checking for __libc_valloc... yes
checking for __posix_memalign... no
checking whether compiler supports -O3... yes
checking whether compiler supports -O3... yes
checking whether compiler supports -funroll-loops... yes
checking unwind.h usability... yes
checking unwind.h presence... yes
checking for unwind.h... yes
checking for _Unwind_Backtrace in -lgcc... yes
checking configured backtracing method... libgcc
checking for sbrk... yes
checking whether utrace(2) is compilable... no
checking whether utrace(2) with label is compilable... no
checking whether a program using __builtin_unreachable is compilable... yes
checking whether a program using __builtin_ffsl is compilable... yes
checking whether a program using __builtin_popcountl is compilable... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for dlsym... yes
checking whether pthread_atfork(3) is compilable... yes
checking whether pthread_setname_np(3) is compilable... yes
checking whether pthread_getname_np(3) is compilable... yes
checking whether pthread_get_name_np(3) is compilable... no
checking for library containing clock_gettime... none required
checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is compilable... yes
checking whether clock_gettime(CLOCK_MONOTONIC, ...) is compilable... yes
checking whether mach_absolute_time() is compilable... no
checking whether clock_gettime(CLOCK_REALTIME, ...) is compilable... yes
checking whether compiler supports -Werror... yes
checking whether syscall(2) is compilable... yes
checking for secure_getenv... yes
checking for sched_getcpu... yes
checking for sched_setaffinity... yes
checking for issetugid... no
checking for _malloc_thread_cleanup... no
checking for _pthread_mutex_init_calloc_cb... no
checking for memcntl... no
checking for TLS... yes
checking whether C11 atomics is compilable... yes
checking whether GCC __atomic atomics is compilable... yes
checking whether GCC 8-bit __atomic atomics is compilable... yes
checking whether GCC __sync atomics is compilable... yes
checking whether GCC 8-bit __sync atomics is compilable... yes
checking whether Darwin OSAtomic*() is compilable... no
checking whether madvise(2) is compilable... yes
checking whether madvise(..., MADV_FREE) is compilable... yes
checking whether madvise(..., MADV_DONTNEED) is compilable... yes
checking whether madvise(..., MADV_DO[NT]DUMP) is compilable... yes
checking whether madvise(..., MADV_[NO]HUGEPAGE) is compilable... yes
checking whether madvise(..., MADV_[NO]CORE) is compilable... no
checking whether mprotect(2) is compilable... yes
checking for __builtin_clz... yes
checking whether Darwin os_unfair_lock_*() is compilable... no
checking whether glibc malloc hook is compilable... no
checking whether glibc memalign hook is compilable... no
checking whether pthreads adaptive mutexes is compilable... yes
checking whether compiler supports -D_GNU_SOURCE... yes
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether strerror_r returns char with gnu source is compilable... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating jemalloc.pc
config.status: creating doc/html.xsl
config.status: creating doc/manpages.xsl
config.status: creating doc/jemalloc.xml
config.status: creating include/jemalloc/jemalloc_macros.h
config.status: creating include/jemalloc/jemalloc_protos.h
config.status: creating include/jemalloc/jemalloc_typedefs.h
config.status: creating include/jemalloc/internal/jemalloc_preamble.h
config.status: creating test/test.sh
config.status: creating test/include/test/jemalloc_test.h
config.status: creating config.stamp
config.status: creating bin/jemalloc-config
config.status: creating bin/jemalloc.sh
config.status: creating bin/jeprof
config.status: creating include/jemalloc/jemalloc_defs.h
config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h
config.status: creating test/include/test/jemalloc_test_defs.h
config.status: executing include/jemalloc/internal/public_symbols.txt commands
config.status: executing include/jemalloc/internal/private_symbols.awk commands
config.status: executing include/jemalloc/internal/private_symbols_jet.awk commands
config.status: executing include/jemalloc/internal/public_namespace.h commands
config.status: executing include/jemalloc/internal/public_unnamespace.h commands
config.status: executing include/jemalloc/jemalloc_protos_jet.h commands
config.status: executing include/jemalloc/jemalloc_rename.h commands
config.status: executing include/jemalloc/jemalloc_mangle.h commands
config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands
config.status: executing include/jemalloc/jemalloc.h commands
===============================================================================
jemalloc version   : 5.3.0-0-g54eaed1d8b56b1aa528be3bdd1877e59c56fa90c
library revision   : 2

CONFIG             : --enable-prof --enable-autogen --prefix=/usr --with-lg-page=14 CC=clang 'CFLAGS=-march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection' 'LDFLAGS=-Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now' CPPFLAGS= CXX=clang++ 'CXXFLAGS=-march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS'
CC                 : clang
CONFIGURE_CFLAGS   : -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops
SPECIFIED_CFLAGS   : -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection
EXTRA_CFLAGS       : 
CPPFLAGS           : -D_GNU_SOURCE -D_REENTRANT
CXX                : clang++ -std=c++17
CONFIGURE_CXXFLAGS : -Wall -Wextra -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3
SPECIFIED_CXXFLAGS : -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS
EXTRA_CXXFLAGS     : 
LDFLAGS            : -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now
EXTRA_LDFLAGS      : 
DSO_LDFLAGS        : -shared -Wl,-soname,$(@F)
LIBS               : -lm -lstdc++ -lgcc -lm -pthread
RPATH_EXTRA        : 

XSLTPROC           : false
XSLROOT            : 

PREFIX             : /usr
BINDIR             : /usr/bin
DATADIR            : /usr/share
INCLUDEDIR         : /usr/include
LIBDIR             : /usr/lib
MANDIR             : /usr/share/man

srcroot            : 
abs_srcroot        : /build/jemalloc/src/jemalloc-5.3.0/
objroot            : 
abs_objroot        : /build/jemalloc/src/jemalloc-5.3.0/

JEMALLOC_PREFIX    : 
JEMALLOC_PRIVATE_NAMESPACE
                   : je_
install_suffix     : 
malloc_conf        : 
documentation      : 1
shared libs        : 1
static libs        : 1
autogen            : 1
debug              : 0
stats              : 1
experimental_smallocx : 0
prof               : 1
prof-libunwind     : 0
prof-libgcc        : 1
prof-gcc           : 0
fill               : 1
utrace             : 0
xmalloc            : 0
log                : 0
lazy_lock          : 0
cache-oblivious    : 1
cxx                : 1
===============================================================================
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/jemalloc.sym.o src/jemalloc.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/arena.sym.o src/arena.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/background_thread.sym.o src/background_thread.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/base.sym.o src/base.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bin.sym.o src/bin.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bin_info.sym.o src/bin_info.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bitmap.sym.o src/bitmap.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/buf_writer.sym.o src/buf_writer.c
In file included from src/bitmap.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/bitmap.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/buf_writer.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/buf_writer.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/bin_info.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/bin_info.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/bin.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/bin.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/cache_bin.sym.o src/cache_bin.c
In file included from src/base.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/base.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ckh.sym.o src/ckh.c
In file included from src/background_thread.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/background_thread.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/counter.sym.o src/counter.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ctl.sym.o src/ctl.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/decay.sym.o src/decay.c
In file included from src/arena.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/arena.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/cache_bin.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/cache_bin.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/div.sym.o src/div.c
In file included from src/counter.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/counter.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/ckh.c:41:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/ckh.c:41:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ecache.sym.o src/ecache.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/edata.sym.o src/edata.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/edata_cache.sym.o src/edata_cache.c
In file included from src/decay.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/decay.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ehooks.sym.o src/ehooks.c
In file included from src/ecache.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/ecache.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/emap.sym.o src/emap.c
In file included from src/edata_cache.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/edata_cache.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/jemalloc.c:3:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/jemalloc.c:3:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/ehooks.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/ehooks.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/eset.sym.o src/eset.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/exp_grow.sym.o src/exp_grow.c
In file included from src/edata.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/edata.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent.sym.o src/extent.c
In file included from src/eset.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/eset.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/emap.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/emap.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/exp_grow.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/exp_grow.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_dss.sym.o src/extent_dss.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_mmap.sym.o src/extent_mmap.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/fxp.sym.o src/fxp.c
In file included from src/extent.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/extent.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/san.sym.o src/san.c
In file included from src/ctl.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/ctl.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/extent_mmap.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/extent_mmap.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/san_bump.sym.o src/san_bump.c
In file included from src/extent_dss.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/extent_dss.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/fxp.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/fxp.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/san.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/san.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hook.sym.o src/hook.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hpa.sym.o src/hpa.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hpa_hooks.sym.o src/hpa_hooks.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hpdata.sym.o src/hpdata.c
In file included from src/san_bump.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/san_bump.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/inspect.sym.o src/inspect.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/large.sym.o src/large.c
In file included from src/hpa_hooks.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/hpa_hooks.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/hpa.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/hpa.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/log.sym.o src/log.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/malloc_io.sym.o src/malloc_io.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex.sym.o src/mutex.c
In file included from src/inspect.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/inspect.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/hpdata.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/hpdata.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/nstime.sym.o src/nstime.c
In file included from src/large.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/large.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/log.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/log.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pa.sym.o src/pa.c
In file included from src/mutex.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/mutex.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/malloc_io.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/malloc_io.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pa_extra.sym.o src/pa_extra.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pai.sym.o src/pai.c
In file included from src/nstime.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/nstime.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pac.sym.o src/pac.c
In file included from src/pa.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/pa.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pages.sym.o src/pages.c
In file included from src/pa_extra.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/pa_extra.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/peak_event.sym.o src/peak_event.c
In file included from src/pai.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/pai.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof.sym.o src/prof.c
In file included from src/pac.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/pac.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof_data.sym.o src/prof_data.c
In file included from src/pages.c:5:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/pages.c:5:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof_log.sym.o src/prof_log.c
In file included from src/peak_event.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/peak_event.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof_recent.sym.o src/prof_recent.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof_stats.sym.o src/prof_stats.c
In file included from src/prof.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/prof.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof_sys.sym.o src/prof_sys.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/psset.sym.o src/psset.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/rtree.sym.o src/rtree.c
In file included from src/prof_log.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/prof_log.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/prof_data.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/prof_data.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/prof_stats.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/prof_stats.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/safety_check.sym.o src/safety_check.c
In file included from src/prof_recent.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/prof_recent.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
src/prof_recent.c:253:46: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
  253 |  if ((((&prof_recent_alloc_list)->qlh_first) == ((void*)0))) {
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
src/prof_recent.c:253:46: note: remove extraneous parentheses around the comparison to silence this warning
  253 |  if ((((&prof_recent_alloc_list)->qlh_first) == ((void*)0))) {
      |      ~                                       ^            ~
src/prof_recent.c:253:46: note: use '=' to turn this equality comparison into an assignment
  253 |  if ((((&prof_recent_alloc_list)->qlh_first) == ((void*)0))) {
      |                                              ^~
      |                                              =
src/prof_recent.c:569:38: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
  569 |  do { if ((((&temp_list)->qlh_first) == ((void*)0))) { do { ((&temp_list)->qlh_first) = ((&prof_recent_alloc_list)->qlh_first); do { ((&prof_recent_alloc_list)->qlh_first) = ((void*)0); } while (0); } while (0); } else if (!(((&prof_recent_alloc_list)->qlh_first) == ((void*)0))) { do { (((&prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next = (((&temp_list)->qlh_first))->link.qre_prev; (((&temp_list)->qlh_first))->link.qre_prev = (((&prof_recent_alloc_list)->qlh_first))->link.qre_prev; (((&prof_recent_alloc_list)->qlh_first))->link.qre_prev = (((&prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next; (((&temp_list)->qlh_first))->link.qre_prev->link.qre_next = (((&temp_list)->qlh_first)); (((&prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next = (((&prof_recent_alloc_list)->qlh_first)); } while (0); do { ((&prof_recent_alloc_list)->qlh_first) = ((void*)0); } while (0); } } while (0);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
src/prof_recent.c:569:38: note: remove extraneous parentheses around the comparison to silence this warning
  569 |  do { if ((((&temp_list)->qlh_first) == ((void*)0))) { do { ((&temp_list)->qlh_first) = ((&prof_recent_alloc_list)->qlh_first); do { ((&prof_recent_alloc_list)->qlh_first) = ((void*)0); } while (0); } while (0); } else if (!(((&prof_recent_alloc_list)->qlh_first) == ((void*)0))) { do { (((&prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next = (((&temp_list)->qlh_first))->link.qre_prev; (((&temp_list)->qlh_first))->link.qre_prev = (((&prof_recent_alloc_list)->qlh_first))->link.qre_prev; (((&prof_recent_alloc_list)->qlh_first))->link.qre_prev = (((&prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next; (((&temp_list)->qlh_first))->link.qre_prev->link.qre_next = (((&temp_list)->qlh_first)); (((&prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next = (((&prof_recent_alloc_list)->qlh_first)); } while (0); do { ((&prof_recent_alloc_list)->qlh_first) = ((void*)0); } while (0); } } while (0);
      |           ~                          ^            ~
src/prof_recent.c:569:38: note: use '=' to turn this equality comparison into an assignment
  569 |  do { if ((((&temp_list)->qlh_first) == ((void*)0))) { do { ((&temp_list)->qlh_first) = ((&prof_recent_alloc_list)->qlh_first); do { ((&prof_recent_alloc_list)->qlh_first) = ((void*)0); } while (0); } while (0); } else if (!(((&prof_recent_alloc_list)->qlh_first) == ((void*)0))) { do { (((&prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next = (((&temp_list)->qlh_first))->link.qre_prev; (((&temp_list)->qlh_first))->link.qre_prev = (((&prof_recent_alloc_list)->qlh_first))->link.qre_prev; (((&prof_recent_alloc_list)->qlh_first))->link.qre_prev = (((&prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next; (((&temp_list)->qlh_first))->link.qre_prev->link.qre_next = (((&temp_list)->qlh_first)); (((&prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next = (((&prof_recent_alloc_list)->qlh_first)); } while (0); do { ((&prof_recent_alloc_list)->qlh_first) = ((void*)0); } while (0); } } while (0);
      |                                      ^~
      |                                      =
7 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/sc.sym.o src/sc.c
In file included from src/prof_sys.c:3:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/prof_sys.c:3:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/sec.sym.o src/sec.c
In file included from src/psset.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/psset.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/rtree.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/rtree.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/safety_check.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/safety_check.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/stats.sym.o src/stats.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/sz.sym.o src/sz.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tcache.sym.o src/tcache.c
In file included from src/sec.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/sec.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/sz.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/sz.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/test_hooks.sym.o src/test_hooks.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/thread_event.sym.o src/thread_event.c
In file included from src/tcache.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/tcache.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ticker.sym.o src/ticker.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tsd.sym.o src/tsd.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/witness.sym.o src/witness.c
In file included from src/thread_event.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/thread_event.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/ticker.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/ticker.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/stats.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/stats.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
nm -a src/jemalloc.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/jemalloc.sym
In file included from src/tsd.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/tsd.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
nm -a src/arena.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/arena.sym
nm -a src/background_thread.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/background_thread.sym
nm -a src/base.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/base.sym
In file included from src/witness.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/witness.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
nm -a src/bin.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/bin.sym
nm -a src/bin_info.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/bin_info.sym
nm -a src/bitmap.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/bitmap.sym
nm -a src/buf_writer.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/buf_writer.sym
nm -a src/cache_bin.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/cache_bin.sym
nm -a src/ckh.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ckh.sym
nm -a src/counter.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/counter.sym
nm -a src/ctl.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ctl.sym
nm -a src/decay.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/decay.sym
nm -a src/div.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/div.sym
nm -a src/ecache.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ecache.sym
nm -a src/edata.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/edata.sym
nm -a src/edata_cache.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/edata_cache.sym
nm -a src/ehooks.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ehooks.sym
nm -a src/emap.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/emap.sym
nm -a src/eset.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/eset.sym
nm -a src/exp_grow.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/exp_grow.sym
nm -a src/extent.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/extent.sym
nm -a src/extent_dss.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/extent_dss.sym
nm -a src/extent_mmap.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/extent_mmap.sym
nm -a src/fxp.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/fxp.sym
nm -a src/san.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/san.sym
nm -a src/san_bump.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/san_bump.sym
nm -a src/hook.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/hook.sym
nm -a src/hpa.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/hpa.sym
nm -a src/hpa_hooks.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/hpa_hooks.sym
nm -a src/hpdata.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/hpdata.sym
nm -a src/inspect.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/inspect.sym
nm -a src/large.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/large.sym
nm -a src/log.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/log.sym
nm -a src/malloc_io.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/malloc_io.sym
nm -a src/mutex.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/mutex.sym
nm -a src/nstime.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/nstime.sym
nm -a src/pa.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/pa.sym
nm -a src/pa_extra.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/pa_extra.sym
nm -a src/pai.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/pai.sym
nm -a src/pac.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/pac.sym
nm -a src/pages.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/pages.sym
nm -a src/peak_event.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/peak_event.sym
nm -a src/prof.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/prof.sym
nm -a src/prof_data.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/prof_data.sym
nm -a src/prof_log.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/prof_log.sym
nm -a src/prof_recent.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/prof_recent.sym
nm -a src/prof_sys.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/prof_sys.sym
nm -a src/psset.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/psset.sym
nm -a src/rtree.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/rtree.sym
nm -a src/safety_check.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/safety_check.sym
nm -a src/sc.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/sc.sym
nm -a src/sec.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/sec.sym
nm -a src/stats.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/stats.sym
nm -a src/sz.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/sz.sym
nm -a src/tcache.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/tcache.sym
nm -a src/test_hooks.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/test_hooks.sym
nm -a src/thread_event.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/thread_event.sym
nm -a src/ticker.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ticker.sym
nm -a src/tsd.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/tsd.sym
nm -a src/witness.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/witness.sym
nm -a src/prof_stats.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/prof_stats.sym
/bin/sh include/jemalloc/internal/private_namespace.sh src/jemalloc.sym src/arena.sym src/background_thread.sym src/base.sym src/bin.sym src/bin_info.sym src/bitmap.sym src/buf_writer.sym src/cache_bin.sym src/ckh.sym src/counter.sym src/ctl.sym src/decay.sym src/div.sym src/ecache.sym src/edata.sym src/edata_cache.sym src/ehooks.sym src/emap.sym src/eset.sym src/exp_grow.sym src/extent.sym src/extent_dss.sym src/extent_mmap.sym src/fxp.sym src/san.sym src/san_bump.sym src/hook.sym src/hpa.sym src/hpa_hooks.sym src/hpdata.sym src/inspect.sym src/large.sym src/log.sym src/malloc_io.sym src/mutex.sym src/nstime.sym src/pa.sym src/pa_extra.sym src/pai.sym src/pac.sym src/pages.sym src/peak_event.sym src/prof.sym src/prof_data.sym src/prof_log.sym src/prof_recent.sym src/prof_stats.sym src/prof_sys.sym src/psset.sym src/rtree.sym src/safety_check.sym src/sc.sym src/sec.sym src/stats.sym src/sz.sym src/tcache.sym src/test_hooks.sym src/thread_event.sym src/ticker.sym src/tsd.sym src/witness.sym > include/jemalloc/internal/private_namespace.gen.h
cp include/jemalloc/internal/private_namespace.gen.h include/jemalloc/internal/private_namespace.h
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.pic.o src/jemalloc.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.pic.o src/arena.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/background_thread.pic.o src/background_thread.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.pic.o src/base.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bin.pic.o src/bin.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bin_info.pic.o src/bin_info.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.pic.o src/bitmap.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/buf_writer.pic.o src/buf_writer.c
In file included from src/bin_info.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/bin_info.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/bin.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/bin.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/buf_writer.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/buf_writer.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/cache_bin.pic.o src/cache_bin.c
In file included from src/bitmap.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/bitmap.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/background_thread.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/background_thread.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.pic.o src/ckh.c
In file included from src/base.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/base.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/arena.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/arena.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/counter.pic.o src/counter.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.pic.o src/ctl.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/decay.pic.o src/decay.c
In file included from src/cache_bin.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/cache_bin.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/div.pic.o src/div.c
In file included from src/counter.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/counter.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/ckh.c:41:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/ckh.c:41:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/decay.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/decay.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ecache.pic.o src/ecache.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/edata.pic.o src/edata.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/edata_cache.pic.o src/edata_cache.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ehooks.pic.o src/ehooks.c
In file included from src/jemalloc.c:3:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/jemalloc.c:3:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/ecache.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/ecache.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/emap.pic.o src/emap.c
In file included from src/edata_cache.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/edata_cache.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/ehooks.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/ehooks.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/eset.pic.o src/eset.c
In file included from src/edata.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/edata.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/exp_grow.pic.o src/exp_grow.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.pic.o src/extent.c
In file included from src/emap.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/emap.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/eset.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/eset.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/exp_grow.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/exp_grow.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_dss.pic.o src/extent_dss.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_mmap.pic.o src/extent_mmap.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/fxp.pic.o src/fxp.c
In file included from src/extent.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/extent.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/san.pic.o src/san.c
In file included from src/ctl.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/ctl.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/extent_dss.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/extent_dss.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/extent_mmap.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/extent_mmap.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/fxp.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/fxp.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/san_bump.pic.o src/san_bump.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hook.pic.o src/hook.c
In file included from src/san.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/san.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hpa.pic.o src/hpa.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hpa_hooks.pic.o src/hpa_hooks.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hpdata.pic.o src/hpdata.c
In file included from src/san_bump.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/san_bump.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/inspect.pic.o src/inspect.c
In file included from src/hpa_hooks.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/hpa_hooks.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/hpa.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/hpa.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/large.pic.o src/large.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/log.pic.o src/log.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/malloc_io.pic.o src/malloc_io.c
In file included from src/hpdata.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/hpdata.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/inspect.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/inspect.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.pic.o src/mutex.c
In file included from src/log.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/log.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/large.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/large.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/malloc_io.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/malloc_io.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/nstime.pic.o src/nstime.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pa.pic.o src/pa.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pa_extra.pic.o src/pa_extra.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pai.pic.o src/pai.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pac.pic.o src/pac.c
In file included from src/mutex.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/mutex.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/nstime.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/nstime.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/pa.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/pa.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/pa_extra.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/pa_extra.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pages.pic.o src/pages.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/peak_event.pic.o src/peak_event.c
In file included from src/pai.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/pai.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.pic.o src/prof.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof_data.pic.o src/prof_data.c
In file included from src/pac.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/pac.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof_log.pic.o src/prof_log.c
In file included from src/pages.c:5:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/pages.c:5:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/peak_event.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/peak_event.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof_recent.pic.o src/prof_recent.c
In file included from src/prof.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/prof.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof_stats.pic.o src/prof_stats.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof_sys.pic.o src/prof_sys.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/psset.pic.o src/psset.c
In file included from src/prof_log.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/prof_log.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/prof_data.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/prof_data.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/prof_stats.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/prof_stats.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.pic.o src/rtree.c
In file included from src/prof_recent.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/prof_recent.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
src/prof_recent.c:253:49: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
  253 |  if ((((&je_prof_recent_alloc_list)->qlh_first) == ((void*)0))) {
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
src/prof_recent.c:253:49: note: remove extraneous parentheses around the comparison to silence this warning
  253 |  if ((((&je_prof_recent_alloc_list)->qlh_first) == ((void*)0))) {
      |      ~                                          ^            ~
src/prof_recent.c:253:49: note: use '=' to turn this equality comparison into an assignment
  253 |  if ((((&je_prof_recent_alloc_list)->qlh_first) == ((void*)0))) {
      |                                                 ^~
      |                                                 =
src/prof_recent.c:569:38: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
  569 |  do { if ((((&temp_list)->qlh_first) == ((void*)0))) { do { ((&temp_list)->qlh_first) = ((&je_prof_recent_alloc_list)->qlh_first); do { ((&je_prof_recent_alloc_list)->qlh_first) = ((void*)0); } while (0); } while (0); } else if (!(((&je_prof_recent_alloc_list)->qlh_first) == ((void*)0))) { do { (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next = (((&temp_list)->qlh_first))->link.qre_prev; (((&temp_list)->qlh_first))->link.qre_prev = (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev; (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev = (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next; (((&temp_list)->qlh_first))->link.qre_prev->link.qre_next = (((&temp_list)->qlh_first)); (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next = (((&je_prof_recent_alloc_list)->qlh_first)); } while (0); do { ((&je_prof_recent_alloc_list)->qlh_first) = ((void*)0); } while (0); } } while (0);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
src/prof_recent.c:569:38: note: remove extraneous parentheses around the comparison to silence this warning
  569 |  do { if ((((&temp_list)->qlh_first) == ((void*)0))) { do { ((&temp_list)->qlh_first) = ((&je_prof_recent_alloc_list)->qlh_first); do { ((&je_prof_recent_alloc_list)->qlh_first) = ((void*)0); } while (0); } while (0); } else if (!(((&je_prof_recent_alloc_list)->qlh_first) == ((void*)0))) { do { (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next = (((&temp_list)->qlh_first))->link.qre_prev; (((&temp_list)->qlh_first))->link.qre_prev = (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev; (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev = (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next; (((&temp_list)->qlh_first))->link.qre_prev->link.qre_next = (((&temp_list)->qlh_first)); (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next = (((&je_prof_recent_alloc_list)->qlh_first)); } while (0); do { ((&je_prof_recent_alloc_list)->qlh_first) = ((void*)0); } while (0); } } while (0);
      |           ~                          ^            ~
src/prof_recent.c:569:38: note: use '=' to turn this equality comparison into an assignment
  569 |  do { if ((((&temp_list)->qlh_first) == ((void*)0))) { do { ((&temp_list)->qlh_first) = ((&je_prof_recent_alloc_list)->qlh_first); do { ((&je_prof_recent_alloc_list)->qlh_first) = ((void*)0); } while (0); } while (0); } else if (!(((&je_prof_recent_alloc_list)->qlh_first) == ((void*)0))) { do { (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next = (((&temp_list)->qlh_first))->link.qre_prev; (((&temp_list)->qlh_first))->link.qre_prev = (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev; (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev = (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next; (((&temp_list)->qlh_first))->link.qre_prev->link.qre_next = (((&temp_list)->qlh_first)); (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next = (((&je_prof_recent_alloc_list)->qlh_first)); } while (0); do { ((&je_prof_recent_alloc_list)->qlh_first) = ((void*)0); } while (0); } } while (0);
      |                                      ^~
      |                                      =
7 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/safety_check.pic.o src/safety_check.c
In file included from src/prof_sys.c:3:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/prof_sys.c:3:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/psset.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/psset.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/sc.pic.o src/sc.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/sec.pic.o src/sec.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.pic.o src/stats.c
In file included from src/rtree.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/rtree.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/sz.pic.o src/sz.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.pic.o src/tcache.c
In file included from src/safety_check.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/safety_check.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/sec.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/sec.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/test_hooks.pic.o src/test_hooks.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/thread_event.pic.o src/thread_event.c
In file included from src/sz.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/sz.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ticker.pic.o src/ticker.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.pic.o src/tsd.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/witness.pic.o src/witness.c
In file included from src/tcache.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/tcache.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang++ -std=c++17 -Wall -Wextra -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc_cpp.pic.o src/jemalloc_cpp.cpp
In file included from src/thread_event.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/thread_event.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/ticker.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/ticker.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.c
In file included from src/stats.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/stats.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/tsd.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/tsd.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/witness.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/witness.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/background_thread.o src/background_thread.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c
In file included from src/jemalloc_cpp.cpp:10:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5079: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5079: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5079: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5079: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5079: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5079: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5181: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5181: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5181: note: use '=' to turn this equality comparison into an assignment
In file included from src/jemalloc_cpp.cpp:10:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5153: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5153: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5153: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5357: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5357: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5357: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bin.o src/bin.c
In file included from src/background_thread.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/background_thread.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/base.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/base.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bin_info.o src/bin_info.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/buf_writer.o src/buf_writer.c
In file included from src/arena.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/arena.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/cache_bin.o src/cache_bin.c
In file included from src/bin.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/bin.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c
In file included from src/bin_info.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/bin_info.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/bitmap.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/bitmap.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/buf_writer.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/buf_writer.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/counter.o src/counter.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.c
In file included from src/cache_bin.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/cache_bin.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/decay.o src/decay.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/div.o src/div.c
In file included from src/ckh.c:41:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/ckh.c:41:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/jemalloc.c:3:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/jemalloc.c:3:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/counter.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/counter.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ecache.o src/ecache.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/edata.o src/edata.c
In file included from src/decay.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/decay.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/edata_cache.o src/edata_cache.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ehooks.o src/ehooks.c
In file included from src/ecache.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/ecache.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/emap.o src/emap.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/eset.o src/eset.c
In file included from src/edata.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/edata.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/edata_cache.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/edata_cache.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/ehooks.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/ehooks.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/exp_grow.o src/exp_grow.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c
In file included from src/eset.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/eset.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/emap.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/emap.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_dss.o src/extent_dss.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_mmap.o src/extent_mmap.c
In file included from src/exp_grow.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/exp_grow.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/fxp.o src/fxp.c
In file included from src/extent.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/extent.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/san.o src/san.c
In file included from src/extent_dss.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/extent_dss.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/extent_mmap.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/extent_mmap.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/san_bump.o src/san_bump.c
In file included from src/ctl.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/ctl.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hook.o src/hook.c
In file included from src/fxp.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/fxp.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/san.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/san.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hpa.o src/hpa.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hpa_hooks.o src/hpa_hooks.c
In file included from src/san_bump.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/san_bump.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hpdata.o src/hpdata.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/inspect.o src/inspect.c
In file included from src/hpa_hooks.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/hpa_hooks.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/hpa.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/hpa.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/large.o src/large.c
In file included from src/inspect.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/inspect.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/hpdata.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/hpdata.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/log.o src/log.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/malloc_io.o src/malloc_io.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c
In file included from src/large.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/large.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/log.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/log.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/mutex.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/mutex.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/nstime.o src/nstime.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pa.o src/pa.c
In file included from src/malloc_io.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/malloc_io.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pa_extra.o src/pa_extra.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pai.o src/pai.c
In file included from src/nstime.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/nstime.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/pa.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/pa.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/pa_extra.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/pa_extra.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pac.o src/pac.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pages.o src/pages.c
In file included from src/pai.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/pai.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/peak_event.o src/peak_event.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c
In file included from src/pages.c:5:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/pages.c:5:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/pac.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/pac.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/peak_event.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/peak_event.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof_data.o src/prof_data.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof_log.o src/prof_log.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof_recent.o src/prof_recent.c
In file included from src/prof.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/prof.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof_stats.o src/prof_stats.c
In file included from src/prof_stats.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/prof_stats.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/prof_recent.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/prof_recent.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
src/prof_recent.c:253:49: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
  253 |  if ((((&je_prof_recent_alloc_list)->qlh_first) == ((void*)0))) {
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
src/prof_recent.c:253:49: note: remove extraneous parentheses around the comparison to silence this warning
  253 |  if ((((&je_prof_recent_alloc_list)->qlh_first) == ((void*)0))) {
      |      ~                                          ^            ~
src/prof_recent.c:253:49: note: use '=' to turn this equality comparison into an assignment
  253 |  if ((((&je_prof_recent_alloc_list)->qlh_first) == ((void*)0))) {
      |                                                 ^~
      |                                                 =
src/prof_recent.c:569:38: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
  569 |  do { if ((((&temp_list)->qlh_first) == ((void*)0))) { do { ((&temp_list)->qlh_first) = ((&je_prof_recent_alloc_list)->qlh_first); do { ((&je_prof_recent_alloc_list)->qlh_first) = ((void*)0); } while (0); } while (0); } else if (!(((&je_prof_recent_alloc_list)->qlh_first) == ((void*)0))) { do { (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next = (((&temp_list)->qlh_first))->link.qre_prev; (((&temp_list)->qlh_first))->link.qre_prev = (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev; (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev = (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next; (((&temp_list)->qlh_first))->link.qre_prev->link.qre_next = (((&temp_list)->qlh_first)); (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next = (((&je_prof_recent_alloc_list)->qlh_first)); } while (0); do { ((&je_prof_recent_alloc_list)->qlh_first) = ((void*)0); } while (0); } } while (0);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
src/prof_recent.c:569:38: note: remove extraneous parentheses around the comparison to silence this warning
  569 |  do { if ((((&temp_list)->qlh_first) == ((void*)0))) { do { ((&temp_list)->qlh_first) = ((&je_prof_recent_alloc_list)->qlh_first); do { ((&je_prof_recent_alloc_list)->qlh_first) = ((void*)0); } while (0); } while (0); } else if (!(((&je_prof_recent_alloc_list)->qlh_first) == ((void*)0))) { do { (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next = (((&temp_list)->qlh_first))->link.qre_prev; (((&temp_list)->qlh_first))->link.qre_prev = (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev; (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev = (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next; (((&temp_list)->qlh_first))->link.qre_prev->link.qre_next = (((&temp_list)->qlh_first)); (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next = (((&je_prof_recent_alloc_list)->qlh_first)); } while (0); do { ((&je_prof_recent_alloc_list)->qlh_first) = ((void*)0); } while (0); } } while (0);
      |           ~                          ^            ~
src/prof_recent.c:569:38: note: use '=' to turn this equality comparison into an assignment
  569 |  do { if ((((&temp_list)->qlh_first) == ((void*)0))) { do { ((&temp_list)->qlh_first) = ((&je_prof_recent_alloc_list)->qlh_first); do { ((&je_prof_recent_alloc_list)->qlh_first) = ((void*)0); } while (0); } while (0); } else if (!(((&je_prof_recent_alloc_list)->qlh_first) == ((void*)0))) { do { (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next = (((&temp_list)->qlh_first))->link.qre_prev; (((&temp_list)->qlh_first))->link.qre_prev = (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev; (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev = (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next; (((&temp_list)->qlh_first))->link.qre_prev->link.qre_next = (((&temp_list)->qlh_first)); (((&je_prof_recent_alloc_list)->qlh_first))->link.qre_prev->link.qre_next = (((&je_prof_recent_alloc_list)->qlh_first)); } while (0); do { ((&je_prof_recent_alloc_list)->qlh_first) = ((void*)0); } while (0); } } while (0);
      |                                      ^~
      |                                      =
7 warnings generated.
In file included from src/prof_log.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/prof_log.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof_sys.o src/prof_sys.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/psset.o src/psset.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c
In file included from src/prof_data.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/prof_data.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/safety_check.o src/safety_check.c
In file included from src/rtree.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/rtree.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/prof_sys.c:3:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/prof_sys.c:3:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/safety_check.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/safety_check.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/psset.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/psset.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/sc.o src/sc.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/sec.o src/sec.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/sz.o src/sz.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c
In file included from src/sz.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/sz.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/sec.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/sec.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/test_hooks.o src/test_hooks.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/thread_event.o src/thread_event.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ticker.o src/ticker.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c
clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/witness.o src/witness.c
In file included from src/tcache.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/tcache.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/ticker.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/ticker.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/thread_event.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/thread_event.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/tsd.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/tsd.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
In file included from src/stats.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/stats.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
clang++ -std=c++17 -Wall -Wextra -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc_cpp.o src/jemalloc_cpp.cpp
ar crus lib/libjemalloc_pic.a src/jemalloc.pic.o src/arena.pic.o src/background_thread.pic.o src/base.pic.o src/bin.pic.o src/bin_info.pic.o src/bitmap.pic.o src/buf_writer.pic.o src/cache_bin.pic.o src/ckh.pic.o src/counter.pic.o src/ctl.pic.o src/decay.pic.o src/div.pic.o src/ecache.pic.o src/edata.pic.o src/edata_cache.pic.o src/ehooks.pic.o src/emap.pic.o src/eset.pic.o src/exp_grow.pic.o src/extent.pic.o src/extent_dss.pic.o src/extent_mmap.pic.o src/fxp.pic.o src/san.pic.o src/san_bump.pic.o src/hook.pic.o src/hpa.pic.o src/hpa_hooks.pic.o src/hpdata.pic.o src/inspect.pic.o src/large.pic.o src/log.pic.o src/malloc_io.pic.o src/mutex.pic.o src/nstime.pic.o src/pa.pic.o src/pa_extra.pic.o src/pai.pic.o src/pac.pic.o src/pages.pic.o src/peak_event.pic.o src/prof.pic.o src/prof_data.pic.o src/prof_log.pic.o src/prof_recent.pic.o src/prof_stats.pic.o src/prof_sys.pic.o src/psset.pic.o src/rtree.pic.o src/safety_check.pic.o src/sc.pic.o src/sec.pic.o src/stats.pic.o src/sz.pic.o src/tcache.pic.o src/test_hooks.pic.o src/thread_event.pic.o src/ticker.pic.o src/tsd.pic.o src/witness.pic.o src/jemalloc_cpp.pic.o
ar: `u' modifier ignored since `D' is the default (see `U')
clang -shared -Wl,-soname,libjemalloc.so.2  -o lib/libjemalloc.so.2 src/jemalloc.pic.o src/arena.pic.o src/background_thread.pic.o src/base.pic.o src/bin.pic.o src/bin_info.pic.o src/bitmap.pic.o src/buf_writer.pic.o src/cache_bin.pic.o src/ckh.pic.o src/counter.pic.o src/ctl.pic.o src/decay.pic.o src/div.pic.o src/ecache.pic.o src/edata.pic.o src/edata_cache.pic.o src/ehooks.pic.o src/emap.pic.o src/eset.pic.o src/exp_grow.pic.o src/extent.pic.o src/extent_dss.pic.o src/extent_mmap.pic.o src/fxp.pic.o src/san.pic.o src/san_bump.pic.o src/hook.pic.o src/hpa.pic.o src/hpa_hooks.pic.o src/hpdata.pic.o src/inspect.pic.o src/large.pic.o src/log.pic.o src/malloc_io.pic.o src/mutex.pic.o src/nstime.pic.o src/pa.pic.o src/pa_extra.pic.o src/pai.pic.o src/pac.pic.o src/pages.pic.o src/peak_event.pic.o src/prof.pic.o src/prof_data.pic.o src/prof_log.pic.o src/prof_recent.pic.o src/prof_stats.pic.o src/prof_sys.pic.o src/psset.pic.o src/rtree.pic.o src/safety_check.pic.o src/sc.pic.o src/sec.pic.o src/stats.pic.o src/sz.pic.o src/tcache.pic.o src/test_hooks.pic.o src/thread_event.pic.o src/ticker.pic.o src/tsd.pic.o src/witness.pic.o src/jemalloc_cpp.pic.o -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -lm -lstdc++ -lgcc -lm -pthread 
In file included from src/witness.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5112: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5112: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5112: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5214: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5214: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5214: note: use '=' to turn this equality comparison into an assignment
In file included from src/witness.c:2:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5186: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5186: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5186: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5390: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5390: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5390: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
ln -sf libjemalloc.so.2 lib/libjemalloc.so
In file included from src/jemalloc_cpp.cpp:10:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
In file included from include/jemalloc/internal/edata.h:7:
include/jemalloc/internal/hpdata.h:120:5079: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:120:5079: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:120:5079: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:121:5079: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:121:5079: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:121:5079: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/hpdata.h:122:5181: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/hpdata.h:122:5181: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/hpdata.h:122:5181: note: use '=' to turn this equality comparison into an assignment
In file included from src/jemalloc_cpp.cpp:10:
In file included from include/jemalloc/internal/jemalloc_internal_includes.h:51:
In file included from include/jemalloc/internal/prof_structs.h:5:
include/jemalloc/internal/edata.h:253:5153: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:253:5153: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:253:5153: note: use '=' to turn this equality comparison into an assignment
include/jemalloc/internal/edata.h:254:5357: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
include/jemalloc/internal/edata.h:254:5357: note: remove extraneous parentheses around the comparison to silence this warning
include/jemalloc/internal/edata.h:254:5357: note: use '=' to turn this equality comparison into an assignment
5 warnings generated.
ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/background_thread.o src/base.o src/bin.o src/bin_info.o src/bitmap.o src/buf_writer.o src/cache_bin.o src/ckh.o src/counter.o src/ctl.o src/decay.o src/div.o src/ecache.o src/edata.o src/edata_cache.o src/ehooks.o src/emap.o src/eset.o src/exp_grow.o src/extent.o src/extent_dss.o src/extent_mmap.o src/fxp.o src/san.o src/san_bump.o src/hook.o src/hpa.o src/hpa_hooks.o src/hpdata.o src/inspect.o src/large.o src/log.o src/malloc_io.o src/mutex.o src/nstime.o src/pa.o src/pa_extra.o src/pai.o src/pac.o src/pages.o src/peak_event.o src/prof.o src/prof_data.o src/prof_log.o src/prof_recent.o src/prof_stats.o src/prof_sys.o src/psset.o src/rtree.o src/safety_check.o src/sc.o src/sec.o src/stats.o src/sz.o src/tcache.o src/test_hooks.o src/thread_event.o src/ticker.o src/tsd.o src/witness.o src/jemalloc_cpp.o
ar: `u' modifier ignored since `D' is the default (see `U')
==> Entering fakeroot environment...
==> Starting package()...
/usr/bin/install -c -d /build/jemalloc/pkg/jemalloc/usr/bin
/usr/bin/install -c -d /build/jemalloc/pkg/jemalloc/usr/include/jemalloc
'include/jemalloc/jemalloc.h' -> '/build/jemalloc/pkg/jemalloc/usr/include/jemalloc/jemalloc.h'
/usr/bin/install -c -d /build/jemalloc/pkg/jemalloc/usr/lib
'bin/jemalloc-config' -> '/build/jemalloc/pkg/jemalloc/usr/bin/jemalloc-config'
/usr/bin/install -c -d /build/jemalloc/pkg/jemalloc/usr/lib
/usr/bin/install -c -d /build/jemalloc/pkg/jemalloc/usr/lib/pkgconfig
/usr/bin/install -c -v -m 755 lib/libjemalloc.so.2 /build/jemalloc/pkg/jemalloc/usr/lib
'bin/jemalloc.sh' -> '/build/jemalloc/pkg/jemalloc/usr/bin/jemalloc.sh'
'lib/libjemalloc.so.2' -> '/build/jemalloc/pkg/jemalloc/usr/lib/libjemalloc.so.2'
ln -sf libjemalloc.so.2 /build/jemalloc/pkg/jemalloc/usr/lib/libjemalloc.so
'bin/jeprof' -> '/build/jemalloc/pkg/jemalloc/usr/bin/jeprof'
Missing xsltproc.  doc/jemalloc.html not (re)built.
/usr/bin/install -c -d /build/jemalloc/pkg/jemalloc/usr/share/doc/jemalloc
'jemalloc.pc' -> '/build/jemalloc/pkg/jemalloc/usr/lib/pkgconfig/jemalloc.pc'
'lib/libjemalloc.a' -> '/build/jemalloc/pkg/jemalloc/usr/lib/libjemalloc.a'
Missing xsltproc.  doc/jemalloc.3 not (re)built.
/usr/bin/install -c -d /build/jemalloc/pkg/jemalloc/usr/share/man/man3
'lib/libjemalloc_pic.a' -> '/build/jemalloc/pkg/jemalloc/usr/lib/libjemalloc_pic.a'
'doc/jemalloc.3' -> '/build/jemalloc/pkg/jemalloc/usr/share/man/man3/jemalloc.3'
'doc/jemalloc.html' -> '/build/jemalloc/pkg/jemalloc/usr/share/doc/jemalloc/jemalloc.html'
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "jemalloc"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: jemalloc 1:5.3.0-5 (Wed 25 Dec 2024 09:31:56 AM MST)
==> Cleaning up...