Skip to content
Commit 5bb983b0 authored by Christoph Lameter's avatar Christoph Lameter Committed by Christoph Lameter
Browse files

SLUB: Deal with annoying gcc warning on kfree()



gcc 4.2 spits out an annoying warning if one casts a const void *
pointer to a void * pointer. No warning is generated if the
conversion is done through an assignment.

Signed-off-by: default avatarChristoph Lameter <clameter@sgi.com>
parent 0afc2edf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment