unity-test: fix clang build (#520032)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-14 17:32:25 +00:00
committed by GitHub
+1
View File
@@ -27,6 +27,7 @@ let
"-Wno-unsafe-buffer-usage"
"-Wno-reserved-identifier"
"-Wno-extra-semi-stmt"
"-Wno-implicit-void-ptr-cast"
];
in
stdenv.mkDerivation (finalAttrs: {