Home
last modified time | relevance | path

Searched refs:warning (Results 1 – 25 of 929) sorted by relevance

12345678910>>...38

/openbmc/u-boot/scripts/
H A DMakefile.extrawarn19 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/linux/scripts/kconfig/tests/preprocess/escape/
H A DKconfig4 warning = $(warning-if,y,$(1))
9 $(warning,hello$(comma) world)
13 $(warning, ' " '" ' ''' "'")
17 $(warning,$)
18 $(warning,$$)
20 $(warning,$($))
25 $(warning,$(dollar)(X))
30 $(warning,$(left_paren))
35 $(warning,$(Y))
39 $(warning,$(Y))
[all …]
/openbmc/linux/scripts/kconfig/tests/preprocess/variable/
H A DKconfig4 warning = $(warning-if,y,$(1))
10 $(warning,SIMPLE = $(SIMPLE))
16 $(warning,RECURSIVE = $(RECURSIVE))
22 $(warning,SIMPLE = $(SIMPLE))
28 $(warning,RECURSIVE = $(RECURSIVE))
35 $(warning,UNDEFINED_VARIABLE = $(UNDEFINED_VARIABLE))
41 $(warning,AB = $(AB))
45 $(warning,$(greeting,Hello,John))
50 $(warning,$(greeting,Hello))
53 $(warning,$(greeting,Hello,John,ignored,ignored))
/openbmc/qemu/tests/qemu-iotests/
H A D251.out6 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/linux/scripts/
H A DMakefile.extrawarn18 KBUILD_CFLAGS += $(call cc-disable-warning,frame-address,)
19 KBUILD_CFLAGS += $(call cc-disable-warning, address-of-packed-member)
40 KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable)
41 KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable)
44 KBUILD_CFLAGS += $(call cc-disable-warning, dangling-pointer)
119 KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable)
120 KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable)
121 KBUILD_CFLAGS += $(call cc-disable-warning, restrict)
122 KBUILD_CFLAGS += $(call cc-disable-warning, packed-not-aligned)
123 KBUILD_CFLAGS += $(call cc-disable-warning, format-overflow)
[all …]
H A Drust_is_available.sh43 warning=0
126 warning=1
178 warning=1
249 warning=1
/openbmc/linux/scripts/kconfig/tests/preprocess/builtin_func/
H A DKconfig6 # 'warning-if', if the first argument is y, sends the second argument to stderr,
8 $(warning-if,y,hello world 1)
15 warning = $(warning-if,y,$(1))
18 $(warning,$(shell,echo hello world 3))
22 $(warning,$(shell,printf 'hello\nworld\n\n4\n\n\n'))
26 $(warning,filename=$(filename))
27 $(warning,lineno=$(lineno))
/openbmc/s2600wf-misc/callback-manager/include/
H A Dcallback_manager.hpp22 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 Dsensors-overview-controller.js23 {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/intel-ipmi-oem/src/
H A Dsensorcommands.cpp46 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/webui-vue/src/components/Global/
H A DStatusIcon.vue5 <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/webui-vue/docs/guide/components/status-icon/
H A Dreadme.md8 - warning
46 ## Status icon with warning status
49 <status-icon :status="warning" />
52 ![StatusIcon warning icon example](./warning.png)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openipmi/files/
H A Dipmi-init-fix-the-arguments.patch6 The functions success/failure/warning defined in /etc/init.d/functions
36 warning)
38 - warning "$*"
39 + warning 0
/openbmc/linux/include/linux/mtd/
H A Dxip.h68 #warning "missing IRQ and timer primitives for XIP MTD support"
69 #warning "some of the XIP MTD support code will be disabled"
70 #warning "your system will therefore be unresponsive when writing or erasing flash"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/
H A D0001-cmake-Disable-using-Wno-maybe-uninitialized.patch6 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-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/
H A D0001-Fix-time.h-check.patch16 …* 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 D0004-use-POSIX-poll.h-instead-of-sys-poll.h.patch19 | <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/gcc/gcc/
H A D0026-gcc-Fix-c-tweak-for-Wrange-loop-construct.patch6 This commit updates the warning to use a check for "trivially constructible" instead of
11 This change ensures the warning is more accurate and aligns with the proper type traits.
37 - warning for them. 64B is a common size of a cache line. */
39 + suppress the warning for them. 64B is a common size of a cache line. */
81 + for (const auto r : arr) // { dg-warning "creates a copy" }
95 + for (const auto r : arr) // { dg-warning "creates a copy" }
109 + for (const auto r : arr) // { dg-warning "creates a copy" }
/openbmc/webui-vue/src/assets/styles/bmc/custom/
H A D_alert.scss65 &.alert-warning {
66 border-left-color: theme-color("warning");
67 background-color: theme-color-light("warning");
68 fill: theme-color("warning");
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0008-configure-Disable-incompatible-function-pointer-type.patch5 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-oe/recipes-support/liburing/liburing/
H A D0002-ooo-file-unreg.c-Include-poll.h-instead-of-sys-poll..patch6 This fixes a warning e.g.
9 …2-yoe-linux-musl/liburing/2.7/recipe-sysroot/usr/include/sys/poll.h:1:2: warning: redirecting inco…
10 1 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
12 1 warning generated.
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/
H A D0006-configure-Disable-incompatible-function-pointer-type.patch5 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/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py284 self.logger.warning("runqemu during is_alive() test")
288 self.logger.warning('runqemu exited with code %d' % self.runqemu.returncode)
289 self.logger.warning("Output from runqemu:\n%s" % getOutput(output))
295 self.logger.warning("runqemu after timeout")
298 self.logger.warning('runqemu exited with code %d' % self.runqemu.returncode)
336 … self.logger.warning("Failed to initialize qemu monitor socket: %s File: %s" % (msg, msg.filename))
347 self.logger.warning("QMP Port still does not exist but QEMU is alive")
359 … self.logger.warning("Failed to connect qemu monitor socket: %s File: %s" % (msg, msg.filename))
362 self.logger.warning("Failed to communicate with qemu monitor: %s" % (msg))
506 self.logger.warning("Target didn't reach login banner in %d seconds (%s)" %
[all …]
/openbmc/u-boot/tools/patman/test/
H A Dtest01.txt7 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/linux/Documentation/translations/zh_CN/doc-guide/
H A Dcontributing.rst47 ./drivers/devfreq/devfreq.c:1818: warning: bad line:
49 ./drivers/devfreq/devfreq.c:1854: warning: bad line:
75 ./drivers/devfreq/devfreq.c:1818: warning: bad line:
77 ./drivers/devfreq/devfreq.c:1854: warning: bad line:
177 .. warning ::

12345678910>>...38