microsoft/msquic

2.6.0 : Visual Studio : some warnings as errors

開放

#6,234 建立於 2026年8月14日

 (3 則留言) (0 個反應) (0 位負責人)C (683 個分叉)github user discovery
Area: Buildgood first issue

倉庫指標

星標
 (4,758 顆星)
PR 合併指標
 (平均合併 6天) (30 天內合併 40 個 PR)

描述

Describe the bug

Visual Studio 2019 msQUIC 2.6.0

The VS project treats warnings as errors, and there are a few warnings that will prevent complete build unless disabled by /wd

api.c : C6101
crypto_tls.c : C28020
datapath_Raw.c : C6385
datapath_Raw_xdp_win.c : C6385, C6001
storage_winuser.c: C6101

Affected OS

  • Windows
  • Linux
  • macOS
  • Other (specify below)

Additional OS information

Windows 10

MsQuic version

2.6.0

Steps taken to reproduce bug

Using Cmake Just change QUIC_TLS_LIB to either openssl or quictls

Expected behavior

It should build rather than stopping on warning

Actual outcome

The build stops

Additional details

No response

貢獻者指南