From c385b529976146a29916d1b1cc4f63a2d9ba258e Mon Sep 17 00:00:00 2001 From: QAston Date: Mon, 2 Feb 2009 17:01:56 +0100 Subject: *Fix a typo in prev commit *Use flag96 instead of unit64+unit32. --HG-- branch : trunk --- src/shared/Common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/shared/Common.h') 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__ -- cgit v1.2.3