Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix debug build #415

Merged
merged 2 commits into from
Aug 6, 2024
Merged

Conversation

saurabhkale17
Copy link

Description

This pull request resolves issues with the debug build where the compiler treated warnings as errors.

Motivation and Context

This PR addresses the -Wsign-compare warning, which occurs when comparing signed and unsigned integers. Such comparisons can lead to unexpected behavior and need to be corrected.
It also addresses small issue in handling multiple q-nodes.

@ankitm3k
Copy link

ankitm3k commented Aug 6, 2024

LGTM

@sfatimar sfatimar merged commit e5b95f3 into ovep-develop-lnl-1.2 Aug 6, 2024
10 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants