summaryrefslogtreecommitdiffstats
path: root/SetFlags.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed the exit-time-destructors flag from clang.madmaxoft2014-04-011-1/+1
| | | | We don't care about exit-time destructors, at least for now.
* Attempt at disabling the useless clang warnings.madmaxoft2014-04-011-0/+1
| | | | Ref.: #846, #847
* Merge branch 'master' into unreachableTycho2014-03-151-1/+0
|\ | | | | | | | | Conflicts: SetFlags.cmake
| * Merge branch 'master' into noreturnTycho2014-03-141-1/+1
| |\ | | | | | | | | | | | | Conflicts: SetFlags.cmake
| * | Added Noreturn attribtes to a couple of functions and made a missing noreturn an errorTycho2014-03-141-1/+1
| | |
* | | Merge branch 'master' into unreachableTycho2014-03-141-1/+1
|\ \ \ | | |/ | |/| | | | | | | Conflicts: SetFlags.cmake
| * | Fixed a couple of missing defsTycho2014-03-141-1/+1
| |/
* / Made unreachable code an errorTycho2014-03-141-1/+1
|/
* 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