From 651b6c612db4e809c506973996f2580c4158ac3a Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sat, 27 Sep 2003 11:29:26 +0000 Subject: merge dasher which has been introduced in BRANCH first (wtf?) into HEAD --- (limited to 'inputmethods/dasher/MSVC_Unannoy.h') diff --git a/inputmethods/dasher/MSVC_Unannoy.h b/inputmethods/dasher/MSVC_Unannoy.h new file mode 100644 index 0000000..2167eec --- a/dev/null +++ b/inputmethods/dasher/MSVC_Unannoy.h @@ -0,0 +1,17 @@ +#ifndef __MSVC_Unannoy_h__ +#define __MSVC_Unannoy_h__ + +// Sorry about this frequently included header non-VC++ users. +// It shouldn't do any harm. + +// Warning 4786 is so annoying if you have VC++ 6. +// It produces *pages* of complaints if you use certain STL headers. +// The warning just means that VC++ is unable to produce certain debug +// information - there is nothing wrong with the code. IAM 08/2002 +#ifdef _MSC_VER +#pragma warning(disable:4786) +#pragma warning(disable:4018) +#endif + + +#endif /* #ifndef __MSVC_Unannoy_h__ */ -- cgit v0.9.0.2