caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Question about warning message.
@ 2004-05-05 15:16 Claudio Trento
  2004-05-05 16:02 ` David Brown
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Claudio Trento @ 2004-05-05 15:16 UTC (permalink / raw)
  To: caml-list

Hi,
my g++ compiler show me this warning:
  
    << warning: unused variable `int caml__dummy_n' >>

Here little lines of the function that generates this warning

....
extern "C"
CAMLprim value
foo(value n) try {
  CAMLparam1(n);  (perhaps something lacks here?!?)
  int nn = Int_val(n);
  ....
  ...

I don't know where is the problem! Please, who can help me?

Thanks

Claudio

-------------------
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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2004-05-17 16:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-05 15:16 [Caml-list] Question about warning message Claudio Trento
2004-05-05 16:02 ` David Brown
2004-05-05 16:40   ` Roberto Bagnara
2004-05-17 14:43   ` Damien Doligez
2004-05-17 15:31     ` Olivier Andrieu
2004-05-17 16:44     ` Roberto Bagnara
2004-05-05 16:47 ` Xavier Leroy
2004-05-05 19:22   ` Shawn Wagner
2004-05-05 20:46 ` Evan Martin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).