| /openbmc/u-boot/scripts/ |
| H A D | Makefile.extrawarn | 19 warning- := $(empty) 21 warning-1 := -Wextra -Wunused -Wno-unused-parameter 22 warning-1 += -Wmissing-declarations 23 warning-1 += -Wmissing-format-attribute 24 warning-1 += $(call cc-option, -Wmissing-prototypes) 25 warning-1 += -Wold-style-definition 26 warning-1 += $(call cc-option, -Wmissing-include-dirs) 27 warning-1 += $(call cc-option, -Wunused-but-set-variable) 28 warning-1 += $(call cc-disable-warning, missing-field-initializers) 30 warning-2 := -Waggregate-return [all …]
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 251.out | 6 qemu-img: warning: error while reading block status at offset status_fail_offset_0: Input/output er… 7 qemu-img: warning: error while reading block status at offset status_fail_offset_1: Input/output er… 8 qemu-img: warning: error while reading block status at offset status_fail_offset_0: Input/output er… 9 qemu-img: warning: error while reading offset read_fail_offset_0: Input/output error 10 qemu-img: warning: error while reading block status at offset status_fail_offset_1: Input/output er… 11 qemu-img: warning: error while reading offset status_fail_offset_1: Input/output error 12 qemu-img: warning: error while reading offset read_fail_offset_2: Input/output error 13 qemu-img: warning: error while reading offset read_fail_offset_3: Input/output error 14 qemu-img: warning: error while reading offset read_fail_offset_4: Input/output error 15 qemu-img: warning: error while reading offset read_fail_offset_5: Input/output error [all …]
|
| /openbmc/s2600wf-misc/subprojects/callback-manager/include/ |
| H A D | callback_manager.hpp | 22 constexpr const char* warning = "warning"; variable 48 const std::vector<std::string>& warning) in setLocalAssociations() 60 result.emplace(threshold::warning, "", path); in setLocalAssociations() 62 for (const std::string& path : warning) in setLocalAssociations() 64 result.emplace(threshold::warning, "", path); in setLocalAssociations() 70 const std::vector<std::string>& warning) in setSensorAssociations() 81 for (const std::string& path : warning) in setSensorAssociations() 87 result.emplace(threshold::warning, "", path); in setSensorAssociations()
|
| /openbmc/s2600wf-misc/callback-manager/include/ |
| H A D | callback_manager.hpp | 22 constexpr const char* warning = "warning"; variable 48 const std::vector<std::string>& warning) in setLocalAssociations() 60 result.emplace(threshold::warning, "", path); in setLocalAssociations() 62 for (const std::string& path : warning) in setLocalAssociations() 64 result.emplace(threshold::warning, "", path); in setLocalAssociations() 70 const std::vector<std::string>& warning) in setSensorAssociations() 81 for (const std::string& path : warning) in setSensorAssociations() 87 result.emplace(threshold::warning, "", path); in setSensorAssociations()
|
| /openbmc/phosphor-webui/app/server-health/controllers/ |
| H A D | sensors-overview-controller.js | 23 {all: true, normal: false, warning: false, critical: false}; property in $scope.selectedSeverity 68 $scope.selectedSeverity.warning = false; 79 !$scope.selectedSeverity.warning && 86 if ($scope.selectedSeverity.normal && $scope.selectedSeverity.warning && 90 $scope.selectedSeverity.warning = false; 102 (sensor.severity_flags.warning && 103 $scope.selectedSeverity.warning) ||
|
| /openbmc/webui-vue/src/assets/styles/bmc/custom/ |
| H A D | _toasts.scss | 68 .b-toast-warning .toast { 69 border-inline-start-color: theme-color("warning")!important; 70 background-color: theme-color-light("warning")!important; 89 .toast.bg-warning { 90 border-inline-start-color: theme-color("warning")!important; 91 background-color: theme-color-light("warning")!important; 98 .toast.text-bg-warning { 117 .toast.text-bg-warning { 118 border-inline-start-color: theme-color("warning")!important; 119 background-color: theme-color-light("warning")!important;
|
| H A D | _alert.scss | 76 &.alert-warning { 77 border-inline-start-color: theme-color("warning"); 78 background-color: theme-color-light("warning"); 79 fill: theme-color("warning");
|
| /openbmc/webui-vue/src/components/Global/ |
| H A D | StatusIcon.vue | 5 <icon-warning v-else-if="status === 'warning'" /> 14 import IconWarning from '@carbon/icons-vue/es/warning--filled/20'; 53 &.warning { 54 color: theme-color('warning');
|
| /openbmc/intel-ipmi-oem/src/ |
| H A D | sensorcommands.cpp | 46 constexpr const char* warning = "warning"; variable 54 constexpr const std::array<uint8_t, 5> warning = {0x3, 0xA, 0x13, 0x19, in setMeStatus() local 68 state = meHealth::warning; in setMeStatus() 75 else if (std::find(warning.begin(), warning.end(), eventData2) != in setMeStatus() 76 warning.end()) in setMeStatus() 78 state = meHealth::warning; in setMeStatus()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openipmi/files/ |
| H A D | ipmi-init-fix-the-arguments.patch | 6 The functions success/failure/warning defined in /etc/init.d/functions 36 warning) 38 - warning "$*" 39 + warning 0
|
| /openbmc/webui-vue/docs/guide/components/status-icon/ |
| H A D | readme.md | 8 - warning 46 ## Status icon with warning status 49 <status-icon :status="warning" /> 52 
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/ |
| H A D | 0001-cmake-Disable-using-Wno-maybe-uninitialized.patch | 6 This warning causes clang builds to fail because this is not a 7 recognised warning with clang 36 # Set CXX compiler warning flags at top-level scope and emit a warning about
|
| /openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
| H A D | 0008-configure-Disable-incompatible-function-pointer-type.patch | 5 warning 16 dnl Prevent clang from accepting unknown flags with a mere warning 17 …AX_APPEND_COMPILE_FLAGS([-Werror=unknown-warning-option -Werror=invalid-command-line-argument], [C… 18 …AX_APPEND_COMPILE_FLAGS([-Werror=unknown-warning-option -Werror=invalid-command-line-argument], [C…
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/ |
| H A D | 0006-configure-Disable-incompatible-function-pointer-type.patch | 5 warning 16 dnl Prevent clang from accepting unknown flags with a mere warning 17 …AX_APPEND_COMPILE_FLAGS([-Werror=unknown-warning-option -Werror=invalid-command-line-argument], [C… 18 …AX_APPEND_COMPILE_FLAGS([-Werror=unknown-warning-option -Werror=invalid-command-line-argument], [C…
|
| /openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/sensors/ |
| H A D | dbus-sensors_%.bbappend | 7 WARNING_LEAK_SERVICE = "xyz.openbmc_project.leakdetector.warning.assert@.service" 8 WARNING_DEASSERT_SERVICE = "xyz.openbmc_project.leakdetector.warning.deassert@.service" 16 file://warning-leak-handler \ 43 install -m 0755 ${UNPACKDIR}/warning-leak-handler ${D}${libexecdir}/${PN}/
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/ |
| H A D | 0001-Fix-time.h-check.patch | 16 …* cyrus-sasl-2.1.28/lib/saslutil.c:280:3: warning: implicit declaration of function ‘time’ [-Wimpl… 17 …* cyrus-sasl-2.1.28/lib/saslutil.c:364:41: warning: implicit declaration of function ‘clock’ [-Wim… 18 …* cyrus-sasl-2.1.28/plugins/cram.c:132:7: warning: implicit declaration of function ‘time’ [-Wimpl… 19 …* cyrus-sasl-2.1.28/lib/saslutil.c:280:3: warning: implicit declaration of function ‘time’ [-Wimpl… 20 …* cyrus-sasl-2.1.28/lib/saslutil.c:364:41: warning: implicit declaration of function ‘clock’ [-Wim… 21 …* cyrus-sasl-2.1.28/plugins/cram.c:132:7: warning: implicit declaration of function ‘time’ [-Wimpl…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/libdbus-c++-0.9.0/ |
| H A D | 0004-use-POSIX-poll.h-instead-of-sys-poll.h.patch | 19 | <sysroot>/usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.… 20 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h> 23 | <sysroot>/usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.… 24 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
|
| /openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/ |
| H A D | 0036-libunwind-Use-gcs-instead-of-gcs-target-attribute.patch | 19 cargo:warning=/mnt/b/yoe/master/sources/poky/build/tmp/work/cortexa57-poky-linux-musl/rust/1.85.1/r… 20 cargo:warning= 191 | unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exc… 21 cargo:warning= | ^~~~~~~~~~~~~ 22 cargo:warning=/mnt/b/yoe/master/sources/poky/build/tmp/work/cortexa57-poky-linux-musl/rust/1.85.1/r… 23 cargo:warning= 337 | _Unwind_Stop_Fn stop, void *stop_parameter) { 24 cargo:warning= | ^~~~~~~~~~~~~~~
|
| /openbmc/webui-vue/src/assets/styles/bmc/helpers/ |
| H A D | _colors.scss | 35 $warning: $yellow; variable 46 "warning": $warning
|
| /openbmc/u-boot/tools/patman/test/ |
| H A D | test01.txt | 7 This gives a warning with some native compilers: 9 cmd/pci.c:152:11: warning: format ‘%llx’ expects argument of type 33 This gives a warning with some native compilers: 35 lib/fdtdec.c:1203:8: warning: format ‘%llx’ expects argument of type
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
| H A D | 0001-libunwind-Use-gcs-instead-of-gcs-target-attribute.patch | 19 cargo:warning=/mnt/b/yoe/master/sources/poky/build/tmp/work/cortexa57-poky-linux-musl/rust/1.85.1/r… 20 cargo:warning= 191 | unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exc… 21 cargo:warning= | ^~~~~~~~~~~~~ 22 cargo:warning=/mnt/b/yoe/master/sources/poky/build/tmp/work/cortexa57-poky-linux-musl/rust/1.85.1/r… 23 cargo:warning= 337 | _Unwind_Stop_Fn stop, void *stop_parameter) { 24 cargo:warning= | ^~~~~~~~~~~~~~~
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-br-posix/ |
| H A D | 0001-cmake-Disable-nonnull-compare-warning-on-gcc.patch | 4 Subject: [PATCH] cmake: Disable nonnull-compare warning on gcc 6 GCC finds a legit warning which clang does not on code like this 15 warning as error when using gcc
|
| /openbmc/openbmc/poky/scripts/lib/devtool/ |
| H A D | import.py | 74 logger.warning('No recipe to append %s.bbapppend, skipping' % fn) 97 logger.warning(pe) 99 … logger.warning('File already present. Use --overwrite/-o to overwrite it: %s' % member.name) 122 logger.warning('No recipes imported into the workspace')
|
| /openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
| H A D | qemurunner.py | 287 self.logger.warning("runqemu during is_alive() test") 291 self.logger.warning('runqemu exited with code %d' % self.runqemu.returncode) 292 self.logger.warning("Output from runqemu:\n%s" % getOutput(output)) 298 self.logger.warning("runqemu after timeout") 301 self.logger.warning('runqemu exited with code %d' % self.runqemu.returncode) 339 … self.logger.warning("Failed to initialize qemu monitor socket: %s File: %s" % (msg, msg.filename)) 350 self.logger.warning("QMP Port still does not exist but QEMU is alive") 362 … self.logger.warning("Failed to connect qemu monitor socket: %s File: %s" % (msg, msg.filename)) 365 self.logger.warning("Failed to communicate with qemu monitor: %s" % (msg)) 509 self.logger.warning("Target didn't reach login banner in %d seconds (%s)" % [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/ |
| H A D | enforce-use-stl.patch | 19 #pragma warning( push ) 20 #pragma warning( disable : 4530 )
|