Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
kibibu
on May 24, 2013
|
parent
|
context
|
favorite
| on:
Massive Number of Vulnerabilities Found in X.Org
Which is why
gcc -Werror
is a good idea
betterunix
on May 24, 2013
|
next
[–]
So you are going to take the time to correct
hundreds
or sometimes
thousands
of warnings in some open source program you need to use at your job?
kevinnk
on May 24, 2013
|
parent
|
next
[–]
No one said that... -Werror is good when you are developing, not when you are compiling someone else's code.
qznc
on May 24, 2013
|
parent
|
prev
|
next
[–]
Every good programmer I met enables as many warnings as possible and strives for zero warnings. This is just professional practice like keeping your code in a version control system.
joosters
on May 24, 2013
|
prev
[–]
gcc/clang warns about this particular problem without any extra command-line options. You need to go out of your way to
stop
it complaining.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: