mirror of
https://github.com/brmlab/osmo-tetra.git
synced 2025-06-08 09:54:09 +02:00
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:
parent
42dead06be
commit
dafde94bfe
5 changed files with 36 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue