Hacker News new | ask | show | jobs
by pbsd 4361 days ago
Omitting `extra` is only valid in C++, not C. In C you have to get by with things like

    (void)extra;
to shut the compiler up.