diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2022-10-24 16:12:06 +0200 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2022-10-24 16:12:06 +0200 |
commit | 1fef87dce51ee674e3b61c1f3454e061fd88e79f (patch) | |
tree | 36f7773b5e04be0f54dd3b0ce2bb355bbc97bea8 | |
parent | 0d5d04f8c4ceaee4d6d7b4334dbe06f9e55cddd5 (diff) | |
download | justbuild-1fef87dce51ee674e3b61c1f3454e061fd88e79f.tar.gz |
git2: silence warnings
-rw-r--r-- | etc/defaults/CC/TARGETS.git2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/CC/TARGETS.git2 b/etc/defaults/CC/TARGETS.git2 index c0ad8ba6..459d21ba 100644 --- a/etc/defaults/CC/TARGETS.git2 +++ b/etc/defaults/CC/TARGETS.git2 @@ -64,6 +64,7 @@ , "-Wformat" , "-Wformat-security" , "-Wmissing-declarations" + , "-Wno-implicit-fallthrough" ] ] } |