Whole slew of Linux build warning fixes. Fixed over-pop from default

constructor.


git-svn-id: svn://10.0.0.236/trunk@132832 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogerl%netscape.com
2002-11-01 20:55:10 +00:00
parent e0dbf35e61
commit b79c80a6dd
19 changed files with 107 additions and 135 deletions

View File

@@ -33,13 +33,9 @@
*/
#ifdef _WIN32
// Turn off warnings about identifiers too long in browser information
#pragma warning(disable: 4786)
#pragma warning(disable: 4711)
#pragma warning(disable: 4710)
#include "msvc_pragma.h"
#endif
namespace JavaScript {
namespace MetaData {