From f7edc2c3ff634514a6a1bf9d1fac34536bc727ab Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 27 Oct 2021 16:54:16 +0300 Subject: Upgrade to 0.29.0.gfm.2 --- libcmark-gfm/libcmark-gfm/buildfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libcmark-gfm/libcmark-gfm/buildfile') diff --git a/libcmark-gfm/libcmark-gfm/buildfile b/libcmark-gfm/libcmark-gfm/buildfile index 9aff2ba..8d0ccfb 100644 --- a/libcmark-gfm/libcmark-gfm/buildfile +++ b/libcmark-gfm/libcmark-gfm/buildfile @@ -44,11 +44,9 @@ if ($c.class == 'gcc') # Disable warnings that pop up with -Wextra. Upstream doesn't seem to care # about these and it is not easy to disable specific warnings in a way that # works across compilers/version (some -Wno-* options are only recognized in - # newer versions). There are still some warnings left that appear for - # certain platforms/compilers. We pass them through but disable treating - # them as errors. + # newer versions). # - c.coptions += -Wno-extra -Wno-error + c.coptions += -Wno-extra } # Export options. -- cgit v1.1