]> www.infradead.org Git - users/hch/nvme-cli.git/commit
Fix compilation errors:
authorGwendal Grignou <gwendal@chromium.org>
Thu, 13 Oct 2016 21:25:33 +0000 (14:25 -0700)
committerGwendal Grignou <gwendal@chromium.org>
Thu, 13 Oct 2016 21:46:30 +0000 (14:46 -0700)
commit19b336bc559dcbda83491d80e12d68c826a87529
treee2486a16a9ab0975ba52d69215a466c1692e2b8f
parente301c73bf7456b31d16fc227eb2a05273f6b264a
Fix compilation errors:

While compiling nvme-cli for ChromeOS, the compiler founds minor issues
in the code:
- unsigned and sizet_t can never be negative.
- use fabs instead of llabs when argument is a double.

Signed-off-by: Gwendal Grignou <gwendal@chromium.org>
argconfig.c
fabrics.c
suffix.c