You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WinFsp
Hi,
Not that this is important. but to place parentheses surrounding this will keep the compiler quiet.
Regards Tomas
./winfsp/winfsp/winfsp.h(1417,53): warning: '&&' within '||' [-Wlogical-op-parentheses] FspFsctlTransactCreateKind == Request->Kind && Request->Req.Create.CaseSensitive || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ ./winfsp/winfsp/winfsp.h(1417,53): note: place parentheses around the '&&' expression to silence this warning FspFsctlTransactCreateKind == Request->Kind && Request->Req.Create.CaseSensitive ||
Bill Zissimopoulos
unread,
Jan 16, 2026, 2:31:55 AMJan 16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tomas Dalebjörk, WinFsp
Tomas:
Even though the logic is correct here because the multiplicative && operator has higher precedence than the additive || operator I would rather not have warnings at all.
Which compiler are you using and which warning level?