From 8d0e86f0712fd9aceffbb1bb37d89ca84c83893c Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Thu, 22 Sep 2016 13:03:55 +0200 Subject: mention -Wall in help text --- cparser/Cerrors.ml | 1 + 1 file changed, 1 insertion(+) 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 Enable the specific \n\ \ -Wno- Disable the specific \n\ \ -Werror Make all warnings into errors\n\ -- cgit