../../testsuite.c: In function ‘test_autofree’:
../../testsuite.c:1334:9: warning: ‘talloc_autofree_context’ is deprecated [-Wdeprecated-declarations]
1334 | p = talloc_autofree_context();
| ^
In file included from ../../testsuite.c:28:
../../talloc.h:1084:16: note: declared here
1084 | _PUBLIC_ void *talloc_autofree_context(void) _DEPRECATED_;
| ^~~~~~~~~~~~~~~~~~~~~~~
../../testsuite.c:1337:9: warning: ‘talloc_autofree_context’ is deprecated [-Wdeprecated-declarations]
1337 | p = talloc_autofree_context();
| ^
../../talloc.h:1084:16: note: declared here
1084 | _PUBLIC_ void *talloc_autofree_context(void) _DEPRECATED_;
| ^~~~~~~~~~~~~~~~~~~~~~~
../../testsuite.c: In function ‘test_memlimit’:
../../testsuite.c:1680:9: warning: ‘talloc_set_memlimit’ is deprecated [-Wdeprecated-declarations]
1680 | torture_assert("memlimit", talloc_set_memlimit(l1, 2048) == 0,
| ^~~~~~~~~~~~~~
../../talloc.h:1951:14: note: declared here
1951 | _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_;
| ^~~~~~~~~~~~~~~~~~~
../../testsuite.c:1740:9: warning: ‘talloc_set_memlimit’ is deprecated [-Wdeprecated-declarations]
1740 | torture_assert("memlimit", talloc_set_memlimit(l3, 1024) == 0,
| ^~~~~~~~~~~~~~
../../talloc.h:1951:14: note: declared here
1951 | _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_;
| ^~~~~~~~~~~~~~~~~~~
../../testsuite.c:1753:9: warning: ‘talloc_set_memlimit’ is deprecated [-Wdeprecated-declarations]
1753 | torture_assert("memlimit", talloc_set_memlimit(l4, 512) == 0,
| ^~~~~~~~~~~~~~
../../talloc.h:1951:14: note: declared here
1951 | _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_;
| ^~~~~~~~~~~~~~~~~~~
../../testsuite.c:1787:9: warning: ‘talloc_set_memlimit’ is deprecated [-Wdeprecated-declarations]
1787 | torture_assert("memlimit", talloc_set_memlimit(l4, 512) == 0,
| ^~~~~~~~~~~~~~
../../talloc.h:1951:14: note: declared here
1951 | _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_;
| ^~~~~~~~~~~~~~~~~~~
../../testsuite.c:1820:9: warning: ‘talloc_set_memlimit’ is deprecated [-Wdeprecated-declarations]
1820 | talloc_set_memlimit(pool, 10*1024);
| ^~~~~~~~~~~~~~~~~~~
../../talloc.h:1951:14: note: declared here
1951 | _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_;
| ^~~~~~~~~~~~~~~~~~~
../../testsuite.c:1873:9: warning: ‘talloc_set_memlimit’ is deprecated [-Wdeprecated-declarations]
1873 | talloc_set_memlimit(pool, 11*1024);
| ^~~~~~~~~~~~~~~~~~~
../../talloc.h:1951:14: note: declared here
1951 | _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_;
| ^~~~~~~~~~~~~~~~~~~
../../testsuite.c:1885:9: warning: ‘talloc_set_memlimit’ is deprecated [-Wdeprecated-declarations]
1885 | talloc_set_memlimit(pool, 21*1024);
| ^~~~~~~~~~~~~~~~~~~
../../talloc.h:1951:14: note: declared here
1951 | _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_;
| ^~~~~~~~~~~~~~~~~~~
../../testsuite.c:1923:9: warning: ‘talloc_set_memlimit’ is deprecated [-Wdeprecated-declarations]
1923 | talloc_set_memlimit(pool, 1024);
| ^~~~~~~~~~~~~~~~~~~
../../talloc.h:1951:14: note: declared here
1951 | _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_;
| ^~~~~~~~~~~~~~~~~~~
../../testsuite.c:1944:9: warning: ‘talloc_set_memlimit’ is deprecated [-Wdeprecated-declarations]
1944 | talloc_set_memlimit(pool, 10*1024);
| ^~~~~~~~~~~~~~~~~~~
../../talloc.h:1951:14: note: declared here
1951 | _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_;
| ^~~~~~~~~~~~~~~~~~~
Note: Writing talloc.3
../../testsuite.c: In function ‘test_autofree’:
../../testsuite.c:1334:9: warning: ‘talloc_autofree_context’ is deprecated [-Wdeprecated-declarations]
1334 | p = talloc_autofree_context();
| ^
In file included from ../../testsuite.c:28:
../../talloc.h:1084:16: note: declared here
1084 | _PUBLIC_ void *talloc_autofree_context(void) _DEPRECATED_;
| ^~~~~~~~~~~~~~~~~~~~~~~
../../testsuite.c:1337:9: warning: ‘talloc_autofree_context’ is deprecated [-Wdeprecated-declarations]
1337 | p = talloc_autofree_context();
| ^
../../talloc.h:1084:16: note: declared here
1084 | _PUBLIC_ void *talloc_autofree_context(void) _DEPRECATED_;
| ^~~~~~~~~~~~~~~~~~~~~~~
../../testsuite.c: In function ‘test_memlimit’:
../../testsuite.c:1680:9: warning: ‘talloc_set_memlimit’ is deprecated [-Wdeprecated-declarations]
1680 | torture_assert("memlimit", talloc_set_memlimit(l1, 2048) == 0,
| ^~~~~~~~~~~~~~
../../talloc.h:1951:14: note: declared here
1951 | _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_;
| ^~~~~~~~~~~~~~~~~~~
../../testsuite.c:1740:9: warning: ‘talloc_set_memlimit’ is deprecated [-Wdeprecated-declarations]
1740 | torture_assert("memlimit", talloc_set_memlimit(l3, 1024) == 0,
| ^~~~~~~~~~~~~~
../../talloc.h:1951:14: note: declared here
1951 | _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_;
| ^~~~~~~~~~~~~~~~~~~
../../testsuite.c:1753:9: warning: ‘talloc_set_memlimit’ is deprecated [-Wdeprecated-declarations]
1753 | torture_assert("memlimit", talloc_set_memlimit(l4, 512) == 0,
| ^~~~~~~~~~~~~~
../../talloc.h:1951:14: note: declared here
1951 | _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_;
| ^~~~~~~~~~~~~~~~~~~
../../testsuite.c:1787:9: warning: ‘talloc_set_memlimit’ is deprecated [-Wdeprecated-declarations]
1787 | torture_assert("memlimit", talloc_set_memlimit(l4, 512) == 0,
| ^~~~~~~~~~~~~~
../../talloc.h:1951:14: note: declared here
1951 | _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_;
| ^~~~~~~~~~~~~~~~~~~
../../testsuite.c:1820:9: warning: ‘talloc_set_memlimit’ is deprecated [-Wdeprecated-declarations]
1820 | talloc_set_memlimit(pool, 10*1024);
| ^~~~~~~~~~~~~~~~~~~
../../talloc.h:1951:14: note: declared here
1951 | _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_;
| ^~~~~~~~~~~~~~~~~~~
../../testsuite.c:1873:9: warning: ‘talloc_set_memlimit’ is deprecated [-Wdeprecated-declarations]
1873 | talloc_set_memlimit(pool, 11*1024);
| ^~~~~~~~~~~~~~~~~~~
../../talloc.h:1951:14: note: declared here
1951 | _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_;
| ^~~~~~~~~~~~~~~~~~~
../../testsuite.c:1885:9: warning: ‘talloc_set_memlimit’ is deprecated [-Wdeprecated-declarations]
1885 | talloc_set_memlimit(pool, 21*1024);
| ^~~~~~~~~~~~~~~~~~~
../../talloc.h:1951:14: note: declared here
1951 | _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_;
| ^~~~~~~~~~~~~~~~~~~
../../testsuite.c:1923:9: warning: ‘talloc_set_memlimit’ is deprecated [-Wdeprecated-declarations]
1923 | talloc_set_memlimit(pool, 1024);
| ^~~~~~~~~~~~~~~~~~~
../../talloc.h:1951:14: note: declared here
1951 | _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_;
| ^~~~~~~~~~~~~~~~~~~
../../testsuite.c:1944:9: warning: ‘talloc_set_memlimit’ is deprecated [-Wdeprecated-declarations]
1944 | talloc_set_memlimit(pool, 10*1024);
| ^~~~~~~~~~~~~~~~~~~
../../talloc.h:1951:14: note: declared here
1951 | _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_;
| ^~~~~~~~~~~~~~~~~~~
Note: Writing talloc.3