-Werror,-Wvarargs

Desktop / LibreOffice - Stephan Bergmann [redhat.com] - 27 April 2016 06:47 UTC

"passing an object that undergoes default argument promotion to 'va_start' has undefined behavior []"

just drop the variadic overload and use the one taking a WizardPath (i.e., a vector)

81105d9 -Werror,-Wvarargs
.../controller/dialogs/dlg_CreationWizard.cxx | 5 ++--
.../ext/macromigration/macromigrationdialog.cxx | 2 +-
extensions/source/abpilot/abspilot.cxx | 20 +++++--------
include/svtools/roadmapwizard.hxx | 6 ----
svtools/source/dialogs/roadmapwizard.cxx | 31 --------------------
sw/source/ui/dbui/mailmergewizard.cxx | 10 +++----
6 files changed, 15 insertions(+), 59 deletions(-)

Upstream: cgit.freedesktop.org


  • Share