Source release 16.3.0

This commit is contained in:
John W. Bruce
2020-07-24 14:30:03 -07:00
parent b830b1d1fb
commit 160df9f57a
74 changed files with 4632 additions and 2561 deletions

View File

@@ -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
],