Disable warnings for Windows

Bug: http://b/69933068

Disable -Wunused-parameter, which is emitted when using Clang to build
Windows host modules. ('path' parameter to f2fs_dev_is_umounted in
lib/libf2fs.c).

Disable -Wtypedef-redefinition to silence redefintion of u8, u16, u32,
u64 in include/f2fs_fs.h.

Test: m native-host-cross with clang
Change-Id: I924080ded9443fb60fb91ab38ed41585c44d3e01
1 file changed