Fix x86_64 compatibility and all warnings
commit894e331c5a1ea15b79de1fa23dcf95fda59311e4
authorPavel Roskin <proski@gnu.org>
Mon, 19 Jan 2009 02:47:38 +0000 (18 21:47 -0500)
committerDavid Kilroy <kilroyd@googlemail.com>
Tue, 20 Jan 2009 23:47:14 +0000 (20 23:47 +0000)
tree3e43e4435f60b62b4d2d85420a4da6eef95a3eb5
parentd468abd859c69bb422647db4c8150b08769bea34
Fix x86_64 compatibility and all warnings

Don't cast "data" to u32.  Don't apply any masks to "data", as the later
is returned by malloc() and doesn't have to be aligned.

Use "t" modifier for ptrditt_t and "z" modifier for size_t.

Comment out write_hermesap_fw(), as it's never called.
hfwget.c