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
1587 gratuitously. For that, `-pedantic' is required in addition to
1620 rejected. The particular standard is used by `-pedantic' to
1622 the standard. For example `-std=gnu89 -pedantic' would warn about
1623 C++ style `//' comments, while `-std=gnu99 -pedantic' would not.
1996 Disable pedantic warnings about constructs used in MFC, such as
2720 `-pedantic'
2734 `-pedantic' does not cause warning messages for use of the
2735 alternate keywords whose names begin and end with `__'. Pedantic
2741 Some users try to use `-pedantic' to check programs for strict ISO
2749 additional work and would be quite different from `-pedantic'. We
2755 dialect is based. Warnings from `-pedantic' are given where they
2762 `-pedantic-errors'
2763 Like `-pedantic', except that errors are produced rather than
2884 However, if `-pedantic' is used with `-Wformat', warnings will be
2973 by default and it is made into an error by `-pedantic-errors'.
2996 `-Wall' or `-pedantic'.
3604 `-Wno-pedantic-ms-format (MinGW targets only)'
3608 `-Wformat' and `-pedantic' without gnu-extensions.
3615 `NULL'. This warning is also enabled by `-pedantic'.
4018 and `-Wno-long-long' are taken into account only when `-pedantic'
4022 Warn if variadic macros are used in pedantic ISO C90 mode, or the
4023 GNU alternate syntax when in pedantic ISO C99 mode. This is
4029 will prevent the `-pedantic' warning of the variable length array.
4049 It is implied by `-Wall' and by `-pedantic', which can be disabled
4073 This option is implied by `-pedantic', and can be disabled with
7829 `-pedantic'
7834 `-pedantic-errors'
7837 GCC issues without `-pedantic' but treats as warnings.
15940 -pedantic-errors
16718 (The `-pedantic' option directs GCC to print a warning message if any
23322 `-pedantic' and other options cause warnings for many GNU C extensions.
37917 does not have the library facilities. `gcc -ansi -pedantic' is a
38015 should be run with the GCC option `-pedantic-errors', which will
38049 The `-pedantic' option tells GCC to issue warnings in such cases;
38050 `-pedantic-errors' says to make them errors instead. This does not
42388 * pedantic <1>: Warnings and Errors.
42390 * pedantic <2>: Alternate Keywords. (line 29)
42391 * pedantic <3>: C Extensions. (line 6)
42392 * pedantic <4>: Standards. (line 16)
42393 * pedantic <5>: Warning Options. (line 53)
42394 * pedantic: Preprocessor Options.
42396 * pedantic-errors <1>: Non-bugs. (line 216)
42397 * pedantic-errors <2>: Standards. (line 16)
42398 * pedantic-errors <3>: Warnings and Errors.
42400 * pedantic-errors <4>: Preprocessor Options.
42402 * pedantic-errors: Warning Options. (line 95)
42686 * Wno-pedantic-ms-format: Warning Options. (line 937)