diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-05-11 21:40:17 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-06-12 11:44:33 +0200 |
commit | 9183b9a12c43b350d93fdcacc287513097ba68a1 (patch) | |
tree | 0028975603171c4ae6e034a2937464a021ca0ecf /toolkit | |
parent | 31d45cf1089c76a33c995af19f59e8e15fe84de3 (diff) |
More targeted silencing of -Wdeprecated-declarations
...compared to d1786724b8e8e474e1f7e39012c1f19611841dc0 "prevent warnings in
pyuno with latest python". For one it is only the
/* bpo-37250: kept for backwards compatibility in CPython 3.8 only */
Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
member (in /usr/include/python3.8/cpython/object.h) that causes a warning. And
for another it is only Clang that emits a warning when initializing a deprecated
member that way, <http://lists.llvm.org/pipermail/cfe-dev/2020-May/065392.html>
"[cfe-dev] Diagnosing initialization of deprecated data member?"
Change-Id: I36625118a6bb26f5468d436da4caa82911181202
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94016
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96195
Tested-by: Tor Lillqvist <tml@collabora.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'toolkit')
0 files changed, 0 insertions, 0 deletions