cast sizeof() to unsigned to avoid warnings on 64-bit
commit8947b985335cbf9b30cffb9e79f9ed7a1899e298
authorEric Wong <normalperson@yhbt.net>
Sun, 9 Aug 2009 21:42:44 +0000 (9 14:42 -0700)
committerEric Wong <normalperson@yhbt.net>
Sun, 9 Aug 2009 21:42:44 +0000 (9 14:42 -0700)
tree5f581722feefdf7174baa31bb60599a7d17ba847
parentfbf5a27dbdbb61fbcdc135ed75d7ca5f2eab66b5
cast sizeof() to unsigned to avoid warnings on 64-bit

I doubt we'll ever see sizeof() returning a value larger than
UINT_MAX...
compat-util.h