Skip to content

fix(zmq): Fix clang compiler warnings in zmq radio#244

Open
bpodrygajlo wants to merge 1 commit into
duranta-project:developfrom
bpodrygajlo:zmq-warning-cleanup
Open

fix(zmq): Fix clang compiler warnings in zmq radio#244
bpodrygajlo wants to merge 1 commit into
duranta-project:developfrom
bpodrygajlo:zmq-warning-cleanup

Conversation

@bpodrygajlo

Copy link
Copy Markdown
Collaborator

No description provided.

@bpodrygajlo bpodrygajlo added the nrUE Run only 5G UE tests (physims included, LDPC tests excluded). label Jun 29, 2026
@bpodrygajlo bpodrygajlo force-pushed the zmq-warning-cleanup branch from c3f20a0 to ddc8d7b Compare June 29, 2026 16:00
@durantabot

Copy link
Copy Markdown
Collaborator

CI Build: #554 | Failed on the following stages:

@durantabot

Copy link
Copy Markdown
Collaborator

CI Build: #555 | Failed on the following stages:

Comment thread radio/zmq/zmq_radio.cpp
const size_t rx_buffer_size = sample_size * 300000;

typedef struct {
struct zmq_state_t {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the original warning (please put it into the description/commit message for reference) was here.

however, you have some additional changes converting a array into a vector. why? it looks ok but I don't understand why. Please also write this into the commit message if possible.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clang complained about VLA usage in C++ sources, I'll remove that change.

…inkage)

Signed-off-by: Bartosz Podrygajlo <bartosz.podrygajlo@openairinterface.org>
@bpodrygajlo bpodrygajlo force-pushed the zmq-warning-cleanup branch from ddc8d7b to 2a3f0ff Compare July 1, 2026 08:41
@bpodrygajlo bpodrygajlo added BUILD-ONLY Execute build stages only for code improvements with no impact on 4G/5G functionality. and removed nrUE Run only 5G UE tests (physims included, LDPC tests excluded). labels Jul 1, 2026
@durantabot

Copy link
Copy Markdown
Collaborator

CI Build: #589 | Failed on the following stages:

@rorsc rorsc added this to the OK_TO_BE_MERGED milestone Jul 2, 2026
@rorsc rorsc mentioned this pull request Jul 2, 2026
rorsc added a commit that referenced this pull request Jul 2, 2026
…ntegration_2026_w27

fix(zmq): Fix clang compiler warnings in zmq radio (#244)

Reviewed-by: Robert Schmidt <robert.schmidt@openairinterface.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BUILD-ONLY Execute build stages only for code improvements with no impact on 4G/5G functionality.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants