]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commit
Silence warning on arithmetic operation on socket flags
authorMichalis Pappas <michalis@unikraft.io>
Sat, 30 Dec 2023 10:43:34 +0000 (11:43 +0100)
committerRazvan Deaconescu <razvan.deaconescu@upb.ro>
Sun, 31 Dec 2023 17:04:16 +0000 (19:04 +0200)
commitb9943070ec9d315068609cb6eec071078bd41ba5
tree60d3cf18148d03b08b7e3025dab5280203c0942a
parent8b09bf34de858995055455df0d4d70231ed7207d
Silence warning on arithmetic operation on socket flags

Wrap bitwise OR of socket flags around parenthesis to
silcence compiler warning.

Signed-off-by: Michalis Pappas <michalis@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
GitHub-Closes: #43
sockets.c