summaryrefslogtreecommitdiff
path: root/etc/defaults
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-01-24 16:59:41 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-02-24 12:14:20 +0100
commit8c5a7b8dc317307f494a83a8d985f5c5ee09a3a4 (patch)
tree214486b1f9b57bf3d81758fcce24c8ea5eedd319 /etc/defaults
parentb86388107fda2094060a5e9470728b7be9d750c9 (diff)
downloadjustbuild-8c5a7b8dc317307f494a83a8d985f5c5ee09a3a4.tar.gz
libgit2: Update to v1.5.0
Changes to build description: - new USE_SHA256 flag - removed "Generic" option for USE_SHA1 - updated to the new source code structure (split "src/git2" into "src/libgit2" and "src/util")
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/CC/TARGETS.git23
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/defaults/CC/TARGETS.git2 b/etc/defaults/CC/TARGETS.git2
index 459d21ba..7708eb78 100644
--- a/etc/defaults/CC/TARGETS.git2
+++ b/etc/defaults/CC/TARGETS.git2
@@ -65,6 +65,9 @@
, "-Wformat-security"
, "-Wmissing-declarations"
, "-Wno-implicit-fallthrough"
+ , "-Wno-sign-compare"
+ , "-Wno-unused-parameter"
+ , "-Wno-uninitialized"
]
]
}