Building lim 1.0
Brought to you by:
swoag
There is a difficulty building lim 1.0 package. The default flags for gcc compiler don't contain -Werror, so all warning are treated as errors. And there are warnings in cp-file.c and init.c so far. While the warning in the second file doesn't seem to be a true warning.
Is there a way to make all makefiles contain -Werror flag or should I add it mannually? Sorry for such a newby question.
Sorry, there is a -Werror flag in makefiles, and project has warnings, which are treted as errors.