summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2008-12-15 15:06:43 +0000
committerrillig <rillig@pkgsrc.org>2008-12-15 15:06:43 +0000
commit069677a7b293cfe00a530f2bb8c811386e9d8d7f (patch)
tree26e2f341309f4f2b07ea4bf13ce8ae21f903938b /devel
parentefb528fb82e4b00bbe053419b0a73ca49e28b14f (diff)
downloadpkgsrc-069677a7b293cfe00a530f2bb8c811386e9d8d7f.tar.gz
gcc complains when an int is cast to a pointer of different size. To
avoid that warning, the ints are first cast to size_t, which is more likely to match the size of a pointer. Unfortunately, the intptr_t and uintptr_t types are marked optional in C99.
Diffstat (limited to 'devel')
0 files changed, 0 insertions, 0 deletions