summaryrefslogtreecommitdiff
path: root/libcmark-gfm/libcmark-gfm/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-10-27 16:54:16 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-10-29 10:48:15 +0300
commitf7edc2c3ff634514a6a1bf9d1fac34536bc727ab (patch)
treea6814284587a9ac75f996ea29e2dfeeeb35715ec /libcmark-gfm/libcmark-gfm/buildfile
parentb99870847ed87a37beaab7f5d6f822bac837c274 (diff)
Upgrade to 0.29.0.gfm.2
Diffstat (limited to 'libcmark-gfm/libcmark-gfm/buildfile')
-rw-r--r--libcmark-gfm/libcmark-gfm/buildfile6
1 files changed, 2 insertions, 4 deletions
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.