Commit Graph

3 Commits

Author SHA1 Message Date
Noel Grandin
80cb1ecb18 -Werror=unused-param
Change-Id: I066b74763e45c785a9ebd7094fc33f44b8ddefb6
2019-04-12 17:52:44 +02:00
Noel Grandin
39f6b78a74 remove leftover debug dump() calls
Change-Id: Ic3c854c831b5b9507e2f1a691adf6a2269b3875b
2019-04-12 15:19:41 +02:00
Noel Grandin
b65f3fbb2b new loplugin sequentialassign
Look for places we are assigning to the same variable twice
in succession, which means we can simplify that to a single assign

Change-Id: I499d20e28f5595e81e927bef8e1bf364eea8ba91
Reviewed-on: https://gerrit.libreoffice.org/70531
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-04-11 08:52:49 +02:00