summaryrefslogtreecommitdiff
path: root/libcmark-gfm/libcmark-gfm/buildfile
diff options
context:
space:
mode:
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.