no_stringop="no" cat>$TMPC<<EOF #include <stdio.h> int main(int argc, char **argv) { return printf("%s\n", argv[0]); } EOF ifcompile_prog"-Wno-stringop-truncation -Werror"""no_stringop";then no_stringop="yes" fi print_config"-Wno-stringop-truncation""$no_stringop" #...
-- Performing Test HAVE_CXX_W_stringop_truncation - Success -- ICU_MAJOR_VERSION = 65 -- ICU_INCLUDE_DIRS /mysql-8.0.23/extra/icu/source/common;/u01/mysql-8.0.23/extra/icu/source/stubdata;/u01/mysql-8.0.23/extra/icu/source/i18n ...
-fno-delete-null-pointer-checks -Wall -Werror \ -fno-delete-null-pointer-checks -Wall \ -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict \ -Wno-unused-result -nostdlib -g endif 0 comments on commit 801534e Please sign in to comment. Footer...
KBUILD_CFLAGS += $(call cc-disable-warning, stringop-truncation) # disable invalid "can't wrap" optimizations for signed / pointers KBUILD_CFLAGS += $(call cc-option,-fno-strict-overflow) # clang sets -fmerge-all-constants by default as optimization, but this # is non-conforming behavi...
stringop-truncation -Wno-array-bounds -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized -fno-strict-overflow -fno-merge-all-constants -fmerge-constants -fno-stack-check -fconserve-stack -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -fmacro-prefix-map=....
-Wno-stringop-overflow \ -Wno-stringop-overread \ -Wno-type-limits \ -Wno-uninitialized \ -Wno-unused-but-set-variable \ -Wno-unused-function \ -Wno-unused-parameter \ -Wno-unused-private-field \ -Wno-unused-result \ -Wno-unused-value \ -Wno-unused-variable AM_CXXFLAG...
(VLAs) should not be used anywhere in the kernel KBUILD_CFLAGS += -Wvla # disable pointer signed / unsigned warnings in gcc 4.0 KBUILD_CFLAGS += -Wno-pointer-sign # disable stringop warnings in gcc 8+ KBUILD_CFLAGS += $(call cc-disable-warning, stringop-truncation) # We'll want to ...
PG_CONFIG不是makefile的路径。它是所有二进制文件所在的bin文件夹的路径。尝试使用以下方法更改PG_CONFIG...
Werror. # -Wcast-qual # # Doesn't warn of interesting issues. Usually the # duplicated branches are protocol constants that # happen to be equal and are relevant for documentation # and readability and are trivially optimized by the # compiler. # -Wduplicated-branches # GCC-only # # No...
-- Performing Test HAVE_CXX_W_implicit_fallthrough -- Performing Test HAVE_CXX_W_implicit_fallthrough - Success -- Performing Test HAVE_CXX_W_format_truncation -- Performing Test HAVE_CXX_W_format_truncation - Success -- Performing Test HAVE_CXX_W_format_overflow -- Performing Test ...