CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2025-01-27 18:11:44 +01:00
parent d41ceb0d31
commit 3fd68d3ec6
3 changed files with 8 additions and 6 deletions
+6
View File
@@ -43,6 +43,9 @@
#include "p_lx_elf.h"
#include "ui.h"
// NOLINTBEGIN(clang-analyzer-core.CallAndMessage)
// NOLINTBEGIN(clang-analyzer-deadcode.DeadStores)
#if defined(__CHERI__) && defined(__CHERI_PURE_CAPABILITY__)
# pragma clang diagnostic ignored "-Wcheri-capability-misuse" // TODO later
# pragma clang diagnostic ignored "-Wcheri-provenance" // TODO later
@@ -9122,4 +9125,7 @@ void PackLinuxElf::unpack(OutputFile * /*fo*/)
throwCantUnpack("internal error");
}
// NOLINTEND(clang-analyzer-deadcode.DeadStores)
// NOLINTEND(clang-analyzer-core.CallAndMessage)
/* vim:set ts=4 sw=4 et: */