fix some compiler warnings

This commit is contained in:
Harald Welte
2017-02-27 20:34:20 +01:00
parent d8a003dfd7
commit d52523185f
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
#include "req_ctx.h"
#include "osmocom/core/timer.h"
uint32_t g_unique_id[4];
unsigned int g_unique_id[4];
/*------------------------------------------------------------------------------
* Internal variables

View File

@@ -9,7 +9,7 @@
#include "req_ctx.h"
#include "osmocom/core/timer.h"
uint32_t g_unique_id[4];
unsigned int g_unique_id[4];
/*------------------------------------------------------------------------------
* Internal variables