ocamlbuild: add a warn_error(X) parametrized tag to fully deprecate warn_%c, warn_error_%c
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14138 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
23803c2515
commit
955877a316
|
@ -605,7 +605,10 @@ let () =
|
|||
pflag ["ocaml"; "infer_interface"] "pp"
|
||||
(fun param -> S [A "-pp"; A param]);
|
||||
pflag ["ocaml";"compile";] "warn"
|
||||
(fun param -> S [A "-w"; A param])
|
||||
(fun param -> S [A "-w"; A param]);
|
||||
pflag ["ocaml";"compile";] "warn_error"
|
||||
(fun param -> S [A "-warn-error"; A param]);
|
||||
()
|
||||
|
||||
let camlp4_flags camlp4s =
|
||||
List.iter begin fun camlp4 ->
|
||||
|
|
Loading…
Reference in New Issue