Add casts to generated entries in sdksyms.c to silence type mismatch warnings

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
This commit is contained in:
Alan Coopersmith 2009-04-24 00:05:28 -07:00
parent 7d0f7518c2
commit 0c467b1f99

View File

@ -399,7 +399,7 @@ BEGIN {
sub(/[^a-zA-Z0-9_].*/, "", symbol);
#print;
printf(" &%s,\n", symbol);
printf(" (void *) &%s,\n", symbol);
}
}