Y
Hacker News
new
|
ask
|
show
|
jobs
by
alxnlssn
4328 days ago
The compile will fail if err is unused. You have to explicitly ignore it by doing like this:
pid,_ = fork()
1 comments
donatj
4328 days ago
And these underscores are really easy to find. Then you just do a git blame and get your shaming on at code review time.
link