diff options
author | Julian Andres Klode <jak@debian.org> | 2020-02-18 12:38:14 +0000 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2020-02-18 12:38:14 +0000 |
commit | 9a0a2daa268bd718a4b7fd9617b46ed74c76e94a (patch) | |
tree | 2b56db6a3e0bcad1389f2ab8663a09d1dc2c0b94 /apt-pkg/contrib/error.h | |
parent | dea9a6e3634f674050e525650cf8e7803f62d1da (diff) | |
parent | e8016805b87bead8eb3dff0d0559c5d9590b721b (diff) |
Merge branch 'pu/bump-abi6' into 'master'
Bump ABI to 6.0
See merge request apt-team/apt!103
Diffstat (limited to 'apt-pkg/contrib/error.h')
-rw-r--r-- | apt-pkg/contrib/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/contrib/error.h b/apt-pkg/contrib/error.h index b6291572e..5ab7b9f85 100644 --- a/apt-pkg/contrib/error.h +++ b/apt-pkg/contrib/error.h @@ -362,6 +362,6 @@ private: /*{{{*/ GlobalError *_GetErrorObj(); static struct { inline GlobalError* operator ->() { return _GetErrorObj(); } -} _error APT_UNUSED APT_PKG_590("Consider rewriting this"); +} _error APT_UNUSED; #endif |