More LLVM warnings as errors kicking things in the mouth...

This commit is contained in:
ThePhD 2019-03-23 12:22:38 -04:00
parent 498ddf3866
commit a121366a29
No known key found for this signature in database
GPG Key ID: 1509DB1C0F702BFA

View File

@ -41,7 +41,7 @@ struct ext_getset {
}
ext_getset(ext_getset&&) = default;
ext_getset(const ext_getset&) = delete;
ext_getset& operator=(ext_getset&&) = default;
ext_getset& operator=(ext_getset&&) = delete;
ext_getset& operator=(const ext_getset&) = delete;
~ext_getset() {
}