diff options
author | David Kalnischkies <david@kalnischkies.de> | 2017-10-05 14:49:27 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2017-10-05 17:30:25 +0200 |
commit | 50920fca5eff021f810d5de0cc9d2fa4d6068c50 (patch) | |
tree | 045df93cbce56169a49bb1a0ebb83489a5b469b5 /apt-private/private-download.h | |
parent | 012932793ba0ea9398a9acd80593bed8e77cfbfc (diff) |
remove pointless va_copy to avoid cleanup dance
A va_copy call needs to be closed in all branches with va_end, so these
functions would need to be reworked slightly, but we don't actually need
to copy the va_list as we don't work on it, we just push it forward, so
dropping the copy and everyone is happy.
Reported-By: cppcheck
Gbp-Dch: Ignore
Diffstat (limited to 'apt-private/private-download.h')
0 files changed, 0 insertions, 0 deletions