Y
Hacker News
new
|
ask
|
show
|
jobs
by
pjc50
4478 days ago
find -Werror on every line invocation in a Makefile
If it's on every line and not kept in one place in $(CFLAGS), you have bigger problems.
1 comments
dllthomas
4477 days ago
... not to mention that if it
is
on every line, stripping it out should take 30 seconds with sed.
link