[Omake] Build fails with ocaml compile warnings
Aleksey Nogin
anogin at hrl.com
Fri Mar 23 09:22:03 PDT 2007
On 23.03.2007 01:44, Hugo Ferreira wrote:
>> If you want to ignore the errors (although I would
>> suggest trying to fix them first, especially the
>> "S" ones), you need to relax the "-warn-error A" you are
>> using in your ocamlc call.
>>
> I really wanted to avoid this and see all warnings because
> the code that uses these extensions also has (my) hand-crafted
> code which should be fully checked by the compiler.
You can use something like "-w A -warn-error Asy" or even "-w A
-warn-error a" to see all warnings, but without aborting the compilation.
Aleksey
--
Aleksey Nogin, Research Staff Member
Advanced Technologies Department, Information & System Sciences Lab
HRL Laboratories, LLC, Malibu, CA
More information about the Omake
mailing list