=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for gnutls-3.8.0nb1 /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0' Making all in gl gmake[2]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/gl' GEN alloca.h GEN arpa/inet.h GEN assert.h GEN byteswap.h GEN errno.h GEN fcntl.h GEN malloc/scratch_buffer.gl.h GEN inttypes.h GEN limits.h GEN netdb.h GEN stdckdint.h GEN stdint.h GEN stdio.h GEN stdlib.h GEN string.h GEN strings.h GEN sys/socket.h GEN sys/stat.h GEN sys/time.h GEN sys/types.h GEN sys/uio.h GEN time.h GEN unistd.h GEN wchar.h /usr/pkg/bin/gmake all-recursive gmake[3]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/gl' gmake[4]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/gl' CC libgnu_la-basename-lgpl.lo CC libgnu_la-bitrotate.lo CC libgnu_la-c-ctype.lo CC libgnu_la-c-strcasecmp.lo CC libgnu_la-c-strncasecmp.lo CC libgnu_la-canonicalize-lgpl.lo CC libgnu_la-cloexec.lo CC libgnu_la-dirname-lgpl.lo CC libgnu_la-stripslash.lo CC libgnu_la-explicit_bzero.lo CC libgnu_la-fcntl.lo CC libgnu_la-fd-hook.lo CC libgnu_la-free.lo CC malloc/libgnu_la-scratch_buffer_grow.lo CC malloc/libgnu_la-scratch_buffer_grow_preserve.lo CC malloc/libgnu_la-scratch_buffer_set_array_size.lo CC libgnu_la-hash.lo CC libgnu_la-hash-pjw-bare.lo CC libgnu_la-gl_linkedhash_list.lo CC libgnu_la-gl_list.lo CC glthread/libgnu_la-lock.lo CC libgnu_la-malloca.lo CC libgnu_la-mempcpy.lo CC libgnu_la-rawmemchr.lo CC libgnu_la-read-file.lo CC libgnu_la-secure_getenv.lo CC libgnu_la-stat-time.lo CC libgnu_la-strverscmp.lo CC libgnu_la-sys_socket.lo CC glthread/libgnu_la-threadlib.lo CC glthread/libgnu_la-tls.lo CC libgnu_la-unistd.lo CC libgnu_la-xsize.lo CC asnprintf.lo CC malloc.lo CC printf-args.lo CC printf-parse.lo CC realloc.lo CC vasnprintf.lo CCLD libgnu.la gmake[4]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/gl' gmake[3]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/gl' gmake[2]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/gl' Making all in lib gmake[2]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/lib' /usr/pkg/bin/gmake all-recursive gmake[3]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/lib' Making all in includes gmake[4]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/lib/includes' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/lib/includes' Making all in x509 gmake[4]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/lib/x509' /usr/pkg/bin/gmake all-am gmake[5]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/lib/x509' CC common.lo CC key_encode.lo CC key_decode.lo CC time.lo CC crl.lo CC crl_write.lo CC crq.lo CC dn.lo CC attributes.lo CC prov-seed.lo CC extensions.lo CC mpi.lo CC output.lo output.c: In function 'print_time': output.c:472:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'time_t {aka long long int}' [-Wformat=] addf(str, "error: gmtime_r (%lu)\n", timestamp); ^ output.c:477:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'time_t {aka long long int}' [-Wformat=] addf(str, "error: strftime (%lu)\n", timestamp); ^ CC pkcs12.lo In file included from pkcs12.c:28:0: pkcs12.c: In function 'make_chain': ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pkcs12.c:1463:17: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(*chain_len, 1))) { ^ ./../../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pkcs12.c:1463:17: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(*chain_len, 1))) { ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pkcs12.c:1463:17: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(*chain_len, 1))) { ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM' _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b))) ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pkcs12.c:1463:17: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(*chain_len, 1))) { ^ ./../../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 ? (b) <= (a) + (b) \ ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pkcs12.c:1463:17: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(*chain_len, 1))) { ^ pkcs12.c: In function 'gnutls_pkcs12_simple_parse': ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pkcs12.c:1790:11: note: in expansion of macro 'INT_ADD_OVERFLOW' (INT_ADD_OVERFLOW ^ ./../../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pkcs12.c:1790:11: note: in expansion of macro 'INT_ADD_OVERFLOW' (INT_ADD_OVERFLOW ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pkcs12.c:1790:11: note: in expansion of macro 'INT_ADD_OVERFLOW' (INT_ADD_OVERFLOW ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM' _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b))) ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pkcs12.c:1790:11: note: in expansion of macro 'INT_ADD_OVERFLOW' (INT_ADD_OVERFLOW ^ ./../../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 ? (b) <= (a) + (b) \ ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pkcs12.c:1790:11: note: in expansion of macro 'INT_ADD_OVERFLOW' (INT_ADD_OVERFLOW ^ CC pkcs12_bag.lo CC pkcs12_encr.lo CC pkcs7.lo CC pkcs7-attrs.lo CC pkcs7-crypt.lo CC privkey.lo CC privkey_pkcs8.lo CC privkey_pkcs8_pbes1.lo CC privkey_openssl.lo CC hostname-verify.lo CC sign.lo CC verify.lo CC x509.lo CC x509_dn.lo CC x509_write.lo CC name_constraints.lo CC verify-high.lo In file included from verify-high.c:24:0: verify-high.c: In function 'trust_list_add_compat': ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ verify-high.c:234:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(list->keep_certs_size, 1))) { ^ ./../../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ verify-high.c:234:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(list->keep_certs_size, 1))) { ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ verify-high.c:234:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(list->keep_certs_size, 1))) { ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM' _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b))) ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ verify-high.c:234:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(list->keep_certs_size, 1))) { ^ ./../../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 ? (b) <= (a) + (b) \ ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ verify-high.c:234:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(list->keep_certs_size, 1))) { ^ verify-high.c: In function 'gnutls_x509_trust_list_add_cas': ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ verify-high.c:331:8: note: in expansion of macro 'INT_ADD_OVERFLOW' (INT_ADD_OVERFLOW(list->node[hash].trusted_ca_size, 1))) { ^ ./../../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ verify-high.c:331:8: note: in expansion of macro 'INT_ADD_OVERFLOW' (INT_ADD_OVERFLOW(list->node[hash].trusted_ca_size, 1))) { ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ verify-high.c:331:8: note: in expansion of macro 'INT_ADD_OVERFLOW' (INT_ADD_OVERFLOW(list->node[hash].trusted_ca_size, 1))) { ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM' _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b))) ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ verify-high.c:331:8: note: in expansion of macro 'INT_ADD_OVERFLOW' (INT_ADD_OVERFLOW(list->node[hash].trusted_ca_size, 1))) { ^ ./../../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 ? (b) <= (a) + (b) \ ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ verify-high.c:331:8: note: in expansion of macro 'INT_ADD_OVERFLOW' (INT_ADD_OVERFLOW(list->node[hash].trusted_ca_size, 1))) { ^ verify-high.c: In function 'gnutls_x509_trust_list_remove_cas': ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ verify-high.c:638:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(list->distrusted_size, 1))) { ^ ./../../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ verify-high.c:638:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(list->distrusted_size, 1))) { ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ verify-high.c:638:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(list->distrusted_size, 1))) { ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM' _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b))) ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ verify-high.c:638:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(list->distrusted_size, 1))) { ^ ./../../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 ? (b) <= (a) + (b) \ ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ verify-high.c:638:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(list->distrusted_size, 1))) { ^ verify-high.c: In function 'gnutls_x509_trust_list_add_named_crt': ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ verify-high.c:703:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(list->node[hash].named_cert_size, 1))) { ^ ./../../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ verify-high.c:703:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(list->node[hash].named_cert_size, 1))) { ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ verify-high.c:703:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(list->node[hash].named_cert_size, 1))) { ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM' _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b))) ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ verify-high.c:703:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(list->node[hash].named_cert_size, 1))) { ^ ./../../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 ? (b) <= (a) + (b) \ ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ verify-high.c:703:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(list->node[hash].named_cert_size, 1))) { ^ verify-high.c: In function 'gnutls_x509_trust_list_add_crls': ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ verify-high.c:830:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(list->node[hash].crl_size, 1))) { ^ ./../../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ verify-high.c:830:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(list->node[hash].crl_size, 1))) { ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ verify-high.c:830:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(list->node[hash].crl_size, 1))) { ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM' _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b))) ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ verify-high.c:830:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(list->node[hash].crl_size, 1))) { ^ ./../../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 ? (b) <= (a) + (b) \ ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ verify-high.c:830:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(list->node[hash].crl_size, 1))) { ^ CC verify-high2.lo CC x509_ext.lo In file included from x509_ext.c:25:0: x509_ext.c: In function 'subject_alt_names_set': ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ x509_ext.c:142:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(*size, 1))) { ^ ./../../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ x509_ext.c:142:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(*size, 1))) { ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ x509_ext.c:142:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(*size, 1))) { ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM' _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b))) ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ x509_ext.c:142:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(*size, 1))) { ^ ./../../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 ? (b) <= (a) + (b) \ ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ x509_ext.c:142:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(*size, 1))) { ^ x509_ext.c: In function 'crl_dist_points_set': ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ x509_ext.c:2381:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(cdp->size, 1))) { ^ ./../../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ x509_ext.c:2381:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(cdp->size, 1))) { ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ x509_ext.c:2381:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(cdp->size, 1))) { ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM' _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b))) ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ x509_ext.c:2381:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(cdp->size, 1))) { ^ ./../../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 ? (b) <= (a) + (b) \ ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ x509_ext.c:2381:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(cdp->size, 1))) { ^ x509_ext.c: In function 'gnutls_x509_aia_set': ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ x509_ext.c:2802:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(aia->size, 1))) { ^ ./../../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ x509_ext.c:2802:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(aia->size, 1))) { ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ x509_ext.c:2802:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(aia->size, 1))) { ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM' _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b))) ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ x509_ext.c:2802:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(aia->size, 1))) { ^ ./../../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 ? (b) <= (a) + (b) \ ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ x509_ext.c:2802:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(aia->size, 1))) { ^ x509_ext.c: In function 'parse_aia': ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ x509_ext.c:2858:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(aia->size, 1))) { ^ ./../../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ x509_ext.c:2858:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(aia->size, 1))) { ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ x509_ext.c:2858:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(aia->size, 1))) { ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM' _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b))) ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ x509_ext.c:2858:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(aia->size, 1))) { ^ ./../../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 ? (b) <= (a) + (b) \ ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ x509_ext.c:2858:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(aia->size, 1))) { ^ CC email-verify.lo CC pkcs7-output.lo CC virt-san.lo CC spki.lo CC tls_features.lo CC krb5.lo CC ip.lo CC ocsp.lo In file included from ocsp.c:27:0: ocsp.c: In function 'gnutls_ocsp_resp_get_certs': ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ ocsp.c:1891:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(ctr, 2))) { ^ ./../../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ ocsp.c:1891:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(ctr, 2))) { ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ ocsp.c:1891:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(ctr, 2))) { ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM' _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b))) ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ ocsp.c:1891:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(ctr, 2))) { ^ ./../../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 ? (b) <= (a) + (b) \ ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ ocsp.c:1891:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(ctr, 2))) { ^ ocsp.c: In function 'gnutls_ocsp_resp_list_import2': ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ ocsp.c:2470:17: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(*size, 1))) { ^ ./../../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ ocsp.c:2470:17: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(*size, 1))) { ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ ocsp.c:2470:17: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(*size, 1))) { ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM' _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b))) ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ ocsp.c:2470:17: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(*size, 1))) { ^ ./../../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 ? (b) <= (a) + (b) \ ^ ./../gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ ocsp.c:2470:17: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(*size, 1))) { ^ CC ocsp_output.lo CCLD libgnutls_x509.la gmake[5]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/lib/x509' gmake[4]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/lib/x509' Making all in auth gmake[4]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/lib/auth' CC anon.lo CC cert.lo In file included from cert.c:28:0: cert.c: In function 'find_x509_client_cert': ./../gnutls_int.h:242:51: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] # define DECR_LENGTH_COM(len, x, COM) do { if (len= 0 is always true [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ ^ ./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ ^ ./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ ^ ./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ ^ ./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((b) < 0 \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((b) < 0 \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ ^ ./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ ^ ./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ ^ ./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ ^ ./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ ^ ./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ ^ ./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ ^ ./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((b) < 0 \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:263:8: note: in expansion of macro '_GL_EXPR_SIGNED' ? (_GL_EXPR_SIGNED (*(r)) \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((b) < 0 \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((b) < 0 \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:272:9: note: in expansion of macro '_GL_EXPR_SIGNED' ? (_GL_EXPR_SIGNED (*(r)) \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((b) < 0 \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((b) < 0 \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:277:9: note: in expansion of macro '_GL_EXPR_SIGNED' : (_GL_EXPR_SIGNED (*(r)) \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((b) < 0 \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:346:71: warning: comparison is always false due to limited range of data type [-Wtype-limits] ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:349:52: warning: comparison is always false due to limited range of data type [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:349:69: warning: comparison is always false due to limited range of data type [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:352:71: warning: comparison is always false due to limited range of data type [-Wtype-limits] ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:355:63: warning: comparison is always false due to limited range of data type [-Wtype-limits] || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:356:21: warning: comparison is always false due to limited range of data type [-Wtype-limits] && (tmax) < (a) + (b))) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:357:13: warning: comparison is always false due to limited range of data type [-Wtype-limits] : (tmax) < (b) || (tmax) - (b) < (a)) ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((b) < 0 \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:349:52: warning: comparison is always false due to limited range of data type [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:349:69: warning: comparison is always false due to limited range of data type [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:355:63: warning: comparison is always false due to limited range of data type [-Wtype-limits] || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:356:21: warning: comparison is always false due to limited range of data type [-Wtype-limits] && (tmax) < (a) + (b))) \ ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ ./../../gl/intprops-internal.h:357:13: warning: comparison is always false due to limited range of data type [-Wtype-limits] : (tmax) < (b) || (tmax) - (b) < (a)) ^ ./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(*counter, size, &sum) || ^ cipher.c:130:10: warning: comparison is always false due to limited range of data type [-Wtype-limits] sum > AES_GCM_ENCRYPT_MAX_BYTES) { ^ CC init.lo CC prf.lo CC rnd.lo CC int/rsa-keygen-fips186.lo CC int/provable-prime.lo CC int/dsa-keygen-fips186.lo CC int/dsa-validate.lo CC int/tls1-prf.lo CC int/dsa-compute-k.lo CC int/ecdsa-compute-k.lo CC int/mpn-base256.lo CC int/rsa-pad.lo CC sysrng-netbsd.lo CC rnd-fuzzer.lo CC gost/write-le32.lo CC gost/gost28147.lo CC gost/gost-wrap.lo CC gost/streebog.lo CC gost/streebog-meta.lo CC gost/hmac-streebog.lo CC gost/bignum-le.lo CC gost/gostdsa-mask.lo CC gost_keywrap.lo CC gost/magma.lo CC gost/kuznyechik.lo CC gost/acpkm.lo CC gost/cmac-magma.lo CC gost/cmac-kuznyechik.lo CCLD libcrypto.la gmake[4]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/lib/nettle' gmake[4]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/lib' CC range.lo CC record.lo In file included from record.c:58:0: record.c: In function 'gnutls_record_send_file': ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops.h:186:6: note: in definition of macro '_GL_ADD_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ record.c:2249:7: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(sent, ret)) { ^ ./../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ record.c:2249:7: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(sent, ret)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops.h:116:13: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW' ? (a) < (min) - (b) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ record.c:2249:7: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(sent, ret)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops.h:117:7: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW' : (max) - (b) < (a)) ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM' _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b))) ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ record.c:2249:7: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(sent, ret)) { ^ ./../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 ? (b) <= (a) + (b) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ record.c:2249:7: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(sent, ret)) { ^ ./../gl/intprops.h:189:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] : (a) + (b) < (b)) ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ record.c:2249:7: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(sent, ret)) { ^ In file included from record.c:33:0: ./../gl/intprops.h:115:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((b) < 0 \ ^ gnutls_int.h:72:44: note: in definition of macro 'likely' # define likely(x) __builtin_expect((x), 1) ^ ./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ record.c:2261:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (likely(!INT_ADD_OVERFLOW(*offset, sent))) { ^ ./../gl/intprops.h:188:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (b) < 0 ? (a) <= (a) + (b) \ ^ gnutls_int.h:72:44: note: in definition of macro 'likely' # define likely(x) __builtin_expect((x), 1) ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ record.c:2261:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (likely(!INT_ADD_OVERFLOW(*offset, sent))) { ^ CC compress.lo CC debug.lo CC cipher.lo CC handshake-tls13.lo CC mbuffers.lo CC buffers.lo CC handshake.lo CC errors.lo CC dh.lo CC kx.lo kx.c:134:9: warning: unknown option after '#pragma GCC diagnostic' kind [-Wpragmas] #pragma GCC diagnostic ignored "-Wanalyzer-file-leak" ^ CC cipher-cbc.lo CC priority.lo priority.c: In function 'gnutls_priority_init2': priority.c:3161:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (err_pos && diff > hlen) { ^ CC hash_int.lo CC cipher_int.lo CC session.lo CC db.lo In file included from db.c:33:0: db.c: In function 'gnutls_db_check_entry_expire_time': ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops.h:186:6: note: in definition of macro '_GL_ADD_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ db.c:223:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(t, e)) ^ ./../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ db.c:223:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(t, e)) ^ ./../gl/intprops.h:115:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((b) < 0 \ ^ ./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ db.c:223:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(t, e)) ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops.h:116:13: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW' ? (a) < (min) - (b) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ db.c:223:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(t, e)) ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops.h:117:7: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW' : (max) - (b) < (a)) ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM' _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b))) ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ db.c:223:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(t, e)) ^ ./../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 ? (b) <= (a) + (b) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ db.c:223:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(t, e)) ^ ./../gl/intprops.h:188:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (b) < 0 ? (a) <= (a) + (b) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ db.c:223:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(t, e)) ^ CC x509_b64.lo CC hello_ext.lo In file included from hello_ext.c:29:0: hello_ext.c: In function 'gnutls_session_ext_register': ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ hello_ext.c:966:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(session->internals.rexts_size, 1))) { ^ ./../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ hello_ext.c:966:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(session->internals.rexts_size, 1))) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ hello_ext.c:966:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(session->internals.rexts_size, 1))) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM' _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b))) ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ hello_ext.c:966:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(session->internals.rexts_size, 1))) { ^ ./../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 ? (b) <= (a) + (b) \ ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ hello_ext.c:966:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(session->internals.rexts_size, 1))) { ^ CC auth.lo CC sslv2_compat.lo CC datum.lo CC session_pack.lo CC mpi.lo CC pk.lo CC cert-cred.lo In file included from cert-cred.c:28:0: cert-cred.c: In function '_gnutls_certificate_credential_append_keypair': ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ cert-cred.c:57:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(res->ncerts, 1))) { ^ ./../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ cert-cred.c:57:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(res->ncerts, 1))) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ cert-cred.c:57:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(res->ncerts, 1))) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM' _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b))) ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ cert-cred.c:57:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(res->ncerts, 1))) { ^ ./../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 ? (b) <= (a) + (b) \ ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ cert-cred.c:57:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(res->ncerts, 1))) { ^ CC global.lo CC constate.lo CC anon_cred.lo CC pkix_asn1_tab.lo CC gnutls_asn1_tab.lo CC mem.lo CC fingerprint.lo CC tls-sig.lo CC ecc.lo CC alert.lo CC privkey_raw.lo CC system/certs.lo CC system/threads.lo CC system/fastopen.lo CC system/sockets.lo CC str-iconv.lo CC system.lo CC profiles.lo CC inih/ini.lo CC str.lo CC str-unicode.lo CC str-idna.lo CC state.lo CC cert-cred-x509.lo CC file.lo CC supplemental.lo In file included from supplemental.c:46:0: supplemental.c: In function '_gnutls_supplemental_register': ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ supplemental.c:255:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(suppfunc_size, 1))) { ^ ./../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ supplemental.c:255:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(suppfunc_size, 1))) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ supplemental.c:255:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(suppfunc_size, 1))) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM' _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b))) ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ supplemental.c:255:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(suppfunc_size, 1))) { ^ ./../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 ? (b) <= (a) + (b) \ ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ supplemental.c:255:15: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(suppfunc_size, 1))) { ^ CC random.lo CC crypto-api.lo In file included from ./../gl/intprops.h:21:0, from crypto-api.c:35: crypto-api.c: In function 'gnutls_cipher_encrypt3': ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ ^ ./../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ ^ ./../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ ^ ./../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ ^ ./../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ ^ ./../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ ^ ./../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ ^ ./../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ ^ ./../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ ^ ./../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ ^ ./../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ ^ ./../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ ^ ./../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ^ ./../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH' ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:263:8: note: in expansion of macro '_GL_EXPR_SIGNED' ? (_GL_EXPR_SIGNED (*(r)) \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:348:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] : (a) <= -1 - (b)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:357:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] : (tmax) < (b) || (tmax) - (b) < (a)) ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:272:9: note: in expansion of macro '_GL_EXPR_SIGNED' ? (_GL_EXPR_SIGNED (*(r)) \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:277:9: note: in expansion of macro '_GL_EXPR_SIGNED' : (_GL_EXPR_SIGNED (*(r)) \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:346:71: warning: comparison is always false due to limited range of data type [-Wtype-limits] ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:349:52: warning: comparison is always false due to limited range of data type [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:349:69: warning: comparison is always false due to limited range of data type [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:352:71: warning: comparison is always false due to limited range of data type [-Wtype-limits] ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:355:63: warning: comparison is always false due to limited range of data type [-Wtype-limits] || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:356:21: warning: comparison is always false due to limited range of data type [-Wtype-limits] && (tmax) < (a) + (b))) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:357:13: warning: comparison is always false due to limited range of data type [-Wtype-limits] : (tmax) < (b) || (tmax) - (b) < (a)) ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:349:52: warning: comparison is always false due to limited range of data type [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:349:69: warning: comparison is always false due to limited range of data type [-Wtype-limits] || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED' ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED' || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ ./../gl/intprops-internal.h:356:21: warning: comparison is always false due to limited range of data type [-Wtype-limits] && (tmax) < (a) + (b))) \ ^ ./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ ./../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC' : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ ./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ ./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW) ^ ./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV' #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r) ^ ./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV' #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r)) ^ crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK' if (!INT_ADD_OK(ptext_len, block_size, &n)) { ^ In file included from crypto-api.c:35:0: crypto-api.c: In function 'iov_store_grow': ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops.h:186:6: note: in definition of macro '_GL_ADD_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ crypto-api.c:1327:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(new_capacity, length)) { ^ ./../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ crypto-api.c:1327:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(new_capacity, length)) { ^ ./../gl/intprops.h:115:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((b) < 0 \ ^ ./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ crypto-api.c:1327:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(new_capacity, length)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops.h:116:13: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW' ? (a) < (min) - (b) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ crypto-api.c:1327:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(new_capacity, length)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops.h:117:7: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW' : (max) - (b) < (a)) ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM' _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b))) ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ crypto-api.c:1327:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(new_capacity, length)) { ^ ./../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 ? (b) <= (a) + (b) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ crypto-api.c:1327:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(new_capacity, length)) { ^ ./../gl/intprops.h:188:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (b) < 0 ? (a) <= (a) + (b) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ crypto-api.c:1327:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(new_capacity, length)) { ^ crypto-api.c: In function 'append_from_iov': ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops.h:186:6: note: in definition of macro '_GL_ADD_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ crypto-api.c:1350:8: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(new_capacity, iov[i].iov_len)) { ^ ./../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ crypto-api.c:1350:8: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(new_capacity, iov[i].iov_len)) { ^ ./../gl/intprops.h:115:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((b) < 0 \ ^ ./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ crypto-api.c:1350:8: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(new_capacity, iov[i].iov_len)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops.h:116:13: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW' ? (a) < (min) - (b) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ crypto-api.c:1350:8: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(new_capacity, iov[i].iov_len)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops.h:117:7: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW' : (max) - (b) < (a)) ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM' _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b))) ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ crypto-api.c:1350:8: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(new_capacity, iov[i].iov_len)) { ^ ./../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 ? (b) <= (a) + (b) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ crypto-api.c:1350:8: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(new_capacity, iov[i].iov_len)) { ^ ./../gl/intprops.h:188:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (b) < 0 ? (a) <= (a) + (b) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ crypto-api.c:1350:8: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(new_capacity, iov[i].iov_len)) { ^ CC privkey.lo CC pcert.lo CC pubkey.lo CC locks.lo CC dtls.lo CC system_override.lo CC crypto-backend.lo CC verify-tofu.lo CC pin.lo CC tpm.lo CC fips.lo CC safe-memfuncs.lo CC atfork.lo CC randomart.lo CC urls.lo CC prf.lo CC auto-verify.lo CC dh-session.lo CC cert-session.lo CC handshake-checks.lo CC dtls-sw.lo CC dh-primes.lo CC openpgp_compat.lo CC crypto-selftests.lo CC crypto-selftests-pk.lo CC secrets.lo CC extv.lo CC hello_ext_lib.lo CC ocsp-api.lo CC stek.lo CC cert-cred-rawpk.lo CC iov.lo CC system/ktls.lo CC pathbuf.lo In file included from pathbuf.c:29:0: pathbuf.c: In function 'pathbuf_reserve': ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops.h:186:6: note: in definition of macro '_GL_ADD_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pathbuf.c:38:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(len, to_add)) { ^ ./../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pathbuf.c:38:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(len, to_add)) { ^ ./../gl/intprops.h:115:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((b) < 0 \ ^ ./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pathbuf.c:38:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(len, to_add)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops.h:116:13: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW' ? (a) < (min) - (b) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pathbuf.c:38:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(len, to_add)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops.h:117:7: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW' : (max) - (b) < (a)) ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM' _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b))) ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pathbuf.c:38:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(len, to_add)) { ^ ./../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 ? (b) <= (a) + (b) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pathbuf.c:38:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(len, to_add)) { ^ ./../gl/intprops.h:188:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (b) < 0 ? (a) <= (a) + (b) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pathbuf.c:38:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(len, to_add)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops.h:186:6: note: in definition of macro '_GL_ADD_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pathbuf.c:44:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(len, 1)) { ^ ./../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pathbuf.c:44:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(len, 1)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops.h:116:13: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW' ? (a) < (min) - (b) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pathbuf.c:44:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(len, 1)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops.h:117:7: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW' : (max) - (b) < (a)) ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM' _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b))) ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pathbuf.c:44:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(len, 1)) { ^ ./../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 ? (b) <= (a) + (b) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pathbuf.c:44:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(len, 1)) { ^ pathbuf.c: In function '_gnutls_pathbuf_append': ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops.h:186:6: note: in definition of macro '_GL_ADD_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pathbuf.c:104:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(len, 1)) { ^ ./../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pathbuf.c:104:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(len, 1)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops.h:116:13: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW' ? (a) < (min) - (b) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pathbuf.c:104:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(len, 1)) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ ./../gl/intprops.h:117:7: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW' : (max) - (b) < (a)) ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM' _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b))) ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pathbuf.c:104:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(len, 1)) { ^ ./../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 ? (b) <= (a) + (b) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pathbuf.c:104:6: note: in expansion of macro 'INT_ADD_OVERFLOW' if (INT_ADD_OVERFLOW(len, 1)) { ^ CC vko.lo CC system/keys-dummy.lo CC tls13/encrypted_extensions.lo CC tls13/certificate_request.lo CC tls13/certificate_verify.lo CC tls13-sig.lo CC tls13/finished.lo CC tls13/key_update.lo CC tls13/hello_retry.lo CC tls13/session_ticket.lo CC tls13/certificate.lo CC tls13/early_data.lo CC tls13/post_handshake.lo CC tls13/psk_ext_parser.lo CC tls13/anti_replay.lo CC pkcs11.lo In file included from pkcs11.c:28:0: pkcs11.c: In function 'find_multi_objs_cb': ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pkcs11.c:3290:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(find_data->current, count))) { ^ ./../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pkcs11.c:3290:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(find_data->current, count))) { ^ ./../gl/intprops.h:115:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((b) < 0 \ ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pkcs11.c:3290:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(find_data->current, count))) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pkcs11.c:3290:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(find_data->current, count))) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM' _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b))) ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pkcs11.c:3290:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(find_data->current, count))) { ^ ./../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 ? (b) <= (a) + (b) \ ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pkcs11.c:3290:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(find_data->current, count))) { ^ ./../gl/intprops.h:188:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (b) < 0 ? (a) <= (a) + (b) \ ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pkcs11.c:3290:16: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(find_data->current, count))) { ^ CC pkcs11x.lo In file included from pkcs11x.c:22:0: pkcs11x.c: In function 'find_ext_cb': ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pkcs11x.c:228:17: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(find_data->exts_size, 1))) { ^ ./../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pkcs11x.c:228:17: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(find_data->exts_size, 1))) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM' _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pkcs11x.c:228:17: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(find_data->exts_size, 1))) { ^ ./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED' (_GL_EXPR_SIGNED (e) \ ^ ./../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM' _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b))) ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pkcs11x.c:228:17: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(find_data->exts_size, 1))) { ^ ./../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] : (a) < 0 ? (b) <= (a) + (b) \ ^ gnutls_int.h:73:44: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect((x), 0) ^ ./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW' op_result_overflow (a, b, \ ^ ./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^ pkcs11x.c:228:17: note: in expansion of macro 'INT_ADD_OVERFLOW' if (unlikely(INT_ADD_OVERFLOW(find_data->exts_size, 1))) { ^ CC pkcs11_privkey.lo CC pkcs11_write.lo CC pkcs11_secret.lo CC pkcs11_int.lo CC srp.lo CC psk.lo CCLD libgnutls.la copying selected object files to avoid basename conflicts... CXX libgnutlsxx_la-gnutlsxx.lo CXXLD libgnutlsxx.la gmake[4]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/lib' gmake[3]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/lib' gmake[2]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/lib' Making all in extra gmake[2]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/extra' Making all in includes gmake[3]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/extra/includes' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/extra/includes' gmake[3]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/extra' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/extra' gmake[2]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/extra' Making all in po gmake[2]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/po' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/po' Making all in src/gl gmake[2]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/src/gl' GEN alloca.h GEN arpa/inet.h GEN assert.h GEN byteswap.h GEN errno.h GEN fcntl.h GEN malloc/scratch_buffer.gl.h GEN inttypes.h GEN limits.h GEN netdb.h GEN signal.h GEN stdckdint.h GEN stdint.h GEN stdio.h GEN stdlib.h GEN string.h GEN strings.h GEN sys/select.h GEN sys/socket.h GEN sys/stat.h GEN sys/time.h GEN sys/types.h GEN sys/uio.h GEN time.h GEN unistd.h GEN wchar.h /usr/pkg/bin/gmake all-recursive gmake[3]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/src/gl' Making all in . gmake[4]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/src/gl' CC libgnu_gpl_la-basename-lgpl.lo CC libgnu_gpl_la-bitrotate.lo CC libgnu_gpl_la-c-ctype.lo CC libgnu_gpl_la-c-strcasecmp.lo CC libgnu_gpl_la-c-strncasecmp.lo CC libgnu_gpl_la-canonicalize-lgpl.lo CC libgnu_gpl_la-cloexec.lo CC libgnu_gpl_la-close-stream.lo CC libgnu_gpl_la-error.lo CC libgnu_gpl_la-exitfail.lo CC libgnu_gpl_la-explicit_bzero.lo CC libgnu_gpl_la-fcntl.lo CC libgnu_gpl_la-fd-hook.lo CC libgnu_gpl_la-fpending.lo CC libgnu_gpl_la-free.lo CC libgnu_gpl_la-getprogname.lo CC libgnu_gpl_la-gettime.lo CC malloc/libgnu_gpl_la-scratch_buffer_grow.lo CC malloc/libgnu_gpl_la-scratch_buffer_grow_preserve.lo CC malloc/libgnu_gpl_la-scratch_buffer_set_array_size.lo CC libgnu_gpl_la-hash.lo CC libgnu_gpl_la-hash-pjw-bare.lo CC libgnu_gpl_la-ialloc.lo CC libgnu_gpl_la-gl_linked_list.lo CC libgnu_gpl_la-gl_linkedhash_list.lo CC libgnu_gpl_la-gl_list.lo CC glthread/libgnu_gpl_la-lock.lo CC libgnu_gpl_la-malloca.lo CC libgnu_gpl_la-mempcpy.lo CC libgnu_gpl_la-nstrftime.lo CC libgnu_gpl_la-parse-datetime.lo In file included from intprops.h:21:0, from parse-datetime.y:39: parse-datetime.y: In function 'to_tm_year': intprops-internal.h:369:17: warning: integer overflow in expression [-Woverflow] || (tmax) + (b) < (a))) ^ intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_SUBTRACT_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ ^ intprops-internal.h:156:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, -, _GL_INT_SUBTRACT_RANGE_OVERFLOW) ^ intprops.h:301:37: note: in expansion of macro '_GL_INT_SUBTRACT_WRAPV' #define INT_SUBTRACT_WRAPV(a, b, r) _GL_INT_SUBTRACT_WRAPV (a, b, r) ^ parse-datetime.y:1283:9: note: in expansion of macro 'INT_SUBTRACT_WRAPV' : INT_SUBTRACT_WRAPV (year, TM_YEAR_BASE, tm_year)) ^ parse-datetime.y: In function 'yylex': intprops-internal.h:369:17: warning: integer overflow in expression [-Woverflow] || (tmax) + (b) < (a))) ^ intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_SUBTRACT_RANGE_OVERFLOW' (overflow (a, b, tmin, tmax) \ ^ intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC' ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ ^ intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH' : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) ^ intprops-internal.h:156:4: note: in expansion of macro '_GL_INT_OP_WRAPV' _GL_INT_OP_WRAPV (a, b, r, -, _GL_INT_SUBTRACT_RANGE_OVERFLOW) ^ intprops.h:301:37: note: in expansion of macro '_GL_INT_SUBTRACT_WRAPV' #define INT_SUBTRACT_WRAPV(a, b, r) _GL_INT_SUBTRACT_WRAPV (a, b, r) ^ parse-datetime.y:1478:23: note: in expansion of macro 'INT_SUBTRACT_WRAPV' if (INT_SUBTRACT_WRAPV (s, 1, &s)) ^ CC libgnu_gpl_la-progname.lo CC libgnu_gpl_la-rawmemchr.lo CC libgnu_gpl_la-read-file.lo CC libgnu_gpl_la-reallocarray.lo CC libgnu_gpl_la-secure_getenv.lo CC libgnu_gpl_la-sockets.lo CC libgnu_gpl_la-stat-time.lo CC libgnu_gpl_la-strerror.lo CC libgnu_gpl_la-strerror-override.lo CC libgnu_gpl_la-strverscmp.lo CC libgnu_gpl_la-sys_socket.lo CC glthread/libgnu_gpl_la-threadlib.lo CC libgnu_gpl_la-timegm.lo CC libgnu_gpl_la-timespec.lo CC glthread/libgnu_gpl_la-tls.lo CC libgnu_gpl_la-unistd.lo CC libgnu_gpl_la-xmalloc.lo CC libgnu_gpl_la-xalloc-die.lo CC libgnu_gpl_la-gl_xlist.lo CC libgnu_gpl_la-xsize.lo CC asnprintf.lo CC calloc.lo CC malloc.lo CC mktime.lo CC printf-args.lo CC printf-parse.lo CC realloc.lo CC vasnprintf.lo CCLD libgnu_gpl.la gmake[4]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/src/gl' Making all in tests gmake[4]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/src/gl/tests' GEN ctype.h GEN langinfo.h GEN locale.h GEN pthread.h GEN sched.h GEN sys/ioctl.h ## ---------------------------------------------------- ## ## ------------------- Gnulib tests ------------------- ## ## You can ignore compiler warnings in this directory. ## ## ---------------------------------------------------- ## /usr/pkg/bin/gmake all-recursive gmake[5]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/src/gl/tests' Making all in . gmake[6]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/src/gl/tests' gmake[6]: Nothing to be done for 'all-am'. gmake[6]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/src/gl/tests' gmake[5]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/src/gl/tests' gmake[4]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/src/gl/tests' gmake[3]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/src/gl' gmake[2]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/src/gl' Making all in src gmake[2]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/src' /usr/pkg/bin/gmake all-am gmake[3]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/src' CC psk.o CC psktool-options.lo CCLD libcmd-psk.la CCLD psktool CC cli-debug.o CC tests.o CC socket.o CC common.o common.c: In function 'compress_cert_set_methods': common.c:314:9: warning: unknown option after '#pragma GCC diagnostic' kind [-Wpragmas] #pragma GCC diagnostic ignored "-Wanalyzer-mismatching-deallocation" ^ CC gnutls-cli-debug-options.lo CCLD libcmd-cli-debug.la CCLD gnutls-cli-debug CC certtool.o CC certtool-common.o CC certtool-extras.o CC certtool-options.lo CC certtool-cfg.lo CC cfg.lo CCLD libcerttool-cfg.la copying selected object files to avoid basename conflicts... CCLD libcmd-certtool.la copying selected object files to avoid basename conflicts... CCLD certtool CC serv.o CC udp-serv.o CC gnutls-serv-options.lo gnutls-serv-options.c: In function 'process_options': gnutls-serv-options.c:403:56: warning: comparison is always false due to limited range of data type [-Wtype-limits] if (HAVE_OPT(MAXEARLYDATA) && OPT_VALUE_MAXEARLYDATA > 2147483648) ^ CCLD libcmd-serv.la CCLD gnutls-serv CC cli.o CC benchmark-cipher.o CC benchmark.o CC benchmark-tls.o CC ocsptool-common.o CC gnutls-cli-options.lo CCLD libcmd-cli.la CCLD gnutls-cli CC ocsptool.o CC ocsptool-options.lo CCLD libcmd-ocsp.la CCLD ocsptool CC p11tool-p11tool.o CC p11tool-pkcs11.o CC p11tool-certtool-common.o CC p11tool-certtool-extras.o CC p11tool-common.o common.c: In function 'compress_cert_set_methods': common.c:314:9: warning: unknown option after '#pragma GCC diagnostic' kind [-Wpragmas] #pragma GCC diagnostic ignored "-Wanalyzer-mismatching-deallocation" ^ CC p11tool-options.lo CCLD libcmd-p11tool.la copying selected object files to avoid basename conflicts... CCLD p11tool CC systemkey.o CC systemkey-tool-options.lo CCLD libcmd-systemkey.la copying selected object files to avoid basename conflicts... CCLD systemkey CC dumpcfg-cfg.o CCLD dumpcfg CC danetool-options.lo CCLD libcmd-danetool.la copying selected object files to avoid basename conflicts... gmake[3]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/src' gmake[2]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/src' Making all in tests gmake[2]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/tests' Making all in . gmake[3]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/tests' CC datefudge-check.o CC utils.lo CC seccomp.lo CC utils-adv.lo CCLD libutils.la CCLD datefudge-check CC pkcs11/pkcs11-mock.lo CCLD libpkcs11mock1.la CC pkcs11/pkcs11-mock2.lo CCLD libpkcs11mock2.la gmake[3]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/tests' Making all in cert-tests gmake[3]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/tests/cert-tests' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/tests/cert-tests' Making all in slow gmake[3]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/tests/slow' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/tests/slow' gmake[2]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/tests' Making all in fuzz gmake[2]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/fuzz' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/fuzz' Making all in doc/manpages gmake[2]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/doc/manpages' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/doc/manpages' Making all in doc gmake[2]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/doc' Making all in examples gmake[3]: Entering directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/doc/examples' CC ex-client-resume.o CC ex-alert.lo CC ex-pkcs12.lo CC ex-session-info.lo CC ex-x509-info.lo CC ex-verify.lo CC ex-client-x509-3.1.lo CC tcp.lo CC udp.lo CC ex-pkcs11-list.lo CC verify.lo CC ex-verify-ssh.lo CCLD libexamples.la CCLD ex-client-resume CC ex-client-dtls.o CCLD ex-client-dtls CC ex-cert-select.o CCLD ex-cert-select CC ex-client-x509.o CCLD ex-client-x509 CC ex-serv-dtls.o CCLD ex-serv-dtls CC print-ciphersuites.o CCLD print-ciphersuites CC ex-serv-x509.o CCLD ex-serv-x509 CXX ex-cxx.o In file included from ../../config.h:2771:0, from ex-cxx.cpp:1: /usr/include/g++/type_traits:1068:7: error: expected identifier before '(' token static_assert(sizeof...(_Args) > 1, ^ /usr/include/g++/type_traits:1068:7: error: expected ')' before 'sizeof' static_assert(sizeof...(_Args) > 1, ^ /usr/include/g++/type_traits:1068:7: error: expected ')' before 'sizeof' /usr/include/g++/type_traits:1068:7: error: expected ';' at end of member declaration static_assert(sizeof...(_Args) > 1, ^ /usr/include/g++/type_traits:1068:7: error: expected unqualified-id before 'sizeof' static_assert(sizeof...(_Args) > 1, ^ /usr/include/g++/type_traits:2027:7: error: expected identifier before '(' token static_assert(sizeof...(_Types) != 0, "At least one type is required"); ^ /usr/include/g++/type_traits:2027:7: error: expected ')' before 'sizeof' static_assert(sizeof...(_Types) != 0, "At least one type is required"); ^ /usr/include/g++/type_traits:2027:7: error: expected ')' before 'sizeof' /usr/include/g++/type_traits:2027:7: error: expected ';' at end of member declaration static_assert(sizeof...(_Types) != 0, "At least one type is required"); ^ /usr/include/g++/type_traits:2027:7: error: expected unqualified-id before 'sizeof' static_assert(sizeof...(_Types) != 0, "At least one type is required"); ^ /usr/include/g++/bits/stl_algobase.h: In instantiation of 'static _Tp* std::__copy_move<_IsMove, true, std::random_access_iterator_tag>::__copy_m(const _Tp*, const _Tp*, _Tp*) [with _Tp = gnutls_datum_t; bool _IsMove = true]': /usr/include/g++/bits/stl_algobase.h:402:44: required from '_OI std::__copy_move_a(_II, _II, _OI) [with bool _IsMove = true; _II = gnutls_datum_t*; _OI = gnutls_datum_t*]' /usr/include/g++/bits/stl_algobase.h:438:45: required from '_OI std::__copy_move_a2(_II, _II, _OI) [with bool _IsMove = true; _II = gnutls_datum_t*; _OI = gnutls_datum_t*]' /usr/include/g++/bits/stl_algobase.h:471:8: required from '_OI std::copy(_II, _II, _OI) [with _II = std::move_iterator; _OI = gnutls_datum_t*]' /usr/include/g++/bits/stl_uninitialized.h:93:27: required from 'static _ForwardIterator std::__uninitialized_copy::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = std::move_iterator; _ForwardIterator = gnutls_datum_t*]' /usr/include/g++/bits/stl_uninitialized.h:126:15: required from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = std::move_iterator; _ForwardIterator = gnutls_datum_t*]' /usr/include/g++/bits/stl_uninitialized.h:281:37: required from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = std::move_iterator; _ForwardIterator = gnutls_datum_t*; _Tp = gnutls_datum_t]' /usr/include/g++/bits/stl_uninitialized.h:303:2: required from '_ForwardIterator std::__uninitialized_move_if_noexcept_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = gnutls_datum_t*; _ForwardIterator = gnutls_datum_t*; _Allocator = std::allocator]' /usr/include/g++/bits/vector.tcc:422:8: required from 'void std::vector<_Tp, _Alloc>::_M_emplace_back_aux(_Args&& ...) [with _Args = {const gnutls_datum_t&}; _Tp = gnutls_datum_t; _Alloc = std::allocator]' /usr/include/g++/bits/stl_vector.h:923:23: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = gnutls_datum_t; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = gnutls_datum_t]' ../../lib/includes/gnutls/gnutlsxx.h:596:33: required from here /usr/include/g++/bits/stl_algobase.h:380:4: error: '_Static_assert' was not declared in this scope static_assert( __assignable::type::value, "type is not assignable" ); ^ gmake[3]: *** [Makefile:2523: ex-cxx.o] Error 1 gmake[3]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/doc/examples' gmake[2]: *** [Makefile:4969: all-recursive] Error 1 gmake[2]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0/doc' gmake[1]: *** [Makefile:2274: all-recursive] Error 1 gmake[1]: Leaving directory '/usr/pkgsrc/security/gnutls/work/gnutls-3.8.0' gmake: *** [Makefile:2199: all] Error 2 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/security/gnutls *** Error code 1 Stop. make: stopped in /usr/pkgsrc/security/gnutls