+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/pgbouncer.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild warning: bogus date in %changelog: Sun Feb 25 2016 Devrim Gündüz - 1.7.2-1 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.NtAZ6M + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pgbouncer-1.7.2 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/pgbouncer-1.7.2.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd pgbouncer-1.7.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (pgbouncer-ini.patch):' Patch #0 (pgbouncer-ini.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file etc/pgbouncer.ini Hunk #1 succeeded at 114 (offset 55 lines). + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.66yglY + umask 022 + cd /builddir/build/BUILD + cd pgbouncer-1.7.2 + sed -i.fedora -e 's|-fomit-frame-pointer||' -e '/BININSTALL/s|-s||' configure + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share configure: WARNING: unrecognized options: --disable-dependency-tracking checking target host type... unix checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/install -c checking for grep that handles long lines and -e... /usr/bin/grep checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gcc option to accept ISO C99... none needed checking for gcc option to accept ISO Standard C... (cached) none needed checking how to run the C preprocessor... gcc -E checking whether compiler supports __func__... yes checking whether linker supports --as-needed... yes checking whether compiler supports dependency generation... yes checking for working warning switches... done checking whether ln -s works... yes checking for egrep... /usr/bin/grep -E checking for gawk... gawk checking for a sed that does not truncate output... /usr/bin/sed checking for riscv64-redhat-linux-gnu-strip... no checking for strip... strip checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for riscv64-redhat-linux-gnu-ar... no checking for ar... ar checking for riscv64-redhat-linux-gnu-pkg-config... /usr/bin/riscv64-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for rst2man... no checking for riscv64-redhat-linux-gnu-strip... strip 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 for inttypes.h... (cached) yes checking stdbool.h usability... yes checking stdbool.h presence... yes checking for stdbool.h... yes checking for unistd.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking err.h usability... yes checking err.h presence... yes checking for err.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking fnmatch.h usability... yes checking fnmatch.h presence... yes checking for fnmatch.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking xlocale.h usability... no checking xlocale.h presence... no checking for xlocale.h... no checking for ucred.h... no checking for sys/ucred.h... no checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking for sys/wait.h... (cached) yes checking for inline... inline checking for C/C++ restrict keyword... __restrict checking whether byte ordering is bigendian... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for pid_t... yes checking for uid_t in sys/types.h... yes checking for size_t... yes checking for uint8_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for strlcpy... no checking for strlcat... no checking for strnlen... yes checking for strsep... yes checking for getpeereid... no checking for sigaction... yes checking for sigqueue... yes checking for memmem... yes checking for memrchr... yes checking for mempcpy... yes checking for inet_ntop... yes checking for inet_pton... yes checking for poll... yes checking for getline... yes checking for regcomp... yes checking for err... yes checking for errx... yes checking for warn... yes checking for warnx... yes checking for getprogname... no checking for setprogname... no checking for posix_memalign... yes checking for memalign... yes checking for valloc... yes checking for explicit_bzero... yes checking for memset_s... no checking for reallocarray... yes checking for getopt... yes checking for getopt_long... yes checking for getopt_long_only... yes checking for fls... no checking for flsl... no checking for flsll... no checking for ffs... yes checking for ffsl... yes checking for ffsll... yes checking for fnmatch... yes checking for mbsnrtowcs... yes checking for nl_langinfo... yes checking for strtod_l... yes checking for strtonum... no checking for asprintf... yes checking for vasprintf... yes checking for timegm... yes checking for localtime_r... yes checking for gettimeofday... yes checking for recvmsg... yes checking for sendmsg... yes checking for usleep... yes checking for getrusage... yes checking for syslog... yes checking for mmap... yes checking for getpeerucred... no checking for arc4random_buf... no checking for getentropy... yes checking for library containing WSAGetLastError... no checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... yes checking for integer enc/dec functions... not found checking for library containing clock_gettime... none required checking for library containing getsockname... none required checking for library containing gethostbyname... none required checking for library containing hstrerror... none required checking for lstat... yes checking for libevent... found checking for event_loopbreak... yes checking for event_base_new... yes checking for evdns_base_new... yes checking whether to use c-ares for DNS lookups... auto checking for CARES... no checking whether to use libudns... no checking whether to use libevent for DNS lookups... yes checking for OpenSSL... found checking for SSL_CTX_use_certificate_chain_mem... no checking for SSL_CTX_load_verify_mem... no checking for asn1_time_parse... no checking for root CA certs... /etc/ssl/cert.pem checking whether to build debug binary... yes checking whether to enable asserts... no checking whether to fail on warnings... no configure: creating ./config.status config.status: creating config.mak config.status: creating lib/usual/config.h configure: WARNING: unrecognized options: --disable-dependency-tracking Results c-ares = no evdns = yes udns = no tls = yes + make -j4 V=1 gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/src/admin.o -MF .objs/pgbouncer/src/admin.o.d -c -o .objs/pgbouncer/src/admin.o src/admin.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/src/client.o -MF .objs/pgbouncer/src/client.o.d -c -o .objs/pgbouncer/src/client.o src/client.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/src/dnslookup.o -MF .objs/pgbouncer/src/dnslookup.o.d -c -o .objs/pgbouncer/src/dnslookup.o src/dnslookup.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/src/hba.o -MF .objs/pgbouncer/src/hba.o.d -c -o .objs/pgbouncer/src/hba.o src/hba.c In file included from include/system.h:23:0, from include/bouncer.h:23, from src/client.c:23: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from include/system.h:23:0, from include/bouncer.h:23, from src/admin.c:23: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from include/system.h:23:0, from include/bouncer.h:23, from src/dnslookup.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from include/system.h:23:0, from include/bouncer.h:23, from src/hba.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from src/admin.c:27:0: lib/usual/endian.h: In function 'usual_bswap16': lib/usual/endian.h:136:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4, 8) || __has_builtin(__builtin_bswap16) ^ lib/usual/endian.h: In function 'usual_bswap32': lib/usual/endian.h:146:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4, 3) || __has_builtin(__builtin_bswap32) ^ lib/usual/endian.h: In function 'usual_bswap64': lib/usual/endian.h:157:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4, 3) || __has_builtin(__builtin_bswap64) ^ src/client.c: In function 'handle_client_work': src/client.c:588:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (cf_disable_pqexec) { ^ src/client.c:593:2: note: here case 'F': /* FunctionCall */ ^~~~ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/src/janitor.o -MF .objs/pgbouncer/src/janitor.o.d -c -o .objs/pgbouncer/src/janitor.o src/janitor.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/src/loader.o -MF .objs/pgbouncer/src/loader.o.d -c -o .objs/pgbouncer/src/loader.o src/loader.c In file included from include/system.h:23:0, from include/bouncer.h:23, from src/janitor.c:23: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/src/main.o -MF .objs/pgbouncer/src/main.o.d -c -o .objs/pgbouncer/src/main.o src/main.c src/janitor.c: In function 'per_loop_maint': src/janitor.c:297:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (force_suspend) { ^ src/janitor.c:302:2: note: here case P_PAUSE: ^~~~ In file included from include/system.h:23:0, from include/bouncer.h:23, from src/loader.c:23: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from include/system.h:23:0, from include/bouncer.h:23, from src/main.c:23: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ src/main.c: In function 'main': src/main.c:843:4: warning: this statement may fall through [-Wimplicit-fallthrough=] usage(0, argv[0]); ^~~~~~~~~~~~~~~~~ src/main.c:844:3: note: here default: ^~~~~~~ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/src/objects.o -MF .objs/pgbouncer/src/objects.o.d -c -o .objs/pgbouncer/src/objects.o src/objects.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/src/pktbuf.o -MF .objs/pgbouncer/src/pktbuf.o.d -c -o .objs/pgbouncer/src/pktbuf.o src/pktbuf.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/src/pooler.o -MF .objs/pgbouncer/src/pooler.o.d -c -o .objs/pgbouncer/src/pooler.o src/pooler.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/src/proto.o -MF .objs/pgbouncer/src/proto.o.d -c -o .objs/pgbouncer/src/proto.o src/proto.c In file included from include/system.h:23:0, from include/bouncer.h:23, from src/objects.c:23: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from include/system.h:23:0, from include/bouncer.h:23, from src/pktbuf.c:23: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from include/system.h:23:0, from include/bouncer.h:23, from src/pooler.c:23: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from include/system.h:23:0, from include/bouncer.h:23, from src/proto.c:23: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ src/objects.c: In function 'change_client_state': src/objects.c:148:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (newstate == CL_ACTIVE) ^ src/objects.c:150:2: note: here case CL_WAITING: ^~~~ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/src/sbuf.o -MF .objs/pgbouncer/src/sbuf.o.d -c -o .objs/pgbouncer/src/sbuf.o src/sbuf.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/src/server.o -MF .objs/pgbouncer/src/server.o.d -c -o .objs/pgbouncer/src/server.o src/server.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/src/stats.o -MF .objs/pgbouncer/src/stats.o.d -c -o .objs/pgbouncer/src/stats.o src/stats.c In file included from include/system.h:23:0, from include/bouncer.h:23, from src/sbuf.c:27: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from include/system.h:23:0, from include/bouncer.h:23, from src/server.c:23: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from include/system.h:23:0, from include/bouncer.h:23, from src/stats.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ src/sbuf.c: In function 'sbuf_process_pending': src/sbuf.c:602:7: warning: this statement may fall through [-Wimplicit-fallthrough=] if (!res) ^ src/sbuf.c:605:3: note: here case ACT_SKIP: ^~~~ src/server.c: In function 'handle_server_startup': src/server.c:104:4: warning: this statement may fall through [-Wimplicit-fallthrough=] log_server_error("S: error while executing exec_on_query", pkt); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/server.c:105:3: note: here default: /* ignore rest */ ^~~~~~~ src/server.c: In function 'handle_server_work': src/server.c:275:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (server->setting_vars) { ^ src/server.c:290:2: note: here case 'C': /* CommandComplete */ ^~~~ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/src/system.o -MF .objs/pgbouncer/src/system.o.d -c -o .objs/pgbouncer/src/system.o src/system.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/src/takeover.o -MF .objs/pgbouncer/src/takeover.o.d -c -o .objs/pgbouncer/src/takeover.o src/takeover.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/src/util.o -MF .objs/pgbouncer/src/util.o.d -c -o .objs/pgbouncer/src/util.o src/util.c In file included from include/system.h:23:0, from include/bouncer.h:23, from src/system.c:23: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/src/varcache.o -MF .objs/pgbouncer/src/varcache.o.d -c -o .objs/pgbouncer/src/varcache.o src/varcache.c In file included from include/system.h:23:0, from include/bouncer.h:23, from src/takeover.c:28: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from include/system.h:23:0, from include/bouncer.h:23, from src/util.c:23: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/aatree.o -MF .objs/pgbouncer/lib/usual/aatree.o.d -c -o .objs/pgbouncer/lib/usual/aatree.o lib/usual/aatree.c In file included from include/system.h:23:0, from include/bouncer.h:23, from src/varcache.c:23: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from lib/usual/aatree.h:27:0, from lib/usual/aatree.c:46: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/base.o -MF .objs/pgbouncer/lib/usual/base.o.d -c -o .objs/pgbouncer/lib/usual/base.o lib/usual/base.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/cbtree.o -MF .objs/pgbouncer/lib/usual/cbtree.o.d -c -o .objs/pgbouncer/lib/usual/cbtree.o lib/usual/cbtree.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/cfparser.o -MF .objs/pgbouncer/lib/usual/cfparser.o.d -c -o .objs/pgbouncer/lib/usual/cfparser.o lib/usual/cfparser.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/crypto/chacha.o -MF .objs/pgbouncer/lib/usual/crypto/chacha.o.d -c -o .objs/pgbouncer/lib/usual/crypto/chacha.o lib/usual/crypto/chacha.c In file included from lib/usual/base.c:19:0: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from lib/usual/base.c:20:0: lib/usual/bits.h:84:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_clzll) ^ lib/usual/bits.h:132:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_ffsll) ^ In file included from lib/usual/cxalloc.h:45:0, from lib/usual/cbtree.h:24, from lib/usual/cbtree.c:26: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from lib/usual/cbtree.c:28:0: lib/usual/bits.h:84:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_clzll) ^ lib/usual/bits.h:132:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_ffsll) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/crypto/csrandom.o -MF .objs/pgbouncer/lib/usual/crypto/csrandom.o.d -c -o .objs/pgbouncer/lib/usual/crypto/csrandom.o lib/usual/crypto/csrandom.c In file included from lib/usual/cfparser.h:23:0, from lib/usual/cfparser.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from lib/usual/crypto/chacha.h:27:0, from lib/usual/crypto/chacha.c:23: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from lib/usual/crypto/chacha.c:25:0: lib/usual/endian.h: In function 'usual_bswap16': lib/usual/endian.h:136:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4, 8) || __has_builtin(__builtin_bswap16) ^ lib/usual/endian.h: In function 'usual_bswap32': lib/usual/endian.h:146:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4, 3) || __has_builtin(__builtin_bswap32) ^ lib/usual/endian.h: In function 'usual_bswap64': lib/usual/endian.h:157:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4, 3) || __has_builtin(__builtin_bswap64) ^ In file included from lib/usual/crypto/chacha.c:26:0: lib/usual/bits.h: At top level: lib/usual/bits.h:84:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_clzll) ^ lib/usual/bits.h:132:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_ffsll) ^ In file included from lib/usual/crypto/csrandom.h:28:0, from lib/usual/crypto/csrandom.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/crypto/digest.o -MF .objs/pgbouncer/lib/usual/crypto/digest.o.d -c -o .objs/pgbouncer/lib/usual/crypto/digest.o lib/usual/crypto/digest.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/crypto/entropy.o -MF .objs/pgbouncer/lib/usual/crypto/entropy.o.d -c -o .objs/pgbouncer/lib/usual/crypto/entropy.o lib/usual/crypto/entropy.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/crypto/keccak.o -MF .objs/pgbouncer/lib/usual/crypto/keccak.o.d -c -o .objs/pgbouncer/lib/usual/crypto/keccak.o lib/usual/crypto/keccak.c In file included from lib/usual/cxalloc.h:45:0, from lib/usual/crypto/digest.h:28, from lib/usual/crypto/digest.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from lib/usual/crypto/entropy.h:27:0, from lib/usual/crypto/entropy.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/crypto/keccak_prng.o -MF .objs/pgbouncer/lib/usual/crypto/keccak_prng.o.d -c -o .objs/pgbouncer/lib/usual/crypto/keccak_prng.o lib/usual/crypto/keccak_prng.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/crypto/md5.o -MF .objs/pgbouncer/lib/usual/crypto/md5.o.d -c -o .objs/pgbouncer/lib/usual/crypto/md5.o lib/usual/crypto/md5.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/cxalloc.o -MF .objs/pgbouncer/lib/usual/cxalloc.o.d -c -o .objs/pgbouncer/lib/usual/cxalloc.o lib/usual/cxalloc.c In file included from lib/usual/crypto/keccak.h:26:0, from lib/usual/crypto/keccak.c:39: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from lib/usual/crypto/keccak.c:40:0: lib/usual/bits.h:84:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_clzll) ^ lib/usual/bits.h:132:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_ffsll) ^ In file included from lib/usual/crypto/keccak.c:41:0: lib/usual/endian.h: In function 'usual_bswap16': lib/usual/endian.h:136:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4, 8) || __has_builtin(__builtin_bswap16) ^ lib/usual/endian.h: In function 'usual_bswap32': lib/usual/endian.h:146:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4, 3) || __has_builtin(__builtin_bswap32) ^ lib/usual/endian.h: In function 'usual_bswap64': lib/usual/endian.h:157:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4, 3) || __has_builtin(__builtin_bswap64) ^ In file included from lib/usual/crypto/keccak.h:26:0, from lib/usual/crypto/keccak_prng.h:28, from lib/usual/crypto/keccak_prng.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from lib/usual/cxalloc.h:45:0, from lib/usual/cxalloc.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from lib/usual/crypto/md5.h:28:0, from lib/usual/crypto/md5.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/cxextra.o -MF .objs/pgbouncer/lib/usual/cxextra.o.d -c -o .objs/pgbouncer/lib/usual/cxextra.o lib/usual/cxextra.c In file included from lib/usual/crypto/md5.c:22:0: lib/usual/endian.h: In function 'usual_bswap16': lib/usual/endian.h:136:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4, 8) || __has_builtin(__builtin_bswap16) ^ lib/usual/endian.h: In function 'usual_bswap32': lib/usual/endian.h:146:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4, 3) || __has_builtin(__builtin_bswap32) ^ lib/usual/endian.h: In function 'usual_bswap64': lib/usual/endian.h:157:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4, 3) || __has_builtin(__builtin_bswap64) ^ In file included from lib/usual/crypto/md5.c:23:0: lib/usual/bits.h: At top level: lib/usual/bits.h:84:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_clzll) ^ lib/usual/bits.h:132:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_ffsll) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/err.o -MF .objs/pgbouncer/lib/usual/err.o.d -c -o .objs/pgbouncer/lib/usual/err.o lib/usual/err.c In file included from lib/usual/cxalloc.h:45:0, from lib/usual/cxextra.h:25, from lib/usual/cxextra.c:6: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from lib/usual/cxextra.c:8:0: lib/usual/bits.h:84:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_clzll) ^ lib/usual/bits.h:132:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_ffsll) ^ In file included from lib/usual/err.h:27:0, from lib/usual/err.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/event.o -MF .objs/pgbouncer/lib/usual/event.o.d -c -o .objs/pgbouncer/lib/usual/event.o lib/usual/event.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/fileutil.o -MF .objs/pgbouncer/lib/usual/fileutil.o.d -c -o .objs/pgbouncer/lib/usual/fileutil.o lib/usual/fileutil.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/getopt.o -MF .objs/pgbouncer/lib/usual/getopt.o.d -c -o .objs/pgbouncer/lib/usual/getopt.o lib/usual/getopt.c In file included from lib/usual/event.h:29:0, from lib/usual/event.c:25: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from lib/usual/fileutil.h:25:0, from lib/usual/fileutil.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from lib/usual/getopt.h:40:0, from lib/usual/getopt.c:52: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/hashing/lookup3.o -MF .objs/pgbouncer/lib/usual/hashing/lookup3.o.d -c -o .objs/pgbouncer/lib/usual/hashing/lookup3.o lib/usual/hashing/lookup3.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/heap.o -MF .objs/pgbouncer/lib/usual/heap.o.d -c -o .objs/pgbouncer/lib/usual/heap.o lib/usual/heap.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/list.o -MF .objs/pgbouncer/lib/usual/list.o.d -c -o .objs/pgbouncer/lib/usual/list.o lib/usual/list.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/logging.o -MF .objs/pgbouncer/lib/usual/logging.o.d -c -o .objs/pgbouncer/lib/usual/logging.o lib/usual/logging.c In file included from lib/usual/hashing/lookup3.h:9:0, from lib/usual/hashing/lookup3.c:11: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from lib/usual/cxalloc.h:45:0, from lib/usual/heap.h:36, from lib/usual/heap.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from lib/usual/list.h:27:0, from lib/usual/list.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/mbuf.o -MF .objs/pgbouncer/lib/usual/mbuf.o.d -c -o .objs/pgbouncer/lib/usual/mbuf.o lib/usual/mbuf.c lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from lib/usual/logging.h:44:0, from lib/usual/logging.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/mempool.o -MF .objs/pgbouncer/lib/usual/mempool.o.d -c -o .objs/pgbouncer/lib/usual/mempool.o lib/usual/mempool.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/netdb.o -MF .objs/pgbouncer/lib/usual/netdb.o.d -c -o .objs/pgbouncer/lib/usual/netdb.o lib/usual/netdb.c In file included from lib/usual/mbuf.h:9:0, from lib/usual/mbuf.c:6: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/pgutil.o -MF .objs/pgbouncer/lib/usual/pgutil.o.d -c -o .objs/pgbouncer/lib/usual/pgutil.o lib/usual/pgutil.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/regex.o -MF .objs/pgbouncer/lib/usual/regex.o.d -c -o .objs/pgbouncer/lib/usual/regex.o lib/usual/regex.c In file included from lib/usual/mempool.h:24:0, from lib/usual/mempool.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ In file included from lib/usual/signal.h:30:0, from lib/usual/netdb.h:27, from lib/usual/netdb.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/safeio.o -MF .objs/pgbouncer/lib/usual/safeio.o.d -c -o .objs/pgbouncer/lib/usual/safeio.o lib/usual/safeio.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/signal.o -MF .objs/pgbouncer/lib/usual/signal.o.d -c -o .objs/pgbouncer/lib/usual/signal.o lib/usual/signal.c In file included from lib/usual/cxalloc.h:45:0, from lib/usual/string.h:25, from lib/usual/pgutil.h:27, from lib/usual/pgutil.c:8: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from lib/usual/regex.h:75:0, from lib/usual/regex.c:40: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/slab.o -MF .objs/pgbouncer/lib/usual/slab.o.d -c -o .objs/pgbouncer/lib/usual/slab.o lib/usual/slab.c In file included from lib/usual/socket.h:36:0, from lib/usual/safeio.h:24, from lib/usual/safeio.c:24: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from lib/usual/signal.h:30:0, from lib/usual/signal.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/socket.o -MF .objs/pgbouncer/lib/usual/socket.o.d -c -o .objs/pgbouncer/lib/usual/socket.o lib/usual/socket.c In file included from lib/usual/cxalloc.h:45:0, from lib/usual/slab.h:35, from lib/usual/slab.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/socket_ntop.o -MF .objs/pgbouncer/lib/usual/socket_ntop.o.d -c -o .objs/pgbouncer/lib/usual/socket_ntop.o lib/usual/socket_ntop.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/socket_pton.o -MF .objs/pgbouncer/lib/usual/socket_pton.o.d -c -o .objs/pgbouncer/lib/usual/socket_pton.o lib/usual/socket_pton.c In file included from lib/usual/socket.h:36:0, from lib/usual/socket.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/string.o -MF .objs/pgbouncer/lib/usual/string.o.d -c -o .objs/pgbouncer/lib/usual/string.o lib/usual/string.c In file included from lib/usual/socket.h:36:0, from lib/usual/socket_ntop.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/strpool.o -MF .objs/pgbouncer/lib/usual/strpool.o.d -c -o .objs/pgbouncer/lib/usual/strpool.o lib/usual/strpool.c In file included from lib/usual/socket.h:36:0, from lib/usual/socket_pton.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/time.o -MF .objs/pgbouncer/lib/usual/time.o.d -c -o .objs/pgbouncer/lib/usual/time.o lib/usual/time.c In file included from lib/usual/cxalloc.h:45:0, from lib/usual/string.h:25, from lib/usual/string.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/tls/tls.o -MF .objs/pgbouncer/lib/usual/tls/tls.o.d -c -o .objs/pgbouncer/lib/usual/tls/tls.o lib/usual/tls/tls.c In file included from lib/usual/cxalloc.h:45:0, from lib/usual/strpool.h:31, from lib/usual/strpool.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from lib/usual/time.h:27:0, from lib/usual/time.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from lib/usual/tls/tls.h:25:0, from lib/usual/tls/tls_compat.h:5, from lib/usual/tls/tls.c:18: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/tls/tls_cert.o -MF .objs/pgbouncer/lib/usual/tls/tls_cert.o.d -c -o .objs/pgbouncer/lib/usual/tls/tls_cert.o lib/usual/tls/tls_cert.c lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/tls/tls_client.o -MF .objs/pgbouncer/lib/usual/tls/tls_client.o.d -c -o .objs/pgbouncer/lib/usual/tls/tls_client.o lib/usual/tls/tls_client.c In file included from lib/usual/tls/tls.h:25:0, from lib/usual/tls/tls_compat.h:5, from lib/usual/tls/tls_cert.c:18: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/tls/tls_compat.o -MF .objs/pgbouncer/lib/usual/tls/tls_compat.o.d -c -o .objs/pgbouncer/lib/usual/tls/tls_compat.o lib/usual/tls/tls_compat.c In file included from lib/usual/tls/tls.h:25:0, from lib/usual/tls/tls_compat.h:5, from lib/usual/tls/tls_client.c:18: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/tls/tls.c: In function 'tls_deinit': lib/usual/tls/tls.c:70:3: warning: 'ERR_remove_thread_state' is deprecated [-Wdeprecated-declarations] ERR_remove_thread_state(NULL); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/ct.h:13:0, from /usr/include/openssl/ssl.h:61, from lib/usual/tls/tls_compat.h:14, from lib/usual/tls/tls.c:18: /usr/include/openssl/err.h:247:1: note: declared here DEPRECATEDIN_1_1_0(void ERR_remove_thread_state(void *)) ^ In file included from lib/usual/tls/tls.h:25:0, from lib/usual/tls/tls_compat.h:5, from lib/usual/tls/tls_compat.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/tls/tls_cert.c: In function 'tls_parse_asn1string': lib/usual/tls/tls_cert.c:137:2: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] data = ASN1_STRING_data(a1str); ^~~~ In file included from /usr/include/openssl/bn.h:31:0, from /usr/include/openssl/asn1.h:24, from /usr/include/openssl/objects.h:916, from /usr/include/openssl/evp.h:27, from /usr/include/openssl/x509.h:23, from /usr/include/openssl/ssl.h:50, from lib/usual/tls/tls_compat.h:14, from lib/usual/tls/tls_cert.c:18: /usr/include/openssl/asn1.h:553:1: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^ lib/usual/tls/tls_cert.c:191:3: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] data = ASN1_STRING_data(a1utf); ^~~~ In file included from /usr/include/openssl/bn.h:31:0, from /usr/include/openssl/asn1.h:24, from /usr/include/openssl/objects.h:916, from /usr/include/openssl/evp.h:27, from /usr/include/openssl/x509.h:23, from /usr/include/openssl/ssl.h:50, from lib/usual/tls/tls_compat.h:14, from lib/usual/tls/tls_cert.c:18: /usr/include/openssl/asn1.h:553:1: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^ lib/usual/tls/tls_cert.c: In function 'tls_load_alt_ipaddr': lib/usual/tls/tls_cert.c:283:2: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] data = ASN1_STRING_data(bin); ^~~~ In file included from /usr/include/openssl/bn.h:31:0, from /usr/include/openssl/asn1.h:24, from /usr/include/openssl/objects.h:916, from /usr/include/openssl/evp.h:27, from /usr/include/openssl/x509.h:23, from /usr/include/openssl/ssl.h:50, from lib/usual/tls/tls_compat.h:14, from lib/usual/tls/tls_cert.c:18: /usr/include/openssl/asn1.h:553:1: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/tls/tls_config.o -MF .objs/pgbouncer/lib/usual/tls/tls_config.o.d -c -o .objs/pgbouncer/lib/usual/tls/tls_config.o lib/usual/tls/tls_config.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/tls/tls_conninfo.o -MF .objs/pgbouncer/lib/usual/tls/tls_conninfo.o.d -c -o .objs/pgbouncer/lib/usual/tls/tls_conninfo.o lib/usual/tls/tls_conninfo.c In file included from lib/usual/tls/tls.h:25:0, from lib/usual/tls/tls_compat.h:5, from lib/usual/tls/tls_config.c:18: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from lib/usual/tls/tls.h:25:0, from lib/usual/tls/tls_compat.h:5, from lib/usual/tls/tls_conninfo.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/tls/tls_ocsp.o -MF .objs/pgbouncer/lib/usual/tls/tls_ocsp.o.d -c -o .objs/pgbouncer/lib/usual/tls/tls_ocsp.o lib/usual/tls/tls_ocsp.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/tls/tls_peer.o -MF .objs/pgbouncer/lib/usual/tls/tls_peer.o.d -c -o .objs/pgbouncer/lib/usual/tls/tls_peer.o lib/usual/tls/tls_peer.c In file included from lib/usual/tls/tls.h:25:0, from lib/usual/tls/tls_compat.h:5, from lib/usual/tls/tls_ocsp.c:17: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from lib/usual/tls/tls.h:25:0, from lib/usual/tls/tls_compat.h:5, from lib/usual/tls/tls_peer.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/tls/tls_server.o -MF .objs/pgbouncer/lib/usual/tls/tls_server.o.d -c -o .objs/pgbouncer/lib/usual/tls/tls_server.o lib/usual/tls/tls_server.c gcc -DHAVE_CONFIG_H -Iinclude -Ilib -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized -MD -MP -MT .objs/pgbouncer/lib/usual/tls/tls_util.o -MF .objs/pgbouncer/lib/usual/tls/tls_util.o.d -c -o .objs/pgbouncer/lib/usual/tls/tls_util.o lib/usual/tls/tls_util.c lib/usual/tls/tls_ocsp.c: In function 'tls_ocsp_get_certid': lib/usual/tls/tls_ocsp.c:167:17: error: storage size of 'storectx' isn't known X509_STORE_CTX storectx; ^~~~~~~~ lib/usual/tls/tls_ocsp.c:168:14: error: storage size of 'tmpobj' isn't known X509_OBJECT tmpobj; ^~~~~~ lib/usual/tls/tls_ocsp.c:168:14: warning: unused variable 'tmpobj' [-Wunused-variable] lib/usual/tls/tls_ocsp.c:167:17: warning: unused variable 'storectx' [-Wunused-variable] X509_STORE_CTX storectx; ^~~~~~~~ make: *** [/builddir/build/BUILD/pgbouncer-1.7.2/lib/mk/antimake.mk:1223: .objs/pgbouncer/lib/usual/tls/tls_ocsp.o] Error 1 make: *** Waiting for unfinished jobs.... In file included from lib/usual/tls/tls.h:25:0, from lib/usual/tls/tls_compat.h:5, from lib/usual/tls/tls_server.c:18: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ In file included from lib/usual/tls/tls.h:25:0, from lib/usual/tls/tls_compat.h:5, from lib/usual/tls/tls_util.c:19: lib/usual/base.h:215:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(warn_unused_result) ^ lib/usual/base.h:222:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(deprecated) ^ lib/usual/base.h:229:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(printf) ^ lib/usual/base.h:236:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(malloc) ^ lib/usual/base.h:243:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(unused) ^ lib/usual/base.h:250:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noinline) ^ lib/usual/base.h:257:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_attribute(noreturn) ^ lib/usual/base.h:264:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ lib/usual/base.h:271:23: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if _COMPILER_GNUC(4,0) || __has_builtin(__builtin_expect) ^ error: Bad exit status from /var/tmp/rpm-tmp.66yglY (%build) RPM build errors: bogus date in %changelog: Sun Feb 25 2016 Devrim Gündüz - 1.7.2-1 Bad exit status from /var/tmp/rpm-tmp.66yglY (%build) ++ cleanup ++ set +e ++ sync ++ sleep 5 ++ sync ++ poweroff Terminated +++ cleanup +++ set +e +++ sync ++++ cleanup ++++ set +e ++++ sync ++++ sleep 5 ++++ sync ++++ poweroff