../../build/Makefile.tbb:28: CONFIG: cfg=release arch=intel64 compiler=gcc target=linux runtime=gnu ../../src/tbbmalloc/proxy.cpp:300:7: warning: ‘void* __libc_valloc(size_t)’ specifies less restrictive attributes than its target ‘void* valloc(size_t)’: ‘alloc_size’, ‘malloc’, ‘nothrow’ [-Wmissing-attributes] 300 | void *__libc_valloc(size_t size) __attribute__ ((alias ("valloc"))); | ^~~~~~~~~~~~~ ../../src/tbbmalloc/proxy.cpp:231:14: note: ‘void* __libc_valloc(size_t)’ target declared here 231 | void *PREFIX(valloc)(ZONE_ARG size_t size) __THROW | ^~~~~~ ../../src/tbbmalloc/proxy.cpp:166:22: note: in definition of macro ‘PREFIX’ 166 | #define PREFIX(name) name | ^~~~ ../../src/tbbmalloc/proxy.cpp:299:7: warning: ‘void* __libc_pvalloc(size_t)’ specifies less restrictive attributes than its target ‘void* pvalloc(size_t)’: ‘alloc_size’, ‘malloc’, ‘nothrow’ [-Wmissing-attributes] 299 | void *__libc_pvalloc(size_t size) __attribute__ ((alias ("pvalloc"))); | ^~~~~~~~~~~~~~ ../../src/tbbmalloc/proxy.cpp:261:7: note: ‘void* __libc_pvalloc(size_t)’ target declared here 261 | void *pvalloc(size_t size) __THROW | ^~~~~~~ ../../src/tbbmalloc/proxy.cpp:298:7: warning: ‘void* __libc_memalign(size_t, size_t)’ specifies less restrictive attributes than its target ‘void* memalign(size_t, size_t)’: ‘alloc_size’, ‘malloc’, ‘nothrow’ [-Wmissing-attributes] 298 | void *__libc_memalign(size_t alignment, size_t size) __attribute__ ((alias ("memalign"))); | ^~~~~~~~~~~~~~~ ../../src/tbbmalloc/proxy.cpp:225:14: note: ‘void* __libc_memalign(size_t, size_t)’ target declared here 225 | void *PREFIX(memalign)(ZONE_ARG size_t alignment, size_t size) __THROW | ^~~~~~~~ ../../src/tbbmalloc/proxy.cpp:166:22: note: in definition of macro ‘PREFIX’ 166 | #define PREFIX(name) name | ^~~~ ../../src/tbbmalloc/proxy.cpp:297:7: warning: ‘void* __libc_calloc(size_t, size_t)’ specifies less restrictive attributes than its target ‘void* calloc(size_t, size_t)’: ‘alloc_size’, ‘leaf’, ‘malloc’, ‘nothrow’ [-Wmissing-attributes] 297 | void *__libc_calloc(size_t num, size_t size) __attribute__ ((alias ("calloc"))); | ^~~~~~~~~~~~~ ../../src/tbbmalloc/proxy.cpp:205:14: note: ‘void* __libc_calloc(size_t, size_t)’ target declared here 205 | void *PREFIX(calloc)(ZONE_ARG size_t num, size_t size) __THROW | ^~~~~~ ../../src/tbbmalloc/proxy.cpp:166:22: note: in definition of macro ‘PREFIX’ 166 | #define PREFIX(name) name | ^~~~ ../../src/tbbmalloc/proxy.cpp:296:7: warning: ‘void* __libc_malloc(size_t)’ specifies less restrictive attributes than its target ‘void* malloc(size_t)’: ‘alloc_size’, ‘leaf’, ‘malloc’, ‘nothrow’ [-Wmissing-attributes] 296 | void *__libc_malloc(size_t size) __attribute__ ((alias ("malloc"))); | ^~~~~~~~~~~~~ ../../src/tbbmalloc/proxy.cpp:200:14: note: ‘void* __libc_malloc(size_t)’ target declared here 200 | void *PREFIX(malloc)(ZONE_ARG size_t size) __THROW | ^~~~~~ ../../src/tbbmalloc/proxy.cpp:166:22: note: in definition of macro ‘PREFIX’ 166 | #define PREFIX(name) name | ^~~~ ../../src/tbbmalloc/proxy.cpp:149:18: warning: ‘void* __TBB_malloc_proxy(size_t)’ specifies less restrictive attributes than its target ‘void* malloc(size_t)’: ‘alloc_size’, ‘leaf’, ‘malloc’, ‘nothrow’ [-Wmissing-attributes] 149 | extern "C" void *__TBB_malloc_proxy(size_t) __attribute__ ((alias ("malloc"))); | ^~~~~~~~~~~~~~~~~~ ../../src/tbbmalloc/proxy.cpp:200:14: note: ‘void* __TBB_malloc_proxy(size_t)’ target declared here 200 | void *PREFIX(malloc)(ZONE_ARG size_t size) __THROW | ^~~~~~ ../../src/tbbmalloc/proxy.cpp:166:22: note: in definition of macro ‘PREFIX’ 166 | #define PREFIX(name) name | ^~~~ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY In file included from /home/conan/w/cci_PR-3995/1/e7afe431-b456-4f31-a979-33c8d5f846af/recipes/tbb/all/test_package/test_package.cpp:3: /home/conan/w/cci_PR-3995/.conan/data/tbb/2020.1/_/_/package/cbf3700a07e77fc094c00feba083e4a770f80834/include/tbb/compat/tuple:21:145: note: #pragma message: TBB Warning: tbb/compat/tuple is deprecated. For details, please see Deprecated Features appendix in the TBB reference manual. 21 | #pragma message("TBB Warning: tbb/compat/tuple is deprecated. For details, please see Deprecated Features appendix in the TBB reference manual.") | ^