/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/ |
H A D | 0001-Fix-time.h-check.patch | 14 This fixes a bunch of implicit declaration warnings: 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-support/multipath-tools/files/ |
H A D | 0004-RH-use-rpm-optflags-if-present.patch | 37 +OPTFLAGS += -Wextra -Wstrict-prototypes -Wformat=0 -Werror=implicit-int \ 38 + -Werror=implicit-function-declaration -Wno-sign-compare \ 41 WARNFLAGS := -Werror -Wall -Wextra -Wformat=2 $(WFORMATOVERFLOW) -Werror=implicit-int \ 42 -Werror=implicit-function-declaration -Werror=format-security \
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | args-if-implicit.err | 1 args-if-implicit.json: In command 'test-if-cmd': 2 args-if-implicit.json:1: conditional command arguments require 'boxed': true
|
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/ |
H A D | 0001-Use-CC-to-check-for-implicit-fallthrough-warning-sup.patch | 4 Subject: [PATCH] Use CC to check for implicit-fallthrough warning support 24 - FALLTHROUGH := $(shell gcc -Q --help=warnings 2>&1 | grep "implicit-fallthrough" | wc -l) 25 + FALLTHROUGH := $(shell ${CC} -Q --help=warnings 2>&1 | grep "implicit-fallthrough" | wc -l)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/ |
H A D | bashism.patch | 14 -CXXFLAGS="$CXXFLAGS ${CFLAGS//-Werror-implicit-function-declaration/}" 15 +CXXFLAGS="$CXXFLAGS $(printf '%s\n' "$CFLAGS" | sed 's/-Werror-implicit-function-declaration//g')"
|
/openbmc/linux/arch/parisc/math-emu/ |
H A D | Makefile | 7 ccflags-y := -Wno-parentheses -Wno-implicit-function-declaration \ 9 -Wno-implicit-int -Wno-missing-prototypes -Wno-missing-declarations \
|
/openbmc/linux/Documentation/bpf/ |
H A D | linux-notes.rst | 63 These instructions have seven implicit operands: 65 * Register R6 is an implicit input that must contain a pointer to a 67 * Register R0 is an implicit output which contains the data fetched from 72 These instructions have an implicit program exit condition as well. If an
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dhrystone/ |
H A D | dhrystone_2.1.bb | 25 …nd:toolchain-clang = " -Wno-error=implicit-function-declaration -Wno-error=deprecated-non-prototyp…
|
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/ |
H A D | 0001-reexport.h-Include-unistd.h-to-compile-with-musl.patch | 8 reexport.c:62:17: error: implicit declaration of function 'sleep' [-Werror=implicit-function-declar…
|
/openbmc/u-boot/test/py/ |
H A D | multiplexed_log.py | 50 def write(self, data, implicit=False): argument 65 self.logfile.write(self, data, implicit) 661 def write(self, stream, data, implicit=False): argument 687 if implicit: 690 if implicit:
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/freeglut/ |
H A D | freeglut_3.4.0.bb | 19 # Add -Wno-implicit-function-declaration since it might be otherwise treated at 21 CFLAGS += "-Wno-implicit-function-declaration"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/indent/indent/ |
H A D | 0001-src-indent.c-correct-the-check-for-locale.h.patch | 11 ….12/src/indent.c:1062:5: error: implicit declaration of function 'setlocale'; did you mean 'setsta…
|
/openbmc/openbmc/poky/meta/recipes-bsp/setserial/setserial/ |
H A D | 0001-setserial.c-Add-needed-system-headers-for-ioctl-and-.patch | 10 error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-W… 11 error: call to undeclared function 'close'; ISO C99 and later do not support implicit function decl…
|
H A D | add_stdlib.patch | 2 # built-in not being defined and getting an incorrect implicit definition
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libavtp/libavtp/ |
H A D | 0001-provide-64bit-host-to-network-conversion-macros.patch | 14 | ../git/src/avtp_stream.c:116:24: warning: implicit declaration of function 'be64toh' [-Wimplicit-… 18 | ../git/src/avtp_stream.c:199:34: warning: implicit declaration of function 'htobe64' [-Wimplicit-…
|
/openbmc/linux/Documentation/devicetree/bindings/timer/ |
H A D | arm,arch_timer.yaml | 75 affects writes to the tval register, due to the implicit counter read. 82 to the implicit counter read. 89 the tval registers, due to the implicit counter read.
|
/openbmc/qemu/python/qemu/ |
H A D | README.rst | 4 This directory serves as the root of a `Python PEP 420 implicit
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
H A D | 0001-Fix-type-of-single-bit-bitfields.patch | 7 trace.c:311:22: error: implicit truncation from 'int' to a one-bit wide bit-field changes value fro… 10 an assignment of 0 or 1 without implicit conversion.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcc/ |
H A D | sblim-sfcc_2.2.8.bb | 7 file://0001-Fix-implicit-function-declarations.patch \
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ruli/files/ |
H A D | float-conversion.patch | 4 | ruli_rand.c:54:47: error: implicit conversion from 'unsigned int' to 'float' changes value from 4…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/ |
H A D | xf86-video-nouveau_1.0.17.bb | 18 CFLAGS += "-Wno-error=implicit-function-declaration"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/tayga/files/ |
H A D | 0001-include-sys-uio.patch | 4 implicit function declarations [-Wimplicit-function-declaration]
|
/openbmc/phosphor-time-manager/ |
H A D | .clang-tidy | 5 bugprone-bool-pointer-implicit-conversion, 13 bugprone-implicit-widening-of-multiplication-result, 255 performance-implicit-conversion-in-loop, 278 readability-implicit-bool-conversion, 315 - { key: readability-implicit-bool-conversion.AllowPointerConditions, value: 1 }
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ftgl/ |
H A D | ftgl_2.1.3-rc5.bb | 19 file://0001-Explicit-typecast-to-avoid-implicit-double-to-float-.patch \
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-support/fcgiwrap/ |
H A D | fcgiwrap_git.bb | 11 file://0001-Fix-implicit-fallthrough-warning.patch \
|