diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2022-09-22 10:08:16 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2022-09-23 05:50:37 +0000 |
| commit | f419206841764323c244bf91051b2878451c17b6 (patch) | |
| tree | 136dfd9c4658b019f7da7196827de599865b3f65 /build_scripts/utils.py | |
| parent | 29775a7cdf032955f2f40ea3487f1ea634cc8500 (diff) | |
shiboken6/test: Fix warnings about implicitly generated assignment operators
Fix warnings like:
warning: implicitly-declared constexpr Pen& Pen::operator=(const Pen&) is deprecated [-Wdeprecated-copy]
by removing definitions of copy constructors/assignment operators which
are equivalent to the default generated ones or spell out the special
methods were needed.
Pick-to: 6.3 6.2
Change-Id: Ie7cb335707f8bdd297b0ceea969909bc809016d7
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'build_scripts/utils.py')
0 files changed, 0 insertions, 0 deletions
