mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 14:56:07 +00:00
add #ifndef XP_MAC around some other platforms pragma (invalid with current Macintosh tools); this will reduce warnings on Macintosh compiler
This commit is contained in:
parent
07c421149d
commit
464113e778
@ -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 {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user