diff options
| author | Peter Hutterer <peter.hutterer@who-t.net> | 2013-07-24 14:23:25 +1000 |
|---|---|---|
| committer | Peter Hutterer <peter.hutterer@who-t.net> | 2013-07-31 10:05:49 +1000 |
| commit | 0bccf8c5268826bdb0835dd9b7964bcc95bae35f (patch) | |
| tree | 8f1e9026fa151bf4bc9688db54536429c19f12c3 /test/mtdev-kernel.c | |
| parent | 1ddaf0af41098d0a01eac162c6fe4d38f2fbbbad (diff) | |
test: silence compiler warning - implicit declaration of function ‘atoi’
mtdev-kernel.c:130:2: warning: implicit declaration of function ‘atoi’
[-Wimplicit-function-declaration]
eslot = atoi(argv[1]) + 1;
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'test/mtdev-kernel.c')
| -rw-r--r-- | test/mtdev-kernel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mtdev-kernel.c b/test/mtdev-kernel.c index 1f33c3e..eaa65f4 100644 --- a/test/mtdev-kernel.c +++ b/test/mtdev-kernel.c | |||
| @@ -28,6 +28,7 @@ | |||
| 28 | 28 | ||
| 29 | #include <../src/common.h> | 29 | #include <../src/common.h> |
| 30 | #include <stdio.h> | 30 | #include <stdio.h> |
| 31 | #include <stdlib.h> | ||
| 31 | #include <time.h> | 32 | #include <time.h> |
| 32 | 33 | ||
| 33 | /* | 34 | /* |
