aboutsummaryrefslogtreecommitdiffstats
path: root/cparser
diff options
context:
space:
mode:
authorMichael Schmidt <github@mschmidt.me>2016-09-22 13:03:55 +0200
committerMichael Schmidt <github@mschmidt.me>2016-09-22 13:03:55 +0200
commit8d0e86f0712fd9aceffbb1bb37d89ca84c83893c (patch)
treed8b5abfbbc829eb4f2f69e9c02960ecaa26d5f2a /cparser
parenta8f8dea01b69dd7d85b51163dcde11e4ad55df6d (diff)
downloadcompcert-8d0e86f0712fd9aceffbb1bb37d89ca84c83893c.tar.gz
compcert-8d0e86f0712fd9aceffbb1bb37d89ca84c83893c.zip
mention -Wall in help text
Diffstat (limited to 'cparser')
-rw-r--r--cparser/Cerrors.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cparser/Cerrors.ml b/cparser/Cerrors.ml
index a757ab04..c50e12d9 100644
--- a/cparser/Cerrors.ml
+++ b/cparser/Cerrors.ml
@@ -298,6 +298,7 @@ let warning_options =
Exact ("-Wall"), Unit wall;]
let warning_help = "Diagnostic options:\n\
+\ -Wall Enable all warnings\n\
\ -W<warning> Enable the specific <warning>\n\
\ -Wno-<warning> Disable the specific <warning>\n\
\ -Werror Make all warnings into errors\n\