Y
Hacker News
new
|
ask
|
show
|
jobs
by
0xffff2
3437 days ago
Warn about what? "mode > 0" is
not
always true.
1 comments
twoodfin
3437 days ago
Eh, I feel like I've seen even pickier static analysis warnings. If the next -Wall told me I should rewrite this as "mode != 0" to confirm the intent, that wouldn't seem crazy to me.
link