Whamcloud - gitweb
config: silence printf format warnings
authorEric Whitney <enwlinux@gmail.com>
Fri, 4 Jan 2013 10:27:12 +0000 (10:27 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 9 Jan 2013 02:04:03 +0000 (21:04 -0500)
commitda489dd2f3287b644c792c4e7ffb530a8ae0b9a2
tree2ce15d1fd65b2930b165515ede9326a6e582d7d1
parentf0257d8891c602cabc7358a5ca826444a172ccf5
config: silence printf format warnings

The printfs in the asm_types.c code contained within parse-types.sh
expect sizeof to return an int.  Fix this for architectures where this
isn't true (x86_64, etc.) so we don't see warning messages while
running the configure script.

Signed-off-by: Eric Whitney <enwlinux@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
config/parse-types.sh