Source release 16.3.0
This commit is contained in:
@@ -14,8 +14,9 @@
|
||||
'cflags': [
|
||||
'-fPIC',
|
||||
'-fvisibility=hidden',
|
||||
'-fno-common',
|
||||
'-Wno-unknown-warning-option',
|
||||
],
|
||||
|
||||
# These are flags passed to the compiler for plain C only.
|
||||
'cflags_c': [
|
||||
# Compile using the C11 standard with POSIX extensions
|
||||
@@ -56,7 +57,6 @@
|
||||
'-Wno-unused-parameter', # repeated in protobufs triggers this
|
||||
'-Wno-unused-local-typedefs', # metrics requires this
|
||||
#'-Wno-maybe-uninitialized',
|
||||
'-Wno-unknown-warning-option',
|
||||
'-Wno-dangling-else', # Allowed by Google C++ Style
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user