Status: New
Owner: ----
New issue 85 by
dankoi...@gmail.com: compilation fails due to
non-revocable "-warn-error" ocaml option
http://code.google.com/p/teyjus/issues/detail?id=85
Compilation fails on linux for teyjus-2.0-b2, using ocaml 4.01.0 and omake
0.9.8.6, because a warning message is forces to be an error:
+ ocamlopt.opt -warn-error A -I . -I . -I ../disassembler
-I ../simulator -I ../loader -c
parse.ml
File "
parse.ml", line 119, characters 10-16:
Warning 26: unused variable print'.
File "
parse.ml", line 1:
Error: Some fatal warnings were triggered (1 occurrences)
Giving the option "--no-warn-error" to omake does not help, ocamlopt.opt is
still run with the "warn-error" argument.
This is probably something simple, but being new to ocaml I couldn't fix
it. (I cannot find the option in OMakefile-s)
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings