Disable warning 44:
[cellular-automata.git] / polymorphic-life / 001 / Makefile
index 76658f0..9328a65 100644 (file)
@@ -9,7 +9,7 @@ build:
                -use-ocamlfind \
                -package core \
                -tag thread \
-               -cflags "-w +A" \
+               -cflags "-w +A-44" \
                src/$(executable_name_ext)
        @mkdir -p bin/
        @cp _build/src/$(executable_name_ext) bin/$(executable_name)
This page took 0.019676 seconds and 4 git commands to generate.