Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable error on cast-align and unused macros | Tycho | 2014-03-10 | 1 | -1/+0 |
| | |||||
* | Only enable -Werror in gcc because gcc doesn't let you suppress enum missmatch warnings | Tycho | 2014-03-09 | 1 | -2/+2 |
| | |||||
* | Treat enum missmatches as warnings for now as there is such a large number of them. | Tycho | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Globals.h is now warnings free again. | Tycho | 2014-03-09 | 1 | -1/+1 |
| | | | | Also turned off Wpadded as it is indicates potental performance issues rather than potential bugs | ||||
* | Lots more warnings | Tycho | 2014-03-09 | 1 | -0/+9 |
| | |||||
* | Enabled loads of clang warnings | Tycho | 2014-03-09 | 1 | -0/+2 |
| | |||||
* | Turned off Wunused-parameter | Tycho | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Turned on Werror | Tycho | 2014-03-07 | 1 | -1/+1 |
| | |||||
* | Fixed warnings | Tycho | 2014-03-07 | 1 | -1/+1 |
| | |||||
* | Fixed clang compile | worktycho | 2014-03-07 | 1 | -1/+6 |
| | |||||
* | Only use fast-math in exes | worktycho | 2014-03-07 | 1 | -6/+3 |
| | |||||
* | Enabled -ffast-math | worktycho | 2014-03-07 | 1 | -1/+6 |
| | |||||
* | Added -Wextra | Tycho | 2014-02-16 | 1 | -1/+1 |
| | |||||
* | Allow building MCADefrag at the same time as MCServer | Tycho | 2014-02-16 | 1 | -105/+86 |
| | |||||
* | Added a seperate module for Setting flags | Tycho | 2014-02-16 | 1 | -0/+208 |