Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2022-05-22 06:47:30 +08:00
commit fee810585e
66 changed files with 1969 additions and 94 deletions

View file

@ -31,7 +31,6 @@
#include "nsTArray.h"
#include "GeckoProfiler.h"
#include "nsContentTypeParser.h"
#include "nsCharSeparatedTokenizer.h"
#ifdef LOG
#undef LOG

View file

@ -15,7 +15,10 @@ LOCAL_INCLUDES += [
]
if CONFIG['GNU_CXX']:
CXXFLAGS += [ '-Wno-deprecated-declarations' ]
CXXFLAGS += [
'-Wno-attributes',
'-Wno-deprecated-declarations',
]
if CONFIG['CLANG_CXX']:
CXXFLAGS += [
'-Wno-unknown-attributes',

View file

@ -15,7 +15,10 @@ LOCAL_INCLUDES += [
]
if CONFIG['GNU_CXX']:
CXXFLAGS += [ '-Wno-deprecated-declarations' ]
CXXFLAGS += [
'-Wno-attributes',
'-Wno-deprecated-declarations',
]
if CONFIG['CLANG_CXX']:
CXXFLAGS += [
'-Wno-unknown-attributes',

View file

@ -28,7 +28,10 @@ if CONFIG['OS_ARCH'] == 'WINNT':
]
if CONFIG['GNU_CXX']:
CXXFLAGS += [ '-Wno-deprecated-declarations' ]
CXXFLAGS += [
'-Wno-attributes',
'-Wno-deprecated-declarations',
]
if CONFIG['CLANG_CXX']:
CXXFLAGS += [
'-Wno-unknown-attributes',

View file

@ -15,7 +15,10 @@ LOCAL_INCLUDES += [
]
if CONFIG['GNU_CXX']:
CXXFLAGS += [ '-Wno-deprecated-declarations' ]
CXXFLAGS += [
'-Wno-attributes',
'-Wno-deprecated-declarations',
]
if CONFIG['CLANG_CXX']:
CXXFLAGS += [
'-Wno-unknown-attributes',