Skip to content

Commit

Permalink
remove warning supression
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-GS committed Apr 25, 2024
1 parent 8924bed commit 1703841
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions src/platform/datapath_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
#include "datapath_linux.c.clog.h"
#endif

#pragma warning(disable:4116) // unnamed type definition in parentheses

#pragma warning(disable:4100) // unreferenced
#pragma warning(disable:6101) // uninitialized
#pragma warning(disable:6386) // buffer overrun

QUIC_STATUS
CxPlatSocketUpdateQeo(
_In_ CXPLAT_SOCKET* Socket,
Expand Down
6 changes: 0 additions & 6 deletions src/platform/datapath_win.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
#include "datapath_winuser.c.clog.h"
#endif

#pragma warning(disable:4116) // unnamed type definition in parentheses

#pragma warning(disable:4100) // unreferenced
#pragma warning(disable:6101) // uninitialized
#pragma warning(disable:6386) // buffer overrun

_IRQL_requires_max_(PASSIVE_LEVEL)
_Success_(QUIC_SUCCEEDED(return))
QUIC_STATUS
Expand Down
6 changes: 0 additions & 6 deletions src/platform/datapath_xplat.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
#include "datapath_xplat.c.clog.h"
#endif

#pragma warning(disable:4116) // unnamed type definition in parentheses

#pragma warning(disable:4100) // unreferenced
#pragma warning(disable:6101) // uninitialized
#pragma warning(disable:6386) // buffer overrun

_IRQL_requires_max_(PASSIVE_LEVEL)
QUIC_STATUS
CxPlatDataPathInitialize(
Expand Down

0 comments on commit 1703841

Please sign in to comment.