diff options
author | David CARLIER <[email protected]> | 2021-02-22 22:14:15 +0000 |
---|---|---|
committer | David CARLIER <[email protected]> | 2021-02-22 22:14:15 +0000 |
commit | d4ed1488764c2e8731230af7e9784ac2b5d3650a (patch) | |
tree | 549bd1c03ba6dccdd79fc38066f37938cabd2f19 | |
parent | 29c7c73725c3dd80414876949a25d7ec720fecbf (diff) |
flags change for clang
-rw-r--r-- | src/build-data/cc/clang.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/cc/clang.txt b/src/build-data/cc/clang.txt index bc8a47a5a..517ccf738 100644 --- a/src/build-data/cc/clang.txt +++ b/src/build-data/cc/clang.txt @@ -6,7 +6,7 @@ lang_flags "-std=c++17 -D_REENTRANT" warning_flags "-Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -Wshorten-64-to-32" -werror_flags "-Werror -Wno-error=unused-parameter -Wno-error=unreachable-code -Wno-error=unused-lambda-capture" +werror_flags "-Werror -Wno-error=unused-parameter -Wno-error=unreachable-code -Wno-error=unused-lambda-capture -Wno-error=deprecated-declarations" maintainer_warning_flags "-Wunreachable-code -Wdocumentation -Qunused-arguments" |