diff options
author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2022-04-23 16:18:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-23 16:18:53 +0200 |
commit | bcf8d2aef48f8b4e61f88fcdcd366fc3e4d926cb (patch) | |
tree | eddd859a005444fa7727d7877194a426753fd640 /deps | |
parent | 5def0cdd12625ca69bb092878d3af79bbcc5e9d6 (diff) |
fix(Clang/CMake): -Wdeprecated-copy warning in G3D (#11471)
* cherry-pick commit (https://github.com/TrinityCore/TrinityCore/commit/a650bd631a4681d09e3ff66f79b73b99299565f3)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
Co-authored-by: Kargatum <dowlandtop@yandex.com>
Diffstat (limited to 'deps')
-rw-r--r-- | deps/g3dlite/include/G3D/Vector3.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/g3dlite/include/G3D/Vector3.h b/deps/g3dlite/include/G3D/Vector3.h index 1c42513b45..05d9b11ed5 100644 --- a/deps/g3dlite/include/G3D/Vector3.h +++ b/deps/g3dlite/include/G3D/Vector3.h @@ -128,7 +128,6 @@ public: Axis primaryAxis() const; // assignment and comparison - Vector3& operator=(const Vector3& rkVector) = default; Vector3& operator=(const Any& a); bool operator== (const Vector3& rkVector) const; bool operator!= (const Vector3& rkVector) const; |