mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-18 11:03:27 +08:00
-W[no-]error=X: gcc compat: when disabling X again, do not unset the warning
This commit is contained in:
@@ -270,7 +270,8 @@ Make string constants be of type @code{const char *} instead of @code{char
|
||||
Abort compilation if a warning is issued.
|
||||
Can be given an option to enable the specified warning
|
||||
and turn it into an error, for example @option{-Werror=unsupported}.
|
||||
(Enabling general abortion and disabling specifics is not supported.)
|
||||
Enabling general abortion and disabling specifics is not supported.
|
||||
Disabling specific abortions again does not disable the according warning.
|
||||
|
||||
@item -Wall
|
||||
Activate all warnings, except @option{-Werror}, @option{-Wunsupported} and
|
||||
|
||||
Reference in New Issue
Block a user