From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 23ADCBC0A for ; Fri, 18 May 2007 22:14:06 +0200 (CEST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l4IKE5kZ020274 for ; Fri, 18 May 2007 22:14:05 +0200 Received: by ug-out-1314.google.com with SMTP id k3so478457ugf for ; Fri, 18 May 2007 13:14:05 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=p5GjqnuzUyW3yj3Mvu17SRN8FpHc5MwuNpp/DCFowaMXsjB0+uzPic5lNrXFnt9hJBEueyd/kclZfXXvtQ5/eIpmyugdf9AGN+iehy+X+R5B1AcHT7j2ZpTaMP+3q5RhsAFN+jATMP4jEmBeHvldaA8gkKZvorEVkwKRgSWORF4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=kI+BEOBVSU21OWp9MAI19FTH/b80Vjdf8v0/xf5zI3VD3bLIutfs3wrqxxQukYovjgNV2hHxh/AtELrrB7Ly1OXWsl3KGzNsmT3yJ9BNt3pDph6I3VkT9xwEcE/b5xa1eCOaUGNANz9XrBTiGaVYqmQBbZUkeGBnBTySIajISSo= Received: by 10.66.237.9 with SMTP id k9mr1267240ugh.1179519245272; Fri, 18 May 2007 13:14:05 -0700 (PDT) Received: from ?192.168.1.33? ( [83.52.62.16]) by mx.google.com with ESMTP id z40sm1017150ikz.2007.05.18.13.14.03; Fri, 18 May 2007 13:14:04 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: <22025193-D5A8-41EC-8029-D5409ED3EC75@gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: OCaml List From: Joel Reymont Subject: ocamlbuild: Enabling all warnings Date: Fri, 18 May 2007 21:14:01 +0100 X-Mailer: Apple Mail (2.752.3) X-j-chkmail-Score: MSGID : 464E090D.000 on discorde : j-chkmail score : XXX : 5/20 1 0.000 -> 3 X-Miltered: at discorde with ID 464E090D.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; ocamlc:01 flags:01 invoke:01 warnings:03 suggestions:07 i'm:09 enabling:12 but:14 set:14 thanks:17 then:17 would:18 files:18 understand:21 tags:22 What is the easiest way to tell ocamlbuild to always invoke ocamlc with "-w a"? I understand that I can set up flags in myocamlbuild.ml but I would then have to apply them to files in my _tags, right? Overall, I'm not sure how to do this and welcome any suggestions. Thanks, Joel -- http://wagerlabs.com/