Skip to content

Init 'up' to fix clang-cl uninitialized warning#464

Open
jim-signal wants to merge 1 commit intoxiph:mainfrom
jim-signal:fix-windows-build
Open

Init 'up' to fix clang-cl uninitialized warning#464
jim-signal wants to merge 1 commit intoxiph:mainfrom
jim-signal:fix-windows-build

Conversation

@jim-signal
Copy link
Contributor

Building for Windows in the WebRTC context uses clang-cl (Clang's MSVC-compatible driver), which doesn't recognize the GCC-style noreturn attribute. The default branch is treated as potentially returning, and warns that up may be uninitialized.

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.

2 participants