Files
loongoffice/external/gpgmepp/gcc9.patch
Stephan Bergmann 6a5a69bd59 external/gpgmepp: silence -Werror=deprecated-copy (GCC trunk towards GCC 9)
Change-Id: Ib516eb3c9905577f083b99dd972443dcb3e86a42
Reviewed-on: https://gerrit.libreoffice.org/58043
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-07-26 20:38:42 +02:00

11 lines
254 B
Diff

--- lang/cpp/src/key.h
+++ lang/cpp/src/key.h
@@ -62,6 +62,7 @@
/* implicit */ Key(const Null &);
Key(const shared_gpgme_key_t &key);
Key(gpgme_key_t key, bool acquireRef);
+ Key(Key const &) = default;
static const Null null;