Home | History | Annotate | Download | only in info

Lines Matching full:pedantic

165 standard, you should also specify `-pedantic' (or `-pedantic-errors' if
178 (with, as for other standard versions, `-pedantic' to receive all
265 specify `-pedantic' (or `-pedantic-errors' if you want them to be
278 required by the standard, you should also specify `-pedantic' (or
279 `-pedantic-errors' if you want them to be errors rather than warnings).
467 -fsyntax-only -pedantic -pedantic-errors
490 -Wparentheses -Wpedantic-ms-format -Wno-pedantic-ms-format
1579 gratuitously. For that, `-pedantic' is required in addition to
1612 rejected. The particular standard is used by `-pedantic' to
1614 the standard. For example `-std=gnu89 -pedantic' would warn about
1615 C++ style `//' comments, while `-std=gnu99 -pedantic' would not.
1970 Disable pedantic warnings about constructs used in MFC, such as
2692 `-pedantic'
2706 `-pedantic' does not cause warning messages for use of the
2707 alternate keywords whose names begin and end with `__'. Pedantic
2713 Some users try to use `-pedantic' to check programs for strict ISO
2721 additional work and would be quite different from `-pedantic'. We
2727 dialect is based. Warnings from `-pedantic' are given where they
2734 `-pedantic-errors'
2735 Like `-pedantic', except that errors are produced rather than
2854 However, if `-pedantic' is used with `-Wformat', warnings will be
2943 by default and it is made into an error by `-pedantic-errors'.
2966 `-Wall' or `-pedantic'.
3497 `-Wno-pedantic-ms-format (MinGW targets only)'
3501 `-Wformat' and `-pedantic' without gnu-extensions.
3508 `NULL'. This warning is also enabled by `-pedantic'.
3901 and `-Wno-long-long' are taken into account only when `-pedantic'
3905 Warn if variadic macros are used in pedantic ISO C90 mode, or the
3906 GNU alternate syntax when in pedantic ISO C99 mode. This is
3912 will prevent the `-pedantic' warning of the variable length array.
3932 It is implied by `-Wall' and by `-pedantic', which can be disabled
3956 This option is implied by `-pedantic', and can be disabled with
7577 `-pedantic'
7582 `-pedantic-errors'
7585 GCC issues without `-pedantic' but treats as warnings.
15675 -pedantic-errors
16453 (The `-pedantic' option directs GCC to print a warning message if any
23032 `-pedantic' and other options cause warnings for many GNU C extensions.
37603 does not have the library facilities. `gcc -ansi -pedantic' is a
37701 should be run with the GCC option `-pedantic-errors', which will
37735 The `-pedantic' option tells GCC to issue warnings in such cases;
37736 `-pedantic-errors' says to make them errors instead. This does not
42054 * pedantic <1>: Warnings and Errors.
42056 * pedantic <2>: Alternate Keywords. (line 29)
42057 * pedantic <3>: C Extensions. (line 6)
42058 * pedantic <4>: Preprocessor Options.
42060 * pedantic <5>: Warning Options. (line 53)
42061 * pedantic: Standards. (line 16)
42062 * pedantic-errors <1>: Warnings and Errors.
42064 * pedantic-errors <2>: Non-bugs. (line 216)
42065 * pedantic-errors <3>: Preprocessor Options.
42067 * pedantic-errors <4>: Warning Options. (line 95)
42068 * pedantic-errors: Standards. (line 16)
42346 * Wno-pedantic-ms-format: Warning Options. (line 858)