Snippets for samba 4.23.10 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/06x0gya1xknbg0h3bsixi238xs1yw5zb-samba-4.23.10.drv.
-
../../librpc/ndr/ndr_string.c:74:11: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat] 73 | return ndr_pull_error(ndr, NDR_ERR_STRING, "Bad string flags 0x%"PRI_LIBNDR_FLAGS"\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | ndr->flags & LIBNDR_STRING_FLAGS); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../librpc/ndr/ndr_string.c:91:12: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat] 90 | return ndr_pull_error(ndr, NDR_ERR_STRING, "non-zero array offset with string flags 0x%"PRI_LIBNDR_FLAGS"\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 91 | ndr->flags & LIBNDR_STRING_FLAGS); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../librpc/ndr/ndr_string.c:121:12: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat] 120 | return ndr_pull_error(ndr, NDR_ERR_STRING, "non-zero array offset with string flags 0x%"PRI_LIBNDR_FLAGS"\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 121 | ndr->flags & LIBNDR_STRING_FLAGS); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../librpc/ndr/ndr_string.c:158:12: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat] 157 | return ndr_pull_error(ndr, NDR_ERR_STRING, "Bad string flags 0x%"PRI_LIBNDR_FLAGS" (missing NDR_REMAINING)\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 158 | ndr->flags & LIBNDR_STRING_FLAGS); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../librpc/ndr/ndr_string.c:166:11: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat] 165 | return ndr_pull_error(ndr, NDR_ERR_STRING, "Bad string flags 0x%"PRI_LIBNDR_FLAGS"\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 166 | ndr->flags & LIBNDR_STRING_FLAGS); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../librpc/ndr/ndr_string.c:193:71: warning: format specifies type 'unsigned long long' but the argument has underlying type 'unsigned long' [-Wformat] 192 | return ndr_pull_error(ndr, NDR_ERR_CHARCNV, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 193 | "Bad character conversion with flags 0x%"PRI_LIBNDR_FLAGS, flags); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ -
../../librpc/ndr/ndr_string.c:300:11: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat] 299 | return ndr_push_error(ndr, NDR_ERR_STRING, "Bad string flags 0x%"PRI_LIBNDR_FLAGS"\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 300 | ndr->flags & LIBNDR_STRING_FLAGS); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../librpc/ndr/ndr_string.c:323:76: warning: format specifies type 'unsigned long long' but the argument has underlying type 'unsigned long' [-Wformat] 322 | return ndr_push_error(ndr, NDR_ERR_CHARCNV, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 323 | "Bad character push conversion with flags 0x%"PRI_LIBNDR_FLAGS, flags); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ -
../../librpc/ndr/ndr_string.c:417:7: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat] 416 | ndr_err = ndr_push_error(ndr, NDR_ERR_STRING, "Bad string flags 0x%"PRI_LIBNDR_FLAGS"\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 417 | ndr->flags & LIBNDR_STRING_FLAGS); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../librpc/ndr/ndr_string.c:511:4: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat] 506 | return ndr_pull_error( | ~~~~~~~~~~~~~~~ 507 | ndr, | ~~~~ 508 | NDR_ERR_STRING, | ~~~~~~~~~~~~~~~ 509 | "Unsupported string flags 0x%" PRI_LIBNDR_FLAGS | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 510 | " passed to ndr_pull_u16string()\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 511 | ndr->flags & LIBNDR_STRING_FLAGS); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../librpc/ndr/ndr_string.c:533:4: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat] 528 | return ndr_pull_error( | ~~~~~~~~~~~~~~~ 529 | ndr, | ~~~~ 530 | NDR_ERR_STRING, | ~~~~~~~~~~~~~~~ 531 | "Unsupported string flags 0x%" PRI_LIBNDR_FLAGS | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 532 | " passed to ndr_pull_u16string()\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 533 | ndr->flags & LIBNDR_STRING_FLAGS); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../librpc/ndr/ndr_string.c:598:4: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat] 593 | return ndr_push_error( | ~~~~~~~~~~~~~~~ 594 | ndr, | ~~~~ 595 | NDR_ERR_STRING, | ~~~~~~~~~~~~~~~ 596 | "Unsupported string flags 0x%" PRI_LIBNDR_FLAGS | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 597 | " passed to ndr_push_u16string()\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 598 | ndr->flags & LIBNDR_STRING_FLAGS); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../librpc/ndr/ndr_string.c:617:4: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat] 612 | return ndr_push_error( | ~~~~~~~~~~~~~~~ 613 | ndr, | ~~~~ 614 | NDR_ERR_STRING, | ~~~~~~~~~~~~~~~ 615 | "Unsupported string flags 0x%" PRI_LIBNDR_FLAGS | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 616 | " passed to ndr_push_u16string()\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 617 | ndr->flags & LIBNDR_STRING_FLAGS); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../librpc/ndr/ndr_string.c:729:12: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat] 728 | return ndr_pull_error(ndr, NDR_ERR_STRING, "Bad string flags 0x%"PRI_LIBNDR_FLAGS" (missing NDR_REMAINING)\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 729 | ndr->flags & LIBNDR_STRING_FLAGS); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../librpc/ndr/ndr_string.c:771:11: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat] 770 | return ndr_pull_error(ndr, NDR_ERR_STRING, "Bad string flags 0x%"PRI_LIBNDR_FLAGS"\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 771 | ndr->flags & LIBNDR_STRING_FLAGS); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../librpc/ndr/ndr_string.c:806:12: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat] 805 | return ndr_push_error(ndr, NDR_ERR_STRING, "Bad string flags 0x%"PRI_LIBNDR_FLAGS" (missing NDR_REMAINING)\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 806 | ndr->flags & LIBNDR_STRING_FLAGS); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../librpc/ndr/ndr_string.c:823:11: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat] 822 | return ndr_push_error(ndr, NDR_ERR_STRING, "Bad string flags 0x%"PRI_LIBNDR_FLAGS"\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 823 | ndr->flags & LIBNDR_STRING_FLAGS); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../librpc/ndr/ndr_basic.c:1600:89: warning: format specifies type 'unsigned long long' but the argument has underlying type 'unsigned long' [-Wformat] 1600 | ndr->print(ndr, "%-25s: 0x%016"PRI_LIBNDR_FLAGS" (%"PRI_LIBNDR_FLAGS_DECIMAL")", name, flags, flags); | ~~~~~~~~~~~~~~~~~~~~~ ^~~~~ -
../../librpc/ndr/ndr_basic.c:1600:96: warning: format specifies type 'unsigned long long' but the argument has underlying type 'unsigned long' [-Wformat] 1600 | ndr->print(ndr, "%-25s: 0x%016"PRI_LIBNDR_FLAGS" (%"PRI_LIBNDR_FLAGS_DECIMAL")", name, flags, flags); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~ -
../../source4/lib/events/tevent_s4.c:37:3: warning: 'tevent_loop_allow_nesting' is deprecated [-Wdeprecated-declarations] 37 | tevent_loop_allow_nesting(ev); | ^ -
../../lib/ldb/common/ldb.c:121:3: warning: 'tevent_loop_allow_nesting' is deprecated [-Wdeprecated-declarations] 121 | tevent_loop_allow_nesting(ev_ctx); | ^ -
../../lib/ldb/common/ldb.c:761:3: warning: 'tevent_loop_allow_nesting' is deprecated [-Wdeprecated-declarations] 761 | tevent_loop_allow_nesting(h->event_context); | ^ -
../../lib/krb5_wrap/krb5_samba.c:716:2: warning: 'krb5_free_unparsed_name' is deprecated: Use krb5_xfree instead [-Wdeprecated-declarations] 716 | krb5_free_unparsed_name(krb5_ctx, salt_principal_malloc); | ^ -
../../lib/krb5_wrap/krb5_samba.c:922:3: warning: 'krb5_free_unparsed_name' is deprecated: Use krb5_xfree instead [-Wdeprecated-declarations] 922 | krb5_free_unparsed_name(context, utf8_name); | ^ -
../../lib/krb5_wrap/krb5_samba.c:925:2: warning: 'krb5_free_unparsed_name' is deprecated: Use krb5_xfree instead [-Wdeprecated-declarations] 925 | krb5_free_unparsed_name(context, utf8_name); | ^ -
../../lib/audit_logging/audit_logging.c:767:3: warning: format specifies type 'long' but the argument has type '__darwin_suseconds_t' (aka 'int') [-Wformat] 765 | "%s.%06ld%s", | ~~~~~ | %06d 766 | buffer, 767 | tv.tv_usec, | ^~~~~~~~~~ -
../../auth/credentials/credentials_krb5.c:259:2: warning: 'krb5_free_unparsed_name' is deprecated: Use krb5_xfree instead [-Wdeprecated-declarations] 259 | krb5_free_unparsed_name(ccache->smb_krb5_context->krb5_context, name); | ^ -
../../auth/gensec/gensec.c:382:2: warning: 'tevent_loop_allow_nesting' is deprecated [-Wdeprecated-declarations] 382 | tevent_loop_allow_nesting(ev); | ^ -
../../source4/auth/gensec/gensec_gssapi.c:501:15: warning: 'gsskrb5_set_send_to_kdc' is deprecated [-Wdeprecated-declarations] 501 | min_stat = gsskrb5_set_send_to_kdc(&send_to_kdc); | ^ -
../../source4/auth/gensec/gensec_gssapi.c:657:10: warning: 'gsskrb5_set_send_to_kdc' is deprecated [-Wdeprecated-declarations] 657 | ret = gsskrb5_set_send_to_kdc(&send_to_kdc); | ^ -
../../source3/lib/system_smbd.c:185:35: warning: passing 'gid_t *' (aka 'unsigned int *') to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] 185 | retval = getgrouplist(user, gid, groups, grpcnt); | ^~~~~~ -
../../source4/librpc/rpc/dcerpc.c:747:2: warning: 'dcerpc_binding_handle_set_sync_ev' is deprecated [-Wdeprecated-declarations] 747 | dcerpc_binding_handle_set_sync_ev(h, p->conn->event_ctx); | ^ -
../../source4/librpc/rpc/pyrpc_util.c:94:2: warning: 'dcerpc_binding_handle_set_sync_ev' is deprecated [-Wdeprecated-declarations] 94 | dcerpc_binding_handle_set_sync_ev(*binding_handle, event_ctx); | ^ -
../../source3/lib/sysquotas_4B.c:138:32: warning: incompatible pointer types passing 'struct dqblk *' to parameter of type 'caddr_t' (aka 'char *') [-Wincompatible-pointer-types] 138 | ret = quotactl(path, cmd, id, qblk); | ^~~~ -
../../source3/lib/sysquotas_nfs.c:278:4: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 278 | auth_destroy(clnt->cl_auth); | ^ -
../../source3/smbd/sec_ctx.c:291:6: warning: 'syscall' is deprecated: first deprecated in macOS 10.12 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Wdeprecated-declarations] 291 | if (syscall(SYS_initgroups, (ngroups > max) ? max : ngroups, | ^ -
../../lib/replace/replace.h:790:9: warning: 'discard_const' macro redefined [-Wmacro-redefined] 790 | #define discard_const(ptr) ((void *)(ptr)) | ^ -
../../lib/ldb/tests/ldb_mod_op_test.c:1646:2: warning: 'tevent_loop_allow_nesting' is deprecated [-Wdeprecated-declarations] 1646 | tevent_loop_allow_nesting(search_test_ctx->ldb_test_ctx->ev); | ^ -
../../lib/ldb/tests/ldb_mod_op_test.c:1965:2: warning: 'tevent_loop_allow_nesting' is deprecated [-Wdeprecated-declarations] 1965 | tevent_loop_allow_nesting(search_test_ctx->ldb_test_ctx->ev); | ^ -
../../lib/ldb/tests/ldb_mod_op_test.c:2205:2: warning: 'tevent_loop_allow_nesting' is deprecated [-Wdeprecated-declarations] 2205 | tevent_loop_allow_nesting(search_test_ctx->ldb_test_ctx->ev); | ^ -
../../lib/ldb/tests/ldb_mod_op_test.c:2689:2: warning: 'tevent_loop_allow_nesting' is deprecated [-Wdeprecated-declarations] 2689 | tevent_loop_allow_nesting(search_test_ctx->ldb_test_ctx->ev); | ^ -
../../libgpo/pygpo.c:74:1: warning: '_PyUnicode_AsString' is deprecated [-Wdeprecated-declarations] 74 | GPO_setter(ds_path) | ^ -
../../libgpo/pygpo.c:75:1: warning: '_PyUnicode_AsString' is deprecated [-Wdeprecated-declarations] 75 | GPO_setter(file_sys_path) | ^ -
../../libgpo/pygpo.c:76:1: warning: '_PyUnicode_AsString' is deprecated [-Wdeprecated-declarations] 76 | GPO_setter(display_name) | ^ -
../../libgpo/pygpo.c:77:1: warning: '_PyUnicode_AsString' is deprecated [-Wdeprecated-declarations] 77 | GPO_setter(name) | ^ -
../../libgpo/pygpo.c:78:1: warning: '_PyUnicode_AsString' is deprecated [-Wdeprecated-declarations] 78 | GPO_setter(link) | ^ -
../../libgpo/pygpo.c:79:1: warning: '_PyUnicode_AsString' is deprecated [-Wdeprecated-declarations] 79 | GPO_setter(user_extensions) | ^ -
../../libgpo/pygpo.c:80:1: warning: '_PyUnicode_AsString' is deprecated [-Wdeprecated-declarations] 80 | GPO_setter(machine_extensions) | ^ -
../../source4/torture/ndr/string.c:37:54: warning: format specifies type 'unsigned long long' but the argument has underlying type 'unsigned long' [-Wformat] 36 | "test_ndr_push_string %s flags 0x%"PRI_LIBNDR_FLAGS" expecting " | ~~~~~~~~~~~~~~~~~~ 37 | "err 0x%x and strcmp %s\n", string, flags, exp_ndr_err, | ^~~~~ -
../../source4/torture/ndr/string.c:88:54: warning: format specifies type 'unsigned long long' but the argument has underlying type 'unsigned long' [-Wformat] 87 | "test_ndr_pull_string '%s' flags 0x%"PRI_LIBNDR_FLAGS" expecting " | ~~~~~~~~~~~~~~~~~~ 88 | "err 0x%x and strcmp %s\n", string, flags, exp_ndr_err, | ^~~~~ -
../../source4/lib/messaging/tests/irpc.c:109:2: warning: 'dcerpc_binding_handle_set_sync_ev' is deprecated [-Wdeprecated-declarations] 109 | dcerpc_binding_handle_set_sync_ev(irpc_handle, data->ev); | ^ -
../../source4/lib/messaging/tests/irpc.c:148:2: warning: 'dcerpc_binding_handle_set_sync_ev' is deprecated [-Wdeprecated-declarations] 148 | dcerpc_binding_handle_set_sync_ev(irpc_handle, data->ev); | ^ -
../../lib/tevent/testsuite.c:1716:12: warning: '_tevent_context_wrapper_create' is deprecated [-Wdeprecated-declarations] 1716 | wrap_ev = tevent_context_wrapper_create( | ^ -
../../lib/tevent/testsuite.c:1760:9: warning: '_tevent_context_push_use' is deprecated [-Wdeprecated-declarations] 1760 | ret2 = tevent_context_push_use(wrap_ev); | ^ -
../../lib/tevent/testsuite.c:1762:9: warning: '_tevent_context_push_use' is deprecated [-Wdeprecated-declarations] 1762 | ret2 = tevent_context_push_use(ev); | ^ -
../../lib/tevent/testsuite.c:1764:2: warning: '_tevent_context_pop_use' is deprecated [-Wdeprecated-declarations] 1764 | tevent_context_pop_use(ev); | ^ -
../../lib/tevent/testsuite.c:1765:2: warning: '_tevent_context_pop_use' is deprecated [-Wdeprecated-declarations] 1765 | tevent_context_pop_use(wrap_ev); | ^ -
../../lib/tevent/testsuite.c:1794:2: warning: '_tevent_context_pop_use' is deprecated [-Wdeprecated-declarations] 1794 | tevent_context_pop_use(wrap_ev); | ^ -
../../lib/tevent/testsuite.c:1889:12: warning: '_tevent_context_wrapper_create' is deprecated [-Wdeprecated-declarations] 1889 | wrap_ev = tevent_context_wrapper_create( | ^ -
../../source4/torture/local/nss_tests.c:724:33: warning: passing 'gid_t *' (aka 'unsigned int *') to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] 724 | ret = getgrouplist(user, gid, groups, &num_groups); | ^~~~~~ -
../../lib/talloc/testsuite.c:1680:29: warning: 'talloc_set_memlimit' is deprecated [-Wdeprecated-declarations] 1680 | torture_assert("memlimit", talloc_set_memlimit(l1, 2048) == 0, | ^ -
../../lib/talloc/testsuite.c:1740:29: warning: 'talloc_set_memlimit' is deprecated [-Wdeprecated-declarations] 1740 | torture_assert("memlimit", talloc_set_memlimit(l3, 1024) == 0, | ^ -
../../lib/talloc/testsuite.c:1753:29: warning: 'talloc_set_memlimit' is deprecated [-Wdeprecated-declarations] 1753 | torture_assert("memlimit", talloc_set_memlimit(l4, 512) == 0, | ^ -
../../lib/talloc/testsuite.c:1787:29: warning: 'talloc_set_memlimit' is deprecated [-Wdeprecated-declarations] 1787 | torture_assert("memlimit", talloc_set_memlimit(l4, 512) == 0, | ^ -
../../lib/talloc/testsuite.c:1820:2: warning: 'talloc_set_memlimit' is deprecated [-Wdeprecated-declarations] 1820 | talloc_set_memlimit(pool, 10*1024); | ^ -
../../lib/talloc/testsuite.c:1873:2: warning: 'talloc_set_memlimit' is deprecated [-Wdeprecated-declarations] 1873 | talloc_set_memlimit(pool, 11*1024); | ^ -
../../lib/talloc/testsuite.c:1885:2: warning: 'talloc_set_memlimit' is deprecated [-Wdeprecated-declarations] 1885 | talloc_set_memlimit(pool, 21*1024); | ^ -
../../lib/talloc/testsuite.c:1923:2: warning: 'talloc_set_memlimit' is deprecated [-Wdeprecated-declarations] 1923 | talloc_set_memlimit(pool, 1024); | ^ -
../../lib/talloc/testsuite.c:1944:2: warning: 'talloc_set_memlimit' is deprecated [-Wdeprecated-declarations] 1944 | talloc_set_memlimit(pool, 10*1024); | ^ -
../../source3/client/smbspool.c:652:4: warning: 'krb5_free_unparsed_name' is deprecated: Use krb5_xfree instead [-Wdeprecated-declarations] 652 | krb5_free_unparsed_name(ctx, princ_name); | ^ -
../../examples/libsmbclient/testsmbc.c:42:8: warning: 'smbc_init' is deprecated [-Wdeprecated-declarations] 42 | err = smbc_init(get_auth_data_fn, 10); /* Initialize things */ | ^ -
../../examples/libsmbclient/testacl2.c:30:6: warning: 'smbc_init' is deprecated [-Wdeprecated-declarations] 30 | if (smbc_init(get_auth_data_fn, debug) != 0) | ^ -
../../examples/libsmbclient/testacl.c:193:6: warning: 'smbc_init' is deprecated [-Wdeprecated-declarations] 193 | if (smbc_init(get_auth_data_fn, debug) != 0) | ^ -
../../examples/libsmbclient/testacl3.c:21:2: warning: 'smbc_init' is deprecated [-Wdeprecated-declarations] 21 | smbc_init(get_auth_data_fn, debug); | ^ -
../../examples/libsmbclient/testnotify.c:42:2: warning: 'smbc_init' is deprecated [-Wdeprecated-declarations] 42 | smbc_init(get_auth_data_fn, debug); | ^ -
include/public/libsmbclient.h:1138:38: warning: declaration of 'struct timeval' will not be visible outside of this function [-Wvisibility] 1138 | struct timeval *tbuf); | ^ -
include/public/libsmbclient.h:1973:41: warning: declaration of 'struct timeval' will not be visible outside of this function [-Wvisibility] 1973 | int smbc_utimes(const char *url, struct timeval *tbuf); | ^ -
../../examples/libsmbclient/teststat2.c:42:9: warning: 'smbc_init' is deprecated [-Wdeprecated-declarations] 42 | smbc_init(get_auth_data_fn, 0); | ^ -
../../examples/libsmbclient/teststat3.c:29:9: warning: 'smbc_init' is deprecated [-Wdeprecated-declarations] 29 | smbc_init(get_auth_data_fn, 0); | ^ -
../../examples/libsmbclient/teststatvfs.c:20:2: warning: 'smbc_init' is deprecated [-Wdeprecated-declarations] 20 | smbc_init(get_auth_data_fn, debug); | ^ -
../../examples/libsmbclient/testtruncate.c:27:2: warning: 'smbc_init' is deprecated [-Wdeprecated-declarations] 27 | smbc_init(get_auth_data_fn, debug); | ^ -
../../examples/libsmbclient/testchmod.c:37:2: warning: 'smbc_init' is deprecated [-Wdeprecated-declarations] 37 | smbc_init(get_auth_data_fn, debug); | ^ -
../../examples/libsmbclient/testfstatvfs.c:22:2: warning: 'smbc_init' is deprecated [-Wdeprecated-declarations] 22 | smbc_init(get_auth_data_fn, debug); | ^ -
../../examples/libsmbclient/testutime.c:42:2: warning: 'smbc_init' is deprecated [-Wdeprecated-declarations] 42 | smbc_init(get_auth_data_fn, debug); | ^ -
../../examples/libsmbclient/testread.c:21:2: warning: 'smbc_init' is deprecated [-Wdeprecated-declarations] 21 | smbc_init(get_auth_data_fn, debug); | ^ -
../../examples/libsmbclient/testwrite.c:21:2: warning: 'smbc_init' is deprecated [-Wdeprecated-declarations] 21 | smbc_init(get_auth_data_fn, debug); | ^