summaryrefslogtreecommitdiffstats
path: root/SetFlags.cmake (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-04-01Removed the exit-time-destructors flag from clang.madmaxoft1-1/+1
We don't care about exit-time destructors, at least for now.
2014-04-01Attempt at disabling the useless clang warnings.madmaxoft1-0/+1
Ref.: #846, #847
2014-03-14Added Noreturn attribtes to a couple of functions and made a missing noreturn an errorTycho1-1/+1
2014-03-14Disable global constructors and exit-time destructors warningsTycho1-2/+2
2014-03-14Made unreachable code an errorTycho1-1/+1
2014-03-14Fixed a couple of missing defsTycho1-1/+1
2014-03-11made format-nonliteral an errorTycho1-1/+0
2014-03-11Move commentTycho1-1/+1
2014-03-10Enable error on cast-align and unused macrosTycho1-1/+0
2014-03-09Only enable -Werror in gcc because gcc doesn't let you suppress enum missmatch warningsTycho1-2/+2
2014-03-09Treat enum missmatches as warnings for now as there is such a large number of them.Tycho1-1/+1
2014-03-09Globals.h is now warnings free again.Tycho1-1/+1
Also turned off Wpadded as it is indicates potental performance issues rather than potential bugs
2014-03-09Lots more warningsTycho1-0/+9
2014-03-09Enabled loads of clang warningsTycho1-0/+2
2014-03-09Turned off Wunused-parameterTycho1-1/+1
2014-03-08Disable -Werror on this branchworktycho1-1/+1
2014-03-07Turned on WerrorTycho1-1/+1
2014-03-07Fixed warningsTycho1-1/+1
2014-03-07Fixed clang compileworktycho1-1/+6
2014-03-07Only use fast-math in exesworktycho1-6/+3
2014-03-07Enabled -ffast-mathworktycho1-1/+6
2014-02-16Added -WextraTycho1-1/+1
2014-02-16Allow building MCADefrag at the same time as MCServerTycho1-105/+86
2014-02-16Added a seperate module for Setting flagsTycho1-0/+208