summaryrefslogtreecommitdiff
path: root/apt-private
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2017-10-05 14:49:27 +0200
committerDavid Kalnischkies <david@kalnischkies.de>2017-10-05 17:30:25 +0200
commit50920fca5eff021f810d5de0cc9d2fa4d6068c50 (patch)
tree045df93cbce56169a49bb1a0ebb83489a5b469b5 /apt-private
parent012932793ba0ea9398a9acd80593bed8e77cfbfc (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')
0 files changed, 0 insertions, 0 deletions