Searched refs:warnings (Results 26 - 50 of 62) sorted by relevance

123

/freebsd-11.0-release/contrib/gcclibs/libdecnumber/
H A DMakefile.in88 $(srcdir)/../config/warnings.m4 \
/freebsd-11.0-release/tests/sys/acl/
H A Drun48 no warnings qw(taint);
/freebsd-11.0-release/usr.bin/localedef/
H A Dscanner.c54 int warnings = 0; variable
863 warnings++;
/freebsd-11.0-release/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2man11 use warnings;
H A Dmdoc2texi15 use warnings;
/freebsd-11.0-release/contrib/ntp/sntp/ag-tpl/
H A Dmdoc2man37 use warnings;
/freebsd-11.0-release/share/mk/
H A Dbsd.lib.mk220 SOLINKOPTS+= -Wl,--no-fatal-warnings
222 SOLINKOPTS+= -Wl,--fatal-warnings
H A Dbsd.sys.mk67 # Clang has more warnings enabled by default, and when using -Wall, so if WARNS
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h564 JumpToLine(const FileSpec &file, uint32_t line, bool can_leave_function, std::string *warnings = nullptr);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp1937 std::string warnings; variable
1938 Error err = thread->JumpToLine (file, line, m_options.m_force, &warnings);
1946 if (!warnings.empty())
1947 result.AppendWarning (warnings.c_str());
/freebsd-11.0-release/gnu/usr.bin/cc/cc_int/
H A DMakefile27 tree-ssa-alias-warnings.o \
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp1978 Thread::JumpToLine (const FileSpec &file, uint32_t line, bool can_leave_function, std::string *warnings) argument
2025 if (warnings && candidates.size() > 1)
2031 *warnings = sstr.GetString();
/freebsd-11.0-release/sys/kern/
H A Dkern_shutdown.c593 SYSCTL_INT(_debug_kassert, OID_AUTO, warnings, CTLFLAG_RWTUN,
643 * kassert_log_panic_at warnings.
/freebsd-11.0-release/contrib/gcc/cp/
H A Dcall.c415 candidate_warning *warnings; member in struct:z_candidate
3871 /* Give any warnings we noticed during overload resolution. */
3872 if (cand->warnings)
3875 for (w = cand->warnings; w; w = w->next)
4211 bitwise or of LOOKUP_* values. If any errors are warnings are
4242 ISSUE_CONVERSION_WARNINGS is true, warnings about suspicious
4287 /* Issue warnings about peculiar, but valid, uses of NULL. */
4803 /* Give any warnings we noticed during overload resolution. */
4804 if (cand->warnings)
4807 for (w = cand->warnings;
[all...]
/freebsd-11.0-release/contrib/gcc/
H A Dfix-header.c108 int warnings = 0; variable
621 so ignore warnings and errors. */
H A Dconfigure6094 # We want to use -pedantic, but we don't want warnings about
6098 # So, we only use -pedantic if we can disable those warnings.
6442 # If the native compiler is GCC, we can enable warnings even in stage1.
7942 # Need to reject headers which give warnings, so that the -Werror bootstrap
14172 if { ac_try='$gcc_cv_as --fatal-warnings -o conftest.o conftest.s >&5'
14204 if { ac_try='$gcc_cv_as --fatal-warnings -o conftest.o conftest.s >&5'
14242 if { ac_try='$gcc_cv_as --fatal-warnings -o conftest.o conftest.s >&5'
14276 if { ac_try='$gcc_cv_as --fatal-warnings -o conftest.o conftest.s >&5'
14348 tls_as_opt=--fatal-warnings
14386 tls_as_opt=--fatal-warnings
[all...]
/freebsd-11.0-release/usr.sbin/etcupdate/
H A Detcupdate.sh384 # directory warnings for dryrun invocations.
417 # was invoked) to quiet spurious warnings.
549 # to quiet spurious warnings.
1388 # remaining conflicts followed by any warnings from the previous
1505 # Initialize conflicts and warnings handling.
1727 # The path of the "warnings" file that accumulates warning notes from an update.
1728 WARNINGS=$WORKDIR/warnings
/freebsd-11.0-release/contrib/sqlite3/
H A Dltmain.sh452 # By default, display warnings according to 'opt_warning_types'. Set
453 # 'warning_func' to ':' to elide all warnings, or func_fatal_error to
457 # Set to 'all' to display all warnings, 'none' to suppress all
458 # warnings, or a space delimited list of some subset of
459 # 'warning_categories' to display only the listed warnings.
1455 -W, --warnings=CATEGORY
1456 report the warnings falling in CATEGORY [all]
1465 'all' show all warnings
1466 'none' turn off all the warnings
1467 'error' warnings ar
[all...]
/freebsd-11.0-release/contrib/unbound/
H A Dltmain.sh452 # By default, display warnings according to 'opt_warning_types'. Set
453 # 'warning_func' to ':' to elide all warnings, or func_fatal_error to
457 # Set to 'all' to display all warnings, 'none' to suppress all
458 # warnings, or a space delimited list of some subset of
459 # 'warning_categories' to display only the listed warnings.
1455 -W, --warnings=CATEGORY
1456 report the warnings falling in CATEGORY [all]
1465 'all' show all warnings
1466 'none' turn off all the warnings
1467 'error' warnings ar
[all...]
/freebsd-11.0-release/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh452 # By default, display warnings according to 'opt_warning_types'. Set
453 # 'warning_func' to ':' to elide all warnings, or func_fatal_error to
457 # Set to 'all' to display all warnings, 'none' to suppress all
458 # warnings, or a space delimited list of some subset of
459 # 'warning_categories' to display only the listed warnings.
1455 -W, --warnings=CATEGORY
1456 report the warnings falling in CATEGORY [all]
1465 'all' show all warnings
1466 'none' turn off all the warnings
1467 'error' warnings ar
[all...]
/freebsd-11.0-release/contrib/binutils/
H A DMakefile.tpl662 mail-report-with-warnings.log: warning.log
1199 # to avoid warnings from the GNU Make job server.
/freebsd-11.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex538 errors should really be fatal, and which rate mere warnings.
/freebsd-11.0-release/contrib/byacc/
H A Dconfigure694 --with-warnings test: turn on gcc warnings
4107 echo "$as_me:4107: checking if you want to check for gcc warnings" >&5
4108 echo $ECHO_N "checking if you want to check for gcc warnings... $ECHO_C" >&6
4110 # Check whether --with-warnings or --without-warnings was given.
4364 # The "-wdXXX" options suppress warnings:
/freebsd-11.0-release/contrib/openpam/
H A Dconfigure1430 --enable-developer-warnings
1431 enable strict warnings (default is NO)
3865 # icc doesn't choke on unknown options, it will just issue warnings
4044 // work around unused variable warnings
8443 # save warnings/boilerplate of simple test code
8494 # So say no if there are warnings other than the usual output.
8871 # So say no if there are warnings other than the usual output.
8921 # So say no if there are warnings
8982 # So say no if there are warnings
9037 # So say no if there are warnings
[all...]
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dconfigure1013 --enable-werror treat compile warnings as errors
1014 --enable-build-warnings enable build-time compiler warnings
3193 # icc doesn't choke on unknown options, it will just issue warnings
6047 # save warnings/boilerplate of simple test code
6097 # So say no if there are warnings other than the usual output.
6419 # So say no if there are warnings other than the usual output.
6464 # So say no if there are warnings
6525 # So say no if there are warnings
6580 # So say no if there are warnings
[all...]

Completed in 522 milliseconds

123