summaryrefslogtreecommitdiffstats
path: root/SetFlags.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Disable global constructors and exit-time destructors warningsTycho2014-03-141-2/+2
|
* made format-nonliteral an errorTycho2014-03-111-1/+0
|
* Move commentTycho2014-03-111-1/+1
|
* Enable error on cast-align and unused macrosTycho2014-03-101-1/+0
|
* Only enable -Werror in gcc because gcc doesn't let you suppress enum missmatch warningsTycho2014-03-091-2/+2
|
* Treat enum missmatches as warnings for now as there is such a large number of them.Tycho2014-03-091-1/+1
|
* Globals.h is now warnings free again.Tycho2014-03-091-1/+1
| | | | Also turned off Wpadded as it is indicates potental performance issues rather than potential bugs
* Lots more warningsTycho2014-03-091-0/+9
|
* Enabled loads of clang warningsTycho2014-03-091-0/+2
|
* Turned off Wunused-parameterTycho2014-03-091-1/+1
|
* Turned on WerrorTycho2014-03-071-1/+1
|
* Fixed warningsTycho2014-03-071-1/+1
|
* Fixed clang compileworktycho2014-03-071-1/+6
|
* Only use fast-math in exesworktycho2014-03-071-6/+3
|
* Enabled -ffast-mathworktycho2014-03-071-1/+6
|
* Added -WextraTycho2014-02-161-1/+1
|
* Allow building MCADefrag at the same time as MCServerTycho2014-02-161-105/+86
|
* Added a seperate module for Setting flagsTycho2014-02-161-0/+208