Source release 14.2.0

This commit is contained in:
John W. Bruce
2018-10-12 19:55:47 -07:00
parent c32e8d0490
commit f51edaba5a
632 changed files with 196557 additions and 66444 deletions

View File

@@ -56,6 +56,10 @@
'-Wno-inconsistent-missing-override',
#'-Wno-maybe-uninitialized',
'-Wno-unknown-warning-option',
# Fallthrough annotations are not supported on C++98, but GCC 7+ still
# errors on them by default.
'-Wno-implicit-fallthrough',
'-Wno-dangling-else', # Allowed by Google C++ Style
],
# These are flags passed to the linker.