Several fixes for the compiler (#2422)

* Update .gitignore for nix

* Fix build failure when compiling with -Werror=maybe-uninitialized

* Fix test failure formatting

* Add separateDebugInfo to c3c Nix build
This commit is contained in:
vssukharev
2025-08-20 22:47:22 +03:00
committed by GitHub
parent 28ffb864a3
commit b7c9a4e2e9
4 changed files with 10 additions and 6 deletions

6
.gitignore vendored
View File

@@ -80,8 +80,10 @@ TAGS
/.cache/
/compile_commands.json
# 'nix build' resulting symlink
# Nix
result
/.envrc
/.direnv/
# macOS
.DS_Store
@@ -89,4 +91,4 @@ result
# tests
/test/tmp/*
/test/testrun
/test/test_suite_runner
/test/test_suite_runner