| revision 1.3 by botg, Sat Apr 19 11:11:52 2003 UTC | revision 1.4 by botg, Sat Apr 19 12:19:18 2003 UTC | |
|---|---|---|
| # | Line 291 | Line 291 |
| 291 | #pragma warning (disable : 4290) // C++ Exception Specification ignored | #pragma warning (disable : 4290) // C++ Exception Specification ignored |
| 292 | #pragma warning (disable : 4127) // Conditional expression is constant | #pragma warning (disable : 4127) // Conditional expression is constant |
| 293 | #pragma warning (disable : 4097) // typedef name used as synonym for class name | #pragma warning (disable : 4097) // typedef name used as synonym for class name |
| 294 | #pragma warning (push) | |
| 295 | #pragma warning (disable : 4018) // conflict between signed and unsigned | |
| 296 | #endif | #endif |
| 297 | ||
| 298 | // Borland warnings to turn off | // Borland warnings to turn off |
| # | Line 3727 | Line 3729 |
| 3729 | #endif | #endif |
| 3730 | ||
| 3731 | #endif // #ifndef STDSTRING_H | #endif // #ifndef STDSTRING_H |
| 3732 | ||
| 3733 | ||
| 3734 | #if defined(_MSC_VER) && (_MSC_VER > 1100) | |
| 3735 | #pragma warning (pop) | |
| 3736 | #endif |
|
||||||||
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use