diff options
author | Andy Shevchenko <ext-andriy.shevchenko@nokia.com> | 2011-04-05 16:55:50 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-04-05 17:13:47 +0300 |
commit | 30e39ef877a3d039e31b19065afe37d643f82f12 (patch) | |
tree | f3f9b875734bb68c1e45059c7c0b5dc4b80e95c3 /tests/checkfs/comm.c | |
parent | 118fc7debb64d0486333d767225d3f150053a556 (diff) |
tests: checkfs: fix compiler warnings
There are two warnings:
- strlen() is used without prototype
- argument of printf() is unsigned long, but used specifier is for int
This patch fixes them.
Signed-off-by: Andy Shevchenko <ext-andriy.shevchenko@nokia.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'tests/checkfs/comm.c')
-rw-r--r-- | tests/checkfs/comm.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/checkfs/comm.c b/tests/checkfs/comm.c index 57fc7ed..881a270 100644 --- a/tests/checkfs/comm.c +++ b/tests/checkfs/comm.c @@ -21,15 +21,12 @@ Split the modbus comm part of the program (that sends the ok to pwr me down message) into another file "comm.c" - - */ #include <stdio.h> #include <stdlib.h> #include <unistd.h> - - +#include <string.h> /* This is the routine that forms and |