diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2020-02-26 18:26:13 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2020-02-26 18:59:31 +0100 |
commit | d36b06d7eb300ca5cbee22b4fcedaefc80585da1 (patch) | |
tree | 78f28596305b50bd7cc8c87a8a15eda77b5480ff /debian | |
parent | 110078022a6c6103be8f557aef1e268c4b680d88 (diff) |
Fix various compiler warnings
Diffstat (limited to 'debian')
-rw-r--r-- | debian/libapt-pkg6.0.symbols | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/libapt-pkg6.0.symbols b/debian/libapt-pkg6.0.symbols index fb58cfc6f..5add3bd93 100644 --- a/debian/libapt-pkg6.0.symbols +++ b/debian/libapt-pkg6.0.symbols @@ -627,7 +627,6 @@ libapt-pkg.so.6.0 libapt-pkg6.0 #MINVER# ### architecture specific: time_t (arch=!x32|c++)"FTPMDTMStrToTime(char const*, long&)@APTPKG_6.0" 0.8.0 (arch=x32|c++)"FTPMDTMStrToTime(char const*, long long&)@APTPKG_6.0" 0.8.0 - (arch=!x32|c++)"RFC1123StrToTime(char const*, long&)@APTPKG_6.0" 0.8.0 (arch=x32|c++)"RFC1123StrToTime(char const*, long long&)@APTPKG_6.0" 0.8.0 (arch=!x32|c++)"RFC1123StrToTime(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long&)@APTPKG_6.0" 1.9.0 (arch=x32|c++)"RFC1123StrToTime(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long long&)@APTPKG_6.0" 1.9.0 |