SuccessChanges

Summary

  1. contrib/ci.inria.fr: revert make distcheck chmod -w on failure (details)
  2. private/misc: add parentheses inside macros (details)
  3. API: restrict() flags are unsigned long (details)
  4. contrib/ci.inria.fr: filter-out more cppcheck warnings (details)
Commit 7359e890a90642c64da40d1fb04e794e7077ebe1 by brice.goglin
contrib/ci.inria.fr: revert make distcheck chmod -w on failure
The SCM step of the pipeline may fail in "git clean -fdx" if some
remnants of the previous build are set ro read-only. make distcheck
temporarily sets the source directory to R/O, revert that to R/W on
failure during make distcheck.
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
(cherry picked from commit 1341d5863e5149a3c5efeed98cec9ac3bc76906c)
The file was modifiedcontrib/ci.inria.fr/job-0-tarball.sh (diff)
Commit 9cd5c9437fb9f72b19b699e6b034ff9b1fdffb21 by brice.goglin
private/misc: add parentheses inside macros
cppcheck says we need clarify the precedence when complex parameters
are passed.
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
(cherry picked from commit 16e7bdf343bd9345a311806357a8a2068b3b52bf)
The file was modifiedinclude/private/misc.h (diff)
Commit e42f5cafd930cb08d2aa44de8e465df0354c3902 by brice.goglin
API: restrict() flags are unsigned long
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
(cherry picked from commit c8da81fb813e88019ffa24ea1b06bffea0b386c1)
The file was modifiedinclude/hwloc.h (diff)
Commit 124fb7c5f510571f465c51d2244397c59ea07af3 by brice.goglin
contrib/ci.inria.fr: filter-out more cppcheck warnings
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
(cherry picked from commit ea098938cc3f359fde8f9e742ae58b3b4b976976)
The file was modifiedcontrib/ci.inria.fr/job-3-sonarscanner.sh (diff)