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).
475 -fsyntax-only -pedantic -pedantic-errors
1514 gratuitously. For that, `-pedantic' is required in addition to
1547 rejected. The particular standard is used by `-pedantic' to
1549 the standard. For example `-std=gnu89 -pedantic' would warn about
1550 C++ style `//' comments, while `-std=gnu99 -pedantic' would not.
1905 Disable pedantic warnings about constructs used in MFC, such as
2617 `-pedantic'
2631 `-pedantic' does not cause warning messages for use of the
2632 alternate keywords whose names begin and end with `__'. Pedantic
2638 Some users try to use `-pedantic' to check programs for strict ISO
2646 additional work and would be quite different from `-pedantic'. We
2652 dialect is based. Warnings from `-pedantic' are given where they
2659 `-pedantic-errors'
2660 Like `-pedantic', except that errors are produced rather than
2783 However, if `-pedantic' is used with `-Wformat', warnings will be
2869 by default and it is made into an error by `-pedantic-errors'.
3410 `NULL'. This warning is also enabled by `-pedantic'.
3773 and `-Wno-long-long' are taken into account only when `-pedantic'
3777 Warn if variadic macros are used in pedantic ISO C90 mode, or the
3778 GNU alternate syntax when in pedantic ISO C99 mode. This is
3784 will prevent the `-pedantic' warning of the variable length array.
3803 It is implied by `-Wall' and by `-pedantic', which can be disabled
3823 This option is implied by `-pedantic', and can be disabled with
6995 `-pedantic'
7000 `-pedantic-errors'
7003 GCC issues without `-pedantic' but treats as warnings.
14661 -pedantic-errors
15439 (The `-pedantic' option directs GCC to print a warning message if any
21705 `-pedantic' and other options cause warnings for many GNU C extensions.
35780 does not have the library facilities. `gcc -ansi -pedantic' is a
35878 should be run with the GCC option `-pedantic-errors', which will
35912 The `-pedantic' option tells GCC to issue warnings in such cases;
35913 `-pedantic-errors' says to make them errors instead. This does not
40139 * pedantic <1>: Warnings and Errors.
40141 * pedantic <2>: Warning Options. (line 53)
40142 * pedantic <3>: Preprocessor Options.
40144 * pedantic <4>: C Extensions. (line 6)
40145 * pedantic <5>: Alternate Keywords. (line 29)
40146 * pedantic: Standards. (line 16)
40147 * pedantic-errors <1>: Warnings and Errors.
40149 * pedantic-errors <2>: Preprocessor Options.
40151 * pedantic-errors <3>: Non-bugs. (line 216)
40152 * pedantic-errors <4>: Standards. (line 16)
40153 * pedantic-errors: Warning Options. (line 95)