-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
‘is’ may be used uninitialized [-Werror=maybe-uninitialized] #3049
Comments
Seems to work when building manually, makefile from my project doesn't work for some reason |
lws-team
added a commit
that referenced
this issue
Jan 15, 2024
Not sure the warning is not a false positive in practice. But I can also see there's room for it to get confused, I pushed a small patch on main zeroing |
lws:
mkdir -p libwebsockets/build
cd libwebsockets/build
cmake -B libwebsockets/build -S libwebsockets
make -C libwebsockets/build This makefile works. I don't know what was happening with a one-liner |
lws-team
added a commit
that referenced
this issue
Jan 15, 2024
|
lws-team
added a commit
that referenced
this issue
Jan 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: