From 59422e31cf4779a7fb21d205273d67e45d1f6732 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Thu, 26 Sep 2013 21:15:53 -0400 Subject: [PATCH] Enable all compiler warnings. --- polymorphic-life/001/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/polymorphic-life/001/Makefile b/polymorphic-life/001/Makefile index 40aae7d..76658f0 100644 --- a/polymorphic-life/001/Makefile +++ b/polymorphic-life/001/Makefile @@ -9,6 +9,7 @@ build: -use-ocamlfind \ -package core \ -tag thread \ + -cflags "-w +A" \ src/$(executable_name_ext) @mkdir -p bin/ @cp _build/src/$(executable_name_ext) bin/$(executable_name) -- 2.20.1