summaryrefslogtreecommitdiff
path: root/libcmark-gfm-extensions/libcmark-gfm-extensions/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'libcmark-gfm-extensions/libcmark-gfm-extensions/buildfile')
-rw-r--r--libcmark-gfm-extensions/libcmark-gfm-extensions/buildfile6
1 files changed, 2 insertions, 4 deletions
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'
{