diff options
author | Ron Yorston <rmy@pobox.com> | 2015-07-15 11:45:53 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2015-07-15 11:53:50 +0100 |
commit | 70a4a723c507efc4e1bcfa4d4685da0821bff6dc (patch) | |
tree | a0ec583f0be1ed6f3fa46906d7b8d7ba2c8cadb2 /include/mingw.h | |
parent | a08314a5ac85a613ef1c8b1d14badae7e7324409 (diff) | |
download | busybox-w32-70a4a723c507efc4e1bcfa4d4685da0821bff6dc.tar.gz busybox-w32-70a4a723c507efc4e1bcfa4d4685da0821bff6dc.tar.bz2 busybox-w32-70a4a723c507efc4e1bcfa4d4685da0821bff6dc.zip |
win32: silence some compiler warnings
Diffstat (limited to 'include/mingw.h')
-rw-r--r-- | include/mingw.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index fa760342b..858e011de 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -215,6 +215,11 @@ void unsetenv(const char *env); | |||
215 | void *mempcpy(void *dest, const void *src, size_t n); | 215 | void *mempcpy(void *dest, const void *src, size_t n); |
216 | 216 | ||
217 | /* | 217 | /* |
218 | * strings.h | ||
219 | */ | ||
220 | int ffs(int i); | ||
221 | |||
222 | /* | ||
218 | * sys/ioctl.h | 223 | * sys/ioctl.h |
219 | */ | 224 | */ |
220 | 225 | ||