Searched refs:warning (Results 1 - 14 of 14) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/ |
H A D | Makefile | 45 # Give warning of old config parameters are used 47 $(warning "You have specified the CONFIG variable which is no longer in used. Use TARGET_PLATFORM instead.") 51 $(warning "You have specified the CPU variable which is no longer in used. Use TARGET_PLATFORM instead.") 85 $(warning $(KBUILD_EXTRA_SYMBOLS)) 100 $(warning TARGET_PLATFORM $(TARGET_PLATFORM)) 101 $(warning KDIR $(KDIR)) 102 $(warning MALI_PLATFORM $(MALI_PLATFORM)) 121 $(warning CONFIG_TRACEPOINTS required for profiling) 173 $(warning "You want to support DEVFREQ but kernel didn't support DEVFREQ.")
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/ |
H A D | Makefile | 45 # Give warning of old config parameters are used 47 $(warning "You have specified the CONFIG variable which is no longer in used. Use TARGET_PLATFORM instead.") 51 $(warning "You have specified the CPU variable which is no longer in used. Use TARGET_PLATFORM instead.") 85 $(warning $(KBUILD_EXTRA_SYMBOLS)) 100 $(warning TARGET_PLATFORM $(TARGET_PLATFORM)) 101 $(warning KDIR $(KDIR)) 102 $(warning MALI_PLATFORM $(MALI_PLATFORM)) 121 $(warning CONFIG_TRACEPOINTS required for profiling) 173 $(warning "You want to support DEVFREQ but kernel didn't support DEVFREQ.")
|
/device/soc/rockchip/common/sdk_linux/arch/arm64/ |
H A D | Makefile | 25 $(warning ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum) 33 $(warning LSE atomics not supported by binutils) 44 $(warning Detected assembler with broken .inst; disassembly will be unreliable) 49 KBUILD_CFLAGS += $(call cc-disable-warning, psabi)
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/ |
H A D | hi_types_base.h | 94 #pragma warning(disable : 4200) /* disable nonstandard extension used : zero-sized array in struct/union. */ 95 #pragma warning(disable : 4214) /* allows bitfield structure members to be of any integral type. */ 96 #pragma warning(disable : 4201) 97 #pragma warning(disable : 4514) 98 #pragma warning(disable : 4127)
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_types_base.h | 87 #pragma warning(disable:4200) /* disable nonstandard extension used : zero-sized array in struct/union. */ 88 #pragma warning(disable:4214) /* allows bitfield structure members to be of any integral type. */ 89 #pragma warning(disable:4201) 90 #pragma warning(disable:4514) 91 #pragma warning(disable:4127)
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/ |
H A D | mmz_userdev.c | 56 #define warning(s...) \ macro 304 warning("mmb<%s> is delayed_free, can not free again!\n", p->mmb->name); in ioctl_mmb_free() 309 warning("mmb<%s> is still in use!\n", p->mmb->name); in ioctl_mmb_free() 433 warning("mmb(0x%llx) isn't user-mapped!\n", p->phys_addr); 435 warning("mmb(0x%lx) isn't user-mapped!\n", p->phys_addr); 1010 warning("mmb<0x%llx> mapped to userspace 0x%pK will be unmapped!\n", 1013 warning("mmb<0x%lx> mapped to userspace 0x%pK will be unmapped!\n",
|
/device/soc/rockchip/common/sdk_linux/ |
H A D | Makefile | 578 CLANG_FLAGS += -Werror=unknown-warning-option 668 $(call cc-disable-warning,maybe-uninitialized,) 743 KBUILD_CFLAGS += $(call cc-disable-warning,frame-address,) 744 KBUILD_CFLAGS += $(call cc-disable-warning, format-truncation) 745 KBUILD_CFLAGS += $(call cc-disable-warning, format-overflow) 746 KBUILD_CFLAGS += $(call cc-disable-warning, address-of-packed-member) 798 KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable) 800 KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable) 958 KBUILD_CFLAGS += $(call cc-disable-warning, stringop-truncation) 961 KBUILD_CFLAGS += $(call cc-disable-warning, zer [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | hi_plugin.h | 27 #pragma warning cant export dynamic symbos
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | hi_plugin.h | 27 #pragma warning cant export dynamic symbos
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | bcmsdbus.h | 73 #warning "SDPCM_DEFGLOM_SIZE cannot be higher than SDPCM_MAXGLOM_SIZE!!"
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | ssl.h | 54 #warning "Record compression support via MBEDTLS_ZLIB_SUPPORT is deprecated and will be removed in the next major revision of the library" 677 * \warning RSA decryption as used in TLS is subject to a potential 1237 * \warning The conf structure will be accessed during the session. 1241 * \warning This function must be called exactly once per context. 1733 * \warning Disabling hello verification allows your server to be used 1791 * \warning Disabling this is a security risk unless the application 2461 * \warning You should NOT set this to MBEDTLS_SSL_IS_FALLBACK for 2507 * \warning Use of RC4 in DTLS/TLS has been prohibited by RFC 7465 2620 * \warning It is recommended to always disable renegotation unless you 2691 * \warning O [all...] |
H A D | compat-1.3.h | 37 #warning "Including compat-1.3.h is deprecated"
|
/device/soc/hisilicon/hi3751v350/sdk_linux/ |
H A D | base.mak | 122 #201811280929 add -Werror to upgrade warning to error to implement 0 warning rule
|
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | configure_llvm | 82 --fatal-warnings fail if any configure warning is generated 6825 test_cflags -Werror=unknown-warning-option && 6826 append unknown_warning_flags "-Werror=unknown-warning-option"
|
Completed in 27 milliseconds