nixpkgs/pkgs/development/libraries/rapidjson
Dmitry Kalinkin af86bf34ff
rapidjson: fix build on darwin
Disables -Werror

Alternatively one could use

  NIX_CFLAGS_COMPILE = [
    "-Wno-error=implicit-fallthrough"
    "-Wno-error=zero-as-null-pointer-constant"
    "-Wno-error=shadow"
  ];
2018-04-03 16:04:02 -04:00
..
default.nix rapidjson: fix build on darwin 2018-04-03 16:04:02 -04:00