Home | History | Annotate | Download | only in man1

Lines Matching full:warnings

718 \&\fB\-msymbol\-as\-address \-mno\-inefficient\-warnings\fR
1179 .IX Item "warnings"
1232 \& \-\-help=warnings,^joined,^undocumented
1545 warnings are given with \fB\-Wformat\fR for bad calls to
1803 Disable pedantic warnings about constructs used in \s-1MFC\s0, such as implicit
1823 warnings. Thus, using \fB\-fpermissive\fR will allow some
1952 cases where warnings are emitted even though the code that is generated
1955 You should rewrite your code to avoid these warnings if you are
2117 to filter out those warnings.
2128 Disable warnings when non-templatized friend functions are declared
2418 the end of compilation, these warnings are not produced if the final
2427 is off (which is the default behavior), the compiler will omit such warnings
2496 .Sh "Options to Request or Suppress Warnings"
2497 .IX Subsection "Options to Request or Suppress Warnings"
2498 Warnings are diagnostic messages that report constructions which
2503 warnings but control the kinds of diagnostics produced by \s-1GCC\s0.
2512 Make all warnings into errors.
2516 is appended, for example \fB\-Werror=switch\fR turns the warnings
2519 warnings, for example \fB\-Wno\-error=switch\fR makes
2520 \&\fB\-Wswitch\fR warnings not be errors, even when \fB\-Werror\fR
2534 You can request many specific warnings with options beginning
2535 \&\fB\-W\fR, for example \fB\-Wimplicit\fR to request warnings on
2537 has a negative form beginning \fB\-Wno\-\fR to turn off warnings; for
2544 Issue all the warnings demanded by strict \s-1ISO\s0 C and \s-1ISO\s0 \*(C+;
2557 warnings are also disabled in the expression that follows
2575 extended dialect is based. Warnings from \fB\-pedantic\fR are given
2577 for such warnings to be given only for features not in the specified \s-1GNU\s0
2584 warnings.
2587 This enables all the warnings about constructions that some users
2590 enables some language-specific warnings described in \fB\*(C+ Dialect
2704 with \fB\-Wformat\fR, warnings will be given about format features not
2732 warnings are still given, since the implementation could not know what
2755 in future warnings may be added to \fB\-Wformat\-security\fR that are not
2995 provoke warnings when this option is used.
3006 provoke warnings when this option is used.
3070 These warnings occur for individual uninitialized or clobbered
3074 these warnings depend on optimization, the exact variables or elements
3075 for which there are warnings will depend on the precise optimization
3080 computations may be deleted by data flow analysis before the warnings
3083 These warnings are made optional because \s-1GCC\s0 is not smart
3119 changed by a call to \f(CW\*(C`longjmp\*(C'\fR. These warnings as well are possible
3128 Some spurious warnings can be avoided if you declare all the functions
3135 \&\s-1GCC\s0. If this command line option is used, warnings will even be issued
3137 the warnings were only enabled by the \fB\-Wall\fR command line option.
3201 warning levels are defined. No warnings are issued for the use of
3253 Warnings from system headers are normally suppressed, on the assumption
3256 \&\s-1GCC\s0 to emit warnings from system headers as if they occurred in user
3304 warnings, however \s-1GCC\s0's integrated preprocessor has enough context to
3330 initializer warnings and relies on default initialization to zero in the
3336 conversion warnings, for the full set use \fB\-Wtraditional\-conversion\fR.
3401 possibly reduce the number of warnings triggered by intentional shadowing.
3423 Disables the warnings about non-ISO \f(CW\*(C`printf\*(C'\fR / \f(CW\*(C`scanf\*(C'\fR format
3471 warnings will help you find at compile time code that can try to write
3475 these warnings.
3492 changed by the conversion like in \f(CW\*(C`abs (2.0)\*(C'\fR. Warnings about
3500 to them. Warnings about conversions between signed and unsigned
3525 This warning is also enabled by \fB\-Wextra\fR; to get the other warnings
3565 warnings for redefinition of \f(CW\*(C`_\|_TIMESTAMP_\|_\*(C'\fR, \f(CW\*(C`_\|_TIME_\|_\*(C'\fR,
3604 header files. In \*(C+, no warnings are issued for function templates,
3626 warnings without this one, use \fB\-Wextra \-Wno\-missing\-field\-initializers\fR.
3717 \&\fB\-Wextra\fR warnings without this one, use \fB\-Wextra
3802 warnings produced by \fB\-Winline\fR to appear or disappear.
3805 Suppress warnings from applying the \fBoffsetof\fR macro to a non-POD
3819 Suppress warnings from casts to pointer type of an integer of a
3823 Suppress warnings from casts from a pointer to an integer type of a
3871 Suppress warnings about constructs that cannot be instrumented by
7529 Turns on all optional warnings which are desirable for normal code.
7533 preprocessor's warnings are on by default and have no options to
7550 warnings inside a comment.
7554 get trigraph conversion without warnings, but get the other
7555 \&\fB\-Wall\fR warnings, use \fB\-trigraphs \-Wall \-Wno\-trigraphs\fR.
7603 Make all warnings into hard errors. Source code which triggers warnings
7607 Issue warnings for code in system headers. These are normally unhelpful
7612 Suppress all warnings, including those which \s-1GNU\s0 \s-1CPP\s0 issues by default.
7622 without \fB\-pedantic\fR but treats as warnings.
7647 warnings with an implicit \fB\-w\fR.
7990 correct column numbers in warnings or errors, even if tabs appear on the
9219 warnings or errors are generated when call-saved registers must be saved,
13001 .IP "\fB\-mno\-inefficient\-warnings\fR" 4
13002 .IX Item "-mno-inefficient-warnings"
13003 Disables warnings about the generation of inefficient code. These
13004 warnings can be generated, for example, when compiling code which