mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
Merge remote-tracking branch 'bpodrygajlo/zmq-warning-cleanup' into integration_2026_w27
fix(zmq): Fix clang compiler warnings in zmq radio (#244) Reviewed-by: Robert Schmidt <robert.schmidt@openairinterface.org>
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
const size_t sample_size = sizeof(cf_t);
|
||||
const size_t rx_buffer_size = sample_size * 300000;
|
||||
|
||||
typedef struct {
|
||||
struct zmq_state_t {
|
||||
void *context;
|
||||
zmq_tx_stream tx_stream;
|
||||
zmq_rx_stream rx_stream;
|
||||
@@ -62,7 +62,7 @@ typedef struct {
|
||||
std::atomic<bool> poll_thread_running;
|
||||
bool stopped = false;
|
||||
double sample_rate;
|
||||
} zmq_state_t;
|
||||
};
|
||||
|
||||
static void poll_thread(zmq_state_t *s)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user