mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
fix some compiler warnings
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user