Eliminate two compiler warnings
commitab7928688e13143b05526883f6629c4b0f8944b8
authorRamkumar Ramachandra <artagnon@gmail.com>
Mon, 24 May 2010 18:35:49 +0000 (24 20:35 +0200)
committerDavid Barr <david.barr@cordelta.com>
Tue, 25 May 2010 08:05:24 +0000 (25 18:05 +1000)
tree2027010028a0ca26a98a5799aafc5ee50ac67fcf
parent9e3fd7a443dd5593a8f3fc06d99abd88c76a7c67
Eliminate two compiler warnings

The compiler warns about the large literal in trp.h being signed
before it's implicitly cast to unsigned, and about a certain format
specifier in a printf in string_pool.c being incorrect. Fix these. The
warnings about undefined functions generated by the cpp macros in
obj_pool.h persist.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
fast_export.c
trp.h