зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
d6bbfa484b
Коммит
8ce573df43
|
@ -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 {
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче