REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3549
Disable warning 4706 to allow assignments in conditional statements. Cc: Rebecca Cran <rebe...@nuviainc.com> Signed-off-by: Michael D Kinney <michael.d.kin...@intel.com> --- StdLib/BsdSocketLib/BsdSocketLib.inf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/StdLib/BsdSocketLib/BsdSocketLib.inf b/StdLib/BsdSocketLib/BsdSocketLib.inf index 44b7899..c806c4a 100644 --- a/StdLib/BsdSocketLib/BsdSocketLib.inf +++ b/StdLib/BsdSocketLib/BsdSocketLib.inf @@ -113,3 +113,6 @@ [Protocols] gEfiSocketServiceBindingProtocolGuid gEfiSocketProtocolGuid + +[BuildOptions] + MSFT:*_*_*_CC_FLAGS = /wd4706 -- 2.32.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#79462): https://edk2.groups.io/g/devel/message/79462 Mute This Topic: https://groups.io/mt/84966614/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-