Newsgroups: comp.parallel.pvm
From: hinker@informatik.uni-wuerzburg.de (Stefan Hinker)
Subject: Re: Q:about pvm_pkint with multple-D array
Organization: University of Wuerzburg, Germany
Date: 23 Jan 1996 23:10:26 GMT
Message-ID: <4e3pt2$9u9@winx03.informatik.uni-wuerzburg.de>

D J Batey (mapdjb@bath.ac.uk) wrote:

: Well, if I remember rightly, multidimensional arrays are declared as
 (stuff deleted)
: an int (int *), the warning is quite correct. It's only a warning,
: though, so it should compile, and since arrays are stored the way you
: seem to expect, it should work. If you want to get rid of the warning
: you could always cast it to an (int *)...

I would not advise to force a compiler to ignore warnings.  There is always
a reason for it, get rid of the reason, not the message!

No offence,
Stefan
--
===============================================================================
Stefan Hinker                         email: hinker@informatik.uni-wuerzburg.de
                   Short signatures, please! 
===============================================================================

