From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bill Nottingham Date: Mon, 12 Nov 2001 17:01:57 +0000 Subject: [Linux-ia64] Re: Unaligned access in ia64 Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org Pereira, D LailaX E (d.lailax.e.pereira@intel.com) said: > warning: cast from pointer to integer of different size > This happens when I convert (void*) pointer to int i. Well, yes, because they aren't the same size. Bill