fixed warnings from compiler findings

- added missing header definition for tun_alloc
- added missing switch cases -> fixed by TODO/FIXME comment
This commit is contained in:
luckyhacky 2014-11-13 20:35:39 +01:00 committed by Jiří Pinkava
parent 42dead06be
commit dafde94bfe
5 changed files with 36 additions and 2 deletions

View file

@ -306,8 +306,11 @@ int build_sb()
int main(int argc, char **argv)
{
int err, i;
int i;
#if 0
int err;
uint16_t out;
#endif
uint32_t ret;
/* first: run some subsystem tests */