summaryrefslogtreecommitdiff
path: root/libcmark-gfm
diff options
context:
space:
mode:
Diffstat (limited to 'libcmark-gfm')
-rw-r--r--libcmark-gfm/libcmark-gfm/buildfile5
-rw-r--r--libcmark-gfm/manifest3
2 files changed, 6 insertions, 2 deletions
diff --git a/libcmark-gfm/libcmark-gfm/buildfile b/libcmark-gfm/libcmark-gfm/buildfile
index 5c4ec19..10d1c02 100644
--- a/libcmark-gfm/libcmark-gfm/buildfile
+++ b/libcmark-gfm/libcmark-gfm/buildfile
@@ -46,7 +46,12 @@ if ($c.class == 'gcc')
# works across compilers/version (some -Wno-* options are only recognized in
# newer versions).
#
+ # @@ TMP: try to re-enable on next release.
+ #
c.coptions += -Wno-extra
+
+ if ($c.id.type == 'clang' && $c.version.major >= 15)
+ c.coptions += -Wno-strict-prototypes
}
# Export options.
diff --git a/libcmark-gfm/manifest b/libcmark-gfm/manifest
index a096d6d..b02e8df 100644
--- a/libcmark-gfm/manifest
+++ b/libcmark-gfm/manifest
@@ -3,11 +3,10 @@ name: libcmark-gfm
# Note: remember to update build/bootstrap.build!
#
-version: 0.29.0-a.4
+version: 0.29.0-a.4+1
upstream-version: 0.29.0.gfm.3
project: cmark-gfm
-priority: security
summary: GitHub-flavored CommonMark parsing and rendering C library
license: BSD-2-Clause AND MIT ; BSD 2-Clause "Simplified" License for the most of original files.
topics: C, CommonMark, Markdown, documentation generation