Home
last modified time | relevance | path

Searched refs:warns (Results 1 – 25 of 139) sorted by relevance

123456

/netbsd-src/external/bsd/tradcpp/dist/
H A Dmain.c79 struct warns warns = { variable
721 warns.nestcomment = true; in commandline_wall()
722 warns.undef = true; in commandline_wall()
723 warns.unused = true; in commandline_wall()
730 warns.nestcomment = false; in commandline_wnoall()
731 warns.undef = false; in commandline_wnoall()
732 warns.unused = false; in commandline_wnoall()
739 warns.nestcomment = false; in commandline_wnone()
740 warns.endiflabels = false; in commandline_wnone()
741 warns.undef = false; in commandline_wnone()
[all …]
H A Dmode.h58 struct warns { struct
66 extern struct warns warns; argument
H A DTODO8 - warns.endiflabels. (they cause errors)
9 - warns.unused.
H A Ddirective.c688 if (warns.nestcomment) { in directive_gotline()
H A Deval.c638 if (warns.undef) { in wordval()
/netbsd-src/external/ibm-public/postfix/dist/
H A DRELEASE_NOTES-3.332 now warns for mail that would be blocked by the Postfix 2.10
41 [20170617] The postconf command now warns about unknown parameter
68 [20170617] The postconf command warns about unknown parameter names
H A DRELEASE_NOTES-2.1059 - postconf warns about attempts to modify a read-only parameter
62 - postconf warns about an undefined $name in a parameter value in
H A DRELEASE_NOTES142 [Feature 20240406] The postconf command now warns for #comment in
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/lua/
H A DMakefile22 .sinclude <bsd.warns.mk>
/netbsd-src/libexec/httpd/lua/
H A DMakefile22 .sinclude <bsd.warns.mk>
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dmakefile.vms51 /warns=(infor=(missingreturn,badansialias))$(OPT)
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dmakefile.vms51 /warns=(infor=(missingreturn,badansialias))$(OPT)
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dmakefile.vms30 /warns=(info=(ptrmismatch,shiftcount))
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dmakefile.vms30 /warns=(info=(ptrmismatch,shiftcount))
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dcppwarnopts.texi49 The preprocessor also warns if the macro has not been used at the
H A Dcompat.texi114 GCC's @option{-Wabi} switch warns when G++ generates code that is
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dcppwarnopts.texi49 The preprocessor also warns if the macro has not been used at the
H A Dcompat.texi114 GCC's @option{-Wabi} switch warns when G++ generates code that is
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dextern-inline.m465 semantics but warns, unless -fgnu89-inline is used:
/netbsd-src/external/gpl2/xcvs/dist/contrib/
H A Dintro.doc22 copy. In this case cvs warns you, and you have to resolve the
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DHandleLLVMOptions.cmake305 # On Windows all code is PIC. MinGW warns if -fPIC is used.
326 # MinGW warns if -fvisibility-inlines-hidden is used.
327 # GCC on AIX warns if -fvisibility-inlines-hidden is used.
676 # GCC warns about redundant toplevel semicolons (enabled by -pedantic
709 # Check if -Wnon-virtual-dtor warns even though the class is marked final.
/netbsd-src/external/ibm-public/postfix/dist/README_FILES/
H A DRELEASE_NOTES142 [Feature 20240406] The postconf command now warns for #comment in
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DMSVCCompatibility.rst151 After recovery, Clang warns the user that this code is non-standard and issues
/netbsd-src/external/gpl3/gcc/dist/
H A DNEWS285 + [20]-Wbidi-chars warns about potentially misleading UTF-8
288 + [22]-Warray-compare warns about comparisons between two
355 * [50]-Wuninitialized warns about using uninitialized variables in
369 * New warning [55]-Wmissing-requires warns about missing requires
373 * [58]-Waddress has been enhanced so that it now warns about, for
1266 + [28]-Wmismatched-dealloc, enabled by default, warns about
1269 + [29]-Wsizeof-array-div, enabled by -Wall, warns about
1273 + [30]-Wstringop-overread, enabled by default, warns about calls
1277 + [31]-Wtsan, enabled by default, warns about unsupported
1326 + [35]-Warray-parameter, enabled by -Wall, warns about
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A DNEWS321 + -Woverloaded-virtual now warns if a virtual function in a base
327 included in -Wall, warns about dangerous comparisons of signed and

123456