Warnings: teeks99-dkr-dc17-g20 - python / clang-linux-17~gnu20
Rev e0100e02f080c605b68e13899dc04aab466cbf60 / Sun, 10 Nov 2024 14:57:06 +0000
auto_ptr
../libs/python/test/auto_ptr.cpp:26:15: warning: 'auto_ptr<test_class<>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/auto_ptr.cpp:31:16: warning: 'auto_ptr<test_class<>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/auto_ptr.cpp:36:22: warning: 'auto_ptr<test_class<>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/auto_ptr.cpp:44:6: warning: 'auto_ptr<test_class<>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/auto_ptr.cpp:46:17: warning: 'auto_ptr<test_class<>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/auto_ptr.cpp:49:6: warning: 'auto_ptr<test_class<>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/auto_ptr.cpp:51:10: warning: 'auto_ptr<test_class<>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/auto_ptr.cpp:52:22: warning: 'auto_ptr<test_class<>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/auto_ptr.cpp:55:6: warning: 'auto_ptr<test_class<>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/auto_ptr.cpp:57:25: warning: 'auto_ptr<test_class<>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/auto_ptr.cpp:66:20: warning: 'auto_ptr<test_class<>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/auto_ptr.cpp:70:20: warning: 'auto_ptr<Y>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/auto_ptr.cpp:78:33: warning: 'auto_ptr<Y>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/auto_ptr.cpp:78:51: warning: 'auto_ptr<test_class<>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
14 warnings generated.
                
back_reference
../libs/python/test/back_reference.cpp:102:19: warning: 'auto_ptr<Z>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
1 warning generated.
                
copy_ctor_mutates_rhs
../libs/python/test/copy_ctor_mutates_rhs.cpp:12:19: warning: 'auto_ptr<int>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/copy_ctor_mutates_rhs.cpp:19:52: warning: 'auto_ptr<int>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
2 warnings generated.
                
injected
../libs/python/test/injected.cpp:20:6: warning: 'auto_ptr<test_class<>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/injected.cpp:20:50: warning: 'auto_ptr<test_class<>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
2 warnings generated.
                
operators_wrapper
../libs/python/test/operators_wrapper.cpp:39:10: warning: 'auto_ptr<vector>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/operators_wrapper.cpp:40:34: warning: 'auto_ptr<vector>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
2 warnings generated.
                
pointee
../libs/python/test/pointee.cpp:17:45: warning: 'auto_ptr<char **>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
1 warning generated.
                
polymorphism2
../libs/python/test/polymorphism2.cpp:100:13: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
1 warning generated.
                
polymorphism2_auto_ptr
../libs/python/test/polymorphism2.cpp:100:13: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
../libs/python/test/polymorphism2.cpp:140:22: warning: 'auto_ptr<A>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/polymorphism2.cpp:146:14: warning: 'auto_ptr<C>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/polymorphism2.cpp:150:22: warning: 'auto_ptr<D>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/polymorphism2.cpp:167:14: warning: 'auto_ptr<Q>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
5 warnings generated.
                
select_holder
../libs/python/test/select_holder.cpp:65:29: warning: 'auto_ptr<Base>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/select_holder.cpp:66:30: warning: 'auto_ptr<Base>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/select_holder.cpp:68:29: warning: 'auto_ptr<Derived>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/select_holder.cpp:69:45: warning: 'auto_ptr<Derived>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/select_holder.cpp:71:27: warning: 'auto_ptr<BR>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/select_holder.cpp:72:45: warning: 'auto_ptr<BR>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
6 warnings generated.
                
wrapper_held_type
../libs/python/test/wrapper_held_type.cpp:23:6: warning: 'auto_ptr<data>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/wrapper_held_type.cpp:25:17: warning: 'auto_ptr<data>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/wrapper_held_type.cpp:28:23: warning: 'auto_ptr<data>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/wrapper_held_type.cpp:62:36: warning: 'auto_ptr<data>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
4 warnings generated.