Explorar o código

idl: Ignore compiler warnings during builds (#3396)

acheron hai 10 meses
pai
achega
6fbfc40fe8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      idl/src/build.rs

+ 1 - 1
idl/src/build.rs

@@ -167,7 +167,7 @@ fn build(
             if skip_lint { "TRUE" } else { "FALSE" },
         )
         .env("ANCHOR_IDL_BUILD_PROGRAM_PATH", program_path)
-        .env("RUSTFLAGS", "--cfg procmacro2_semver_exempt")
+        .env("RUSTFLAGS", "--cfg procmacro2_semver_exempt -A warnings")
         .current_dir(program_path)
         .stderr(Stdio::inherit())
         .output()?;