Searched refs:warnings (Results 1 – 15 of 15) sorted by relevance
8 warnings=046 warnings=$(wc -l <$tmpfile)69 echo "total: $errors errors, $warnings warnings"
22 additional warnings about variables that might be used uninitialized.23 Some of these warnings might be "false positives" though and you might
83 meson --werror werrorbuild # build with warnings as errors
28 events: user accesses, exceptional conditions (errors and warnings, for
191 uint8_t warnings; in show_warnings() local194 warnings = port->warnings_to_show; in show_warnings()195 } while (rte_atomic16_cmpset(&port->warnings_to_show, warnings, 0) == 0); in show_warnings()197 if (!warnings) in show_warnings()207 if (warnings & WRN_RX_QUEUE_FULL) { in show_warnings()215 if (warnings & WRN_TX_QUEUE_FULL) { in show_warnings()223 if (warnings & WRN_RX_MARKER_TO_FAST) in show_warnings()227 if (warnings & WRN_UNKNOWN_SLOW_TYPE) { in show_warnings()233 if (warnings & WRN_UNKNOWN_MARKER_TYPE) in show_warnings()237 if (warnings & WRN_NOT_LACP_CAPABLE) in show_warnings()
19 # The driver runs only on arch64 machine, remove 32bit warnings
20 # Enable more warnings
249 # enable extra warnings and disable any unwanted warnings253 # additional warnings in alphabetical order269 # globally disabled warnings402 # Disable secure CRT deprecated warnings for clang
16 # to avoid warnings due to race conditions with creating the dev_if.h, etc.
26 # Enable more warnings
129 Updated testpmd application to output log errors and warnings to stderr140 This fixes warnings about loss of precision
515 renamed to ``aux_flags`` to indicate warnings and other information from
198 # permissive - SELinux prints warnings instead of enforcing.
189 Make sure to fix any Sphinx or Doxygen warnings when adding or updating documentation.570 This is a frequent cause of errors and warnings.
134 …additional degrees of type-safety and can allow compilers to emit extra warnings about unsafe code.756 …file must be declared as ``static inline`` in order to prevent compiler warnings about the functio…