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
1583 gratuitously. For that, `-pedantic' is required in addition to
1616 rejected. The particular standard is used by `-pedantic' to
1618 the standard. For example `-std=gnu89 -pedantic' would warn about
1619 C++ style `//' comments, while `-std=gnu99 -pedantic' would not.
1992 Disable pedantic warnings about constructs used in MFC, such as
2716 `-pedantic'
2730 `-pedantic' does not cause warning messages for use of the
2731 alternate keywords whose names begin and end with `__'. Pedantic
2737 Some users try to use `-pedantic' to check programs for strict ISO
2745 additional work and would be quite different from `-pedantic'. We
2751 dialect is based. Warnings from `-pedantic' are given where they
2758 `-pedantic-errors'
2759 Like `-pedantic', except that errors are produced rather than
2878 However, if `-pedantic' is used with `-Wformat', warnings will be
2967 by default and it is made into an error by `-pedantic-errors'.
2990 `-Wall' or `-pedantic'.
3593 `-Wno-pedantic-ms-format (MinGW targets only)'
3597 `-Wformat' and `-pedantic' without gnu-extensions.
3604 `NULL'. This warning is also enabled by `-pedantic'.
4007 and `-Wno-long-long' are taken into account only when `-pedantic'
4011 Warn if variadic macros are used in pedantic ISO C90 mode, or the
4012 GNU alternate syntax when in pedantic ISO C99 mode. This is
4018 will prevent the `-pedantic' warning of the variable length array.
4038 It is implied by `-Wall' and by `-pedantic', which can be disabled
4062 This option is implied by `-pedantic', and can be disabled with
7747 `-pedantic'
7752 `-pedantic-errors'
7755 GCC issues without `-pedantic' but treats as warnings.
15841 -pedantic-errors
16619 (The `-pedantic' option directs GCC to print a warning message if any
23197 `-pedantic' and other options cause warnings for many GNU C extensions.
37769 does not have the library facilities. `gcc -ansi -pedantic' is a
37867 should be run with the GCC option `-pedantic-errors', which will
37901 The `-pedantic' option tells GCC to issue warnings in such cases;
37902 `-pedantic-errors' says to make them errors instead. This does not
42229 * pedantic <1>: C Extensions. (line 6)
42230 * pedantic <2>: Warnings and Errors.
42232 * pedantic <3>: Warning Options. (line 53)
42233 * pedantic <4>: Preprocessor Options.
42235 * pedantic <5>: Standards. (line 16)
42236 * pedantic: Alternate Keywords. (line 29)
42237 * pedantic-errors <1>: Warning Options. (line 95)
42238 * pedantic-errors <2>: Warnings and Errors.
42240 * pedantic-errors <3>: Non-bugs. (line 216)
42241 * pedantic-errors <4>: Standards. (line 16)
42242 * pedantic-errors: Preprocessor Options.
42520 * Wno-pedantic-ms-format: Warning Options. (line 930)