Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove remaining compiler flags for disabling specific compiler checks. | Brian Behlendorf | 2009-03-12 | 1 | -2/+1 |
| | | | | | | All these errors are now either addressed in a gcc-* topic branch, or in whatever branch the original warning was introduced by (i.e. I fixed the bug which just went unnoticed until now due to the compiler flags) | ||||
* | Remove --Wno-unused and -Wno-missing braces gcc-* patches have been | Brian Behlendorf | 2009-03-11 | 1 | -6/+1 |
| | | | | | added to address these issues. Other instances unused variables will be addressed in the topic branch which caused the problem. | ||||
* | Remove -Wno-parentheses this is handled by the gcc-no-parentheses branch. | Brian Behlendorf | 2009-03-11 | 1 | -1/+1 |
| | |||||
* | Remove -Wno-unknown-pragmas compile option, all unknown pragmas | Brian Behlendorf | 2009-03-11 | 1 | -2/+1 |
| | | | | have been removed by the gcc-ident-pragmas topic branch. | ||||
* | Remove -Wshadow for now | Brian Behlendorf | 2008-12-18 | 1 | -1/+4 |
| | |||||
* | Add DEFAULT_INCLUDE to rules, adjust = to += accordingly | Brian Behlendorf | 2008-12-16 | 1 | -0/+2 |
| | |||||
* | Refine Makefiles | Brian Behlendorf | 2008-12-12 | 1 | -3/+2 |
| | |||||
* | Remove redundant build options | Brian Behlendorf | 2008-12-12 | 1 | -4/+1 |
| | |||||
* | Use AM_CFLAGS | Brian Behlendorf | 2008-12-12 | 1 | -9/+9 |
| | |||||
* | Add missing include patch | Brian Behlendorf | 2008-12-12 | 1 | -1/+1 |
| | |||||
* | Update avl, nvpair, spl to unique build dirs | Brian Behlendorf | 2008-12-11 | 1 | -0/+15 |