Lines Matching refs:WARN

32 | C&C++    | LANG    | Language options| C&C++    | WARN    | Warning options    |
92 ##### G.C&C++.WARN.01 Enable -Wall to check for useful warnings.
98 ##### G.C&C++.WARN.02 Enable -Wextra to check for additional warnings except -Wall. Use -Wno-XXXX t…
106 ##### G.C&C++.WARN.03 Enable -Weffc++ to check for Scott Meyers' Effective C++ options.
114 ##### G.C&C++.WARN.04 DO NOT enable -w to suppress all warnings.
120 ##### G.C&C++.WARN.05 DO NOT enable -Wno-XXXX to suppress all warning options contained in -Wall.
126 ##### G.C&C++.WARN.06 DO NOT enable -Wno-error= XXXX to degrade a specific warning that has been up…
132 ##### G.C&C++.WARN.07 DO NOT enable -Wno-XXXX to suppress the warning options enabled by the compil…
144 ##### G.C&C++.WARN.08 Enable -Werror or -Werror=XXXX to escalate warnings to errors.
156 ##### G.C&C++.WARN.09 Use unified warning options in a build project.
164 ##### G.C&C++.WARN.10 Enable -Wtrampolines to check for trampolines pointed to by nested functions.
199 ##### G.C&C++.WARN.11 Enable -Wformat=2 to check input/output format functions.
212 ##### G.C&C++.WARN.12 Enable -Wstrict-prototypes to check for unspecified parameter types in the fu…
242 ##### G.C&C++.WARN.13 Enable -Wdate-time to check for time macros.
269 ##### G.C&C++.WARN.14 Enable -Wfloat-equal to check for equality comparison of floating point numbe…
322 ##### G.C&C++.WARN.15 Enable -Wswitch-default to check whether the **switch** statement has the def…
356 ##### G.C&C++.WARN.16 Enable -Wshadow to check variable coverage.
382 ##### G.C&C++.WARN.17 Enable -Wstack-usage=len to set the stack size.
406 ##### G.C&C++.WARN.18 Enable -Wframe-larger-than=len to set the stack framework size.
430 ##### G.C&C++.WARN.19 DO NOT enable -Wno-return-local-addr and check the returned local variable ad…
456 ##### G.C&C++.WARN.20 Enable -Wconversion to check for implicit conversion that results in value ch…
484 ##### G.C&C++.WARN.21 Enable -Wcast-qual to check for missing type qualifier of the target type whe…
511 ##### G.C&C++.WARN.22 Enable -Wcast-align to check for explicit pointer type conversion to prevent …
519 ##### G.C&C++.WARN.23 Enable -Wvla to check for variable-length arrays.
544 ##### G.C&C++.WARN.24 Enable -Wunused to check for invalid code.
584 ##### G.C&C++.WARN.25 Enable -Wundef to check for undefined identifiers in the \#if statement of pr…
609 ##### G.C&C++.WARN.26 Enable -Wnon-virtual-dtor to check for undefined virtual destructors for the …
638 ##### G.C&C++.WARN.27 Enable -Wdelete-non-virtual-dtor to check whether the pointer of the base cla…
669 ##### G.C&C++.WARN.28 Enable -Woverloaded-virtual to check for hiding virtual functions of the base…