Browse thread
[Caml-list] Question about warning message.
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2004-05-05 (20:47) |
From: | Evan Martin <martine@d...> |
Subject: | Re: [Caml-list] Question about warning message. |
On Wed, May 05, 2004 at 05:16:06PM +0200, Claudio Trento wrote: > Hi, > my g++ compiler show me this warning: > > << warning: unused variable `int caml__dummy_n' >> Now that you know it is harmless, you can disable the warning. Set your compile flags to something like "-Wall -Wno-unused" to keep all the other warnings enabled. -- Evan Martin martine@danga.com http://neugierig.org ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners