Commit Graph
8 Commits
Author SHA1 Message Date
Tycho Bickerstaff 94b62a1b07 merged makefile changes 2013-09-11 18:11:12 +01:00
Tycho Bickerstaff 63ecdaa1f2 added cryptopp asemblly desabling to clang autodetect 2013-09-11 17:27:30 +01:00
worktycho 37e0e684f4 moved reflection code to PlayerYawToMetadata 2013-09-11 17:07:54 +01:00
worktycho 3236364eee changed the subtaraction to a flip 2013-09-11 13:48:08 +01:00
Tycho Bickerstaff c7c18aa7e7 disable tautolgical compare warning in clang
disable the tautological compare warning as it is triggered by crypto++ using
unsigned ints in comparisons to zero in template code. crypto++ do not show
any indication of fixing it.

this commit does add a dependency on grep but that should not be a major
problem
2013-09-10 21:27:52 +01:00
Tycho Bickerstaff e24d731419 disable tautolgical compare warning in clang
disable the tautological compare warning as it is triggered by crypto++ using
unsigned ints in comparisons to zero in template code. crypto++ do not show
any indication of fixing it.

this commit does add a dependency on grep but that should not be a major
problem
2013-09-10 21:17:13 +01:00
Tycho Bickerstaff 4c2df0fd2a disable tautological compare in clang
disable the tautological compare warning in clang as crypto++ triggers this
warning and they are ignoring it
2013-09-10 20:59:33 +01:00
Tycho Bickerstaff ff1cdab863 Allow the user to override the compiler using the CC enviromental varible in the makefile 2013-09-10 20:38:06 +01:00