Skip to content
Unverified Commit af86bf34 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

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"
  ];
parent cc1d4add
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment