Hacker News new | past | comments | ask | show | jobs | submit login

> Catches functions not being declared in header files, which would result in broken type checking.

Actually it could be much more interesting than that -- the implicit function decl will be `int foo(int)` so you risk your compiler pushing the wrong args on the stack.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: