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

This affects many codebases. For example, looking up functions with `dlsym` triggers this warning which is probably one of the main reasons for the POSIX requirement. It's unfortunate that GCC doesn't allow to disable only this particular warning. When writing cross-platform code, `-pedantic` is too useful to disable completely.



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

Search: