[Omake] Build fails with ocaml compile warnings

Hugo Ferreira hmf at inescporto.pt
Fri Mar 23 09:35:07 PDT 2007


Hello,

Aleksey Nogin wrote:
> 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.
> 

Sorry. I should have looked that up before posting.

Hugo F.


> Aleksey
> 



More information about the Omake mailing list