//\\r\\n// Pragmas for use with Microsoft Visual C++ 5.0 and 6.0\\r\\n//\\r\\n// See http://oakroadsystems.com/tech/msvc.htm for full discussion.\\r\\n// Briefly, we need to compile at level 4 (/W4) because many important\\r\\n// warnings, and even some errors, have been assigned the low level of\\r\\n// 4. But level 4 also contains many spurious warnings, so we want to\\r\\n// compile at /W2 or /W3. The pragmas in this file promote many errors\\r\\n// and warnings to level 2 or 3.\\r\\n//\\r\\n// This file is published at http://oakroadsystems.com/tech/warnings.htm\\r\\n// and it was last modified on 12 Jun 2002.\\r\\n//       Copyright 1998-2002 by Stan Brown, Oak Road Systems\\r\\n//                    http://oakroadsystems.com/\\r\\n// License is hereby granted to use this file (or a modified version\\r\\n// of it) in any source code without payment of any license fee,\\r\\n// provided this paragraph is retained in its entirety.\\r\\n//\\r\\n// If you find this file useful, I'd appreciate your letting me know\\r\\n// at the above site. If you find any errors, or have improvements to\\r\\n// suggest, those will be gratefully received and acknowledged.