lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 4 Feb 2014 11:23:17 +0300
From:	Dan Carpenter <dan.carpenter@...cle.com>
To:	SeongJae Park <sj38.park@...il.com>
Cc:	gregkh@...uxfoundation.org, dulshani.gunawardhana89@...il.com,
	shaun@...source.ca, lisa@...apiadmin.com, sima.baymani@...il.com,
	devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: cxt1e1: fix pointer-integer size mismatch
 warning

On Tue, Feb 04, 2014 at 04:01:26PM +0900, SeongJae Park wrote:
> Fix the pointer-integer size mismatch warning below:
> 	drivers/staging/cxt1e1/functions.c: In function ‘VMETRO_TRACE’:
> 	drivers/staging/cxt1e1/functions.c:268:21: warning: cast from pointer
> 			to integer of different size [-Wpointer-to-int-cast]
> 	     u_int32_t   y = (u_int32_t) x;
> 			     ^

This function isn't called.  Just delete it from here and also from the
.h file.

regards,
dan carpenter

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ