add #ifndef XP_MAC around some other platforms pragma (invalid with current Macintosh tools); this will reduce warnings on Macintosh compiler
git-svn-id: svn://10.0.0.236/trunk@19593 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -70,7 +70,10 @@ class nsScanner;
|
||||
class nsIParserFilter;
|
||||
#include <fstream.h>
|
||||
|
||||
#ifndef XP_MAC
|
||||
#pragma warning( disable : 4275 )
|
||||
#endif
|
||||
|
||||
|
||||
CLASS_EXPORT_HTMLPARS nsParser : public nsIParser, public nsIStreamListener {
|
||||
|
||||
|
||||
@@ -70,7 +70,10 @@ class nsScanner;
|
||||
class nsIParserFilter;
|
||||
#include <fstream.h>
|
||||
|
||||
#ifndef XP_MAC
|
||||
#pragma warning( disable : 4275 )
|
||||
#endif
|
||||
|
||||
|
||||
CLASS_EXPORT_HTMLPARS nsParser : public nsIParser, public nsIStreamListener {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user