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-extensions/libcmark-gfm-extensions/buildfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libcmark-gfm-extensions/libcmark-gfm-extensions/buildfile') diff --git a/libcmark-gfm-extensions/libcmark-gfm-extensions/buildfile b/libcmark-gfm-extensions/libcmark-gfm-extensions/buildfile index 4f44887..c6dadb2 100644 --- a/libcmark-gfm-extensions/libcmark-gfm-extensions/buildfile +++ b/libcmark-gfm-extensions/libcmark-gfm-extensions/buildfile @@ -26,11 +26,9 @@ switch $c.class # 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. + # recognized in newer versions). # - c.coptions += -Wno-extra -Wno-error + c.coptions += -Wno-extra } case 'msvc' { -- cgit v1.1