sysy-data/hidden_functional_c/log/03_branch.log

16 lines
623 B
Plaintext
Raw Permalink Normal View History

2024-06-14 13:34:46 +08:00
stdout:
stderr:
/home/wangfiox/Documents/database/hidden_functional_c/sy/03_branch.sy:13:19: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand]
if (f % c && e) return 4;
^ ~
/home/wangfiox/Documents/database/hidden_functional_c/sy/03_branch.sy:13:19: note: use '&' for a bitwise operation
if (f % c && e) return 4;
^~
&
/home/wangfiox/Documents/database/hidden_functional_c/sy/03_branch.sy:13:19: note: remove constant to silence this warning
if (f % c && e) return 4;
~^~~~
1 warning generated.