diff options
author | QAston <none@none> | 2009-02-02 17:01:56 +0100 |
---|---|---|
committer | QAston <none@none> | 2009-02-02 17:01:56 +0100 |
commit | c385b529976146a29916d1b1cc4f63a2d9ba258e (patch) | |
tree | 28da5fb101ab1ba52b343e6b28d29141ec1af437 /src/shared/Common.h | |
parent | bb39eba6c7f28fc0e1ded0af29fe63e6c5a863ef (diff) |
*Fix a typo in prev commit
*Use flag96 instead of unit64+unit32.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Common.h')
-rw-r--r-- | src/shared/Common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/Common.h b/src/shared/Common.h index 684776a694f..5c8fae4ef25 100644 --- a/src/shared/Common.h +++ b/src/shared/Common.h @@ -80,6 +80,8 @@ #pragma warning(disable:4305) #pragma warning(disable:4005) + +#pragma warning(disable:4522)//warning when class has 2 constructosr #endif // __SHOW_STUPID_WARNINGS__ #endif // __GNUC__ |