nixpkgs/pkgs/development/libraries/doctest
Randy Eckenrode 8bde04060a doctest: fix build with clang 16
Clang 16 adds a buffer hardening mode as a new warning. doctest enables
all warnings and promotes them to errors, which causes the build to fail
with clang 16. The upstream PR suppresses these warnings on clang 16.

Background: https://discourse.llvm.org/t/rfc-c-buffer-hardening/65734
2023-08-03 23:20:01 +03:00
..
default.nix doctest: fix build with clang 16 2023-08-03 23:20:01 +03:00