diff options
author | click <none@none> | 2010-08-21 09:53:04 +0200 |
---|---|---|
committer | click <none@none> | 2010-08-21 09:53:04 +0200 |
commit | f7ad5b26243c44b37c496021b75d98bc72fcdf4a (patch) | |
tree | 5da1a2616c2f6a9ff2c8d414b7aa020e190ceefb /src/server/shared/CompilerDefs.h | |
parent | 6939c92a7654b8e1af92d8bf66019561507770ce (diff) |
Core/Build: Clean up more nonPCH-issues + fix a warning in Timer.h (unsigned/signed cast)
--HG--
branch : trunk
Diffstat (limited to 'src/server/shared/CompilerDefs.h')
-rw-r--r-- | src/server/shared/CompilerDefs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/shared/CompilerDefs.h b/src/server/shared/CompilerDefs.h index d2d470e2097..e3992d8462a 100644 --- a/src/server/shared/CompilerDefs.h +++ b/src/server/shared/CompilerDefs.h @@ -61,4 +61,3 @@ # pragma warning( disable : 4786 ) // identifier was truncated to '255' characters in the debug information #endif #endif - |