| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rsync/files/ |
| H A D | 0001-Turn-on-pedantic-errors-at-the-end-of-configure.patch | 4 Subject: [PATCH] Turn on -pedantic-errors at the end of 'configure' 23 - # Turn pedantic warnings into errors to ensure an array-init overflow is an error. 24 - CFLAGS="$CFLAGS -pedantic-errors" 26 - # Our internal popt code cannot be compiled with pedantic warnings as errors, so try to 27 - # turn off pedantic warnings (which will not lose the error for array-init overflow). 28 - # Older gcc versions don't understand -Wno-pedantic, so check if --help=warnings lists 31 - *-Wpedantic*) CFLAGS="$CFLAGS -pedantic-errors -Wno-pedantic" ;; 43 +# Enable -pedantic-errors last, so that it doesn't mess up other 45 +# prototypes like 'int main () {}' which Clang 15's -pedantic-errors 50 + # Turn pedantic warnings into errors to ensure an array-init overflow is an error. [all …]
|
| /OK3568_Linux_fs/buildroot/package/dieharder/ |
| H A D | 0001-Do-not-use-includedir-as-include-search-path-for-bui.patch | 26 -dieharder_CFLAGS="-std=c99 -Wall -pedantic -I$includedir" 27 -libdieharder_lo_CFLAGS="-Wall -pedantic -I$includedir" 29 +dieharder_CFLAGS="-std=c99 -Wall -pedantic" 30 +libdieharder_lo_CFLAGS="-Wall -pedantic" 57 AM_CFLAGS = -O3 -Wall -pedantic -Wno-unused-variable
|
| /OK3568_Linux_fs/buildroot/package/icu/ |
| H A D | 0002-workaround-toolchain-bugs.patch | 24 - CFLAGS="$CFLAGS -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-… 25 + CFLAGS="$CFLAGS -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-string… 33 - CXXFLAGS="$CXXFLAGS -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long" 34 + CXXFLAGS="$CXXFLAGS -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long"
|
| /OK3568_Linux_fs/buildroot/package/solarus/ |
| H A D | 0001-cmake-remove-Werror.patch | 18 # Be more pedantic in debug mode for developers. 19 -set(CMAKE_CXX_FLAGS_DEBUG "-Werror -Wall -Wextra -Wno-error=deprecated-declarations -pedantic ${CM… 20 +set(CMAKE_CXX_FLAGS_DEBUG "-Wno-error -Wall -Wextra -Wno-error=deprecated-declarations -pedantic $…
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | Makefile | 36 HOSTCFLAGS_bmp_logo.o := -pedantic 42 HOSTCFLAGS_gen_eth_addr.o := -pedantic 46 HOSTCFLAGS_gen_ethaddr_crc.o := -pedantic 49 HOSTCFLAGS_img2srec.o := -pedantic 52 HOSTCFLAGS_xway-swap-bytes.o := -pedantic
|
| /OK3568_Linux_fs/buildroot/package/crda/ |
| H A D | 0003-drop-werror.patch | 30 -CFLAGS += -std=gnu99 -Wall -Werror -pedantic 31 +CFLAGS += -std=gnu99 -Wall -pedantic
|
| /OK3568_Linux_fs/buildroot/package/jitterentropy-library/ |
| H A D | 0003-Makefile-allow-the-user-to-disable-stack-protector.patch | 26 -CFLAGS +=-Wextra -Wall -pedantic -fPIC -O0 30 +CFLAGS +=-Wextra -Wall -pedantic -fPIC -O0 -fwrapv
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/espeak/files/ |
| H A D | 0001-Fix-build-of-shared-library-on-architectures-needing.patch | 24 …XFLAGS) $(USE_AUDIO) -D PATH_ESPEAK_DATA=\"$(DATADIR)\" -Wall -fpic -fvisibility=hidden -pedantic \ 25 …XFLAGS) $(USE_AUDIO) -D PATH_ESPEAK_DATA=\"$(DATADIR)\" -Wall -fPIC -fvisibility=hidden -pedantic \
|
| /OK3568_Linux_fs/buildroot/package/espeak/ |
| H A D | 0001-Fix-build-of-shared-library-on-architectures-needing.patch | 24 …XFLAGS) $(USE_AUDIO) -D PATH_ESPEAK_DATA=\"$(DATADIR)\" -Wall -fpic -fvisibility=hidden -pedantic \ 25 …XFLAGS) $(USE_AUDIO) -D PATH_ESPEAK_DATA=\"$(DATADIR)\" -Wall -fPIC -fvisibility=hidden -pedantic \
|
| /OK3568_Linux_fs/buildroot/package/libcamera-apps/ |
| H A D | 0001-cmake-remove-Werror-and-Wfatal-errors-compiler-comma.patch | 30 -add_compile_options(-Wall -Wextra -pedantic -Wno-unused-parameter -faligned-new -Werror -Wfatal-er… 31 +add_compile_options(-Wall -Wextra -pedantic -Wno-unused-parameter -faligned-new)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/beep/files/ |
| H A D | 0001-Do-not-use-Werror-as-it-fails-with-newer-clang-11.patch | 30 CFLAGS_gcc += -std=gnu99 -pedantic 49 CFLAGS_clang += -std=gnu99 -pedantic
|
| /OK3568_Linux_fs/buildroot/package/libavl/ |
| H A D | 0001-fix-makefile.patch | 21 #CFLAGS = -O6 -fomit-frame-pointer -pipe -march=i586 -Wall -ansi -pedantic 22 #CFLAGS = -O6 -fomit-frame-pointer -pipe -march=i686 -Wall -ansi -pedantic
|
| /OK3568_Linux_fs/u-boot/tools/gdb/ |
| H A D | Makefile | 37 HOST_EXTRACFLAGS := -I$(BFD_ROOT_DIR)/include -pedantic
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/ |
| H A D | encodefix.patch | 14 my $sized = $declaration && !($compat && !$pedantic);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/ |
| H A D | makefile-strip.patch | 19 #-pedantic -Wconversion
|
| H A D | makefile-libs.patch | 24 #-pedantic -Wconversion
|
| /OK3568_Linux_fs/buildroot/package/benejson/ |
| H A D | 0001-c-std.patch | 15 -default_env.Append(CCFLAGS = ' -Wall -pedantic')
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/libacpi/files/ |
| H A D | makefile-fix.patch | 39 CFLAGS += -fPIC -g --pedantic -Wall -Wextra
|
| H A D | ldflags.patch | 36 CFLAGS += -fPIC -g --pedantic -Wall -Wextra
|
| /OK3568_Linux_fs/buildroot/package/libglib2/ |
| H A D | 0003-Add-Wno-format-nonliteral-to-compiler-arguments.patch | 26 '-Wno-pedantic',
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/drbd/drbd-utils/ |
| H A D | 0001-drbdmon-add-LDFLAGS-when-linking.patch | 14 CXXFLAGS=-std=c++11 -I. -I../shared -Icppdsaext/src -Wall -Werror -pedantic-errors -fPIC -O2 \
|
| /OK3568_Linux_fs/buildroot/package/libcorrect/ |
| H A D | 0001-CMakeLists.txt-conditionally-use-Wpedantic.patch | 6 -Wpedantic is only provided by gcc >= 4.8. Since showing pedantic
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/crda/crda/ |
| H A D | make.patch | 10 99 -Wall -Werror -pedantic -Wall -g -DUSE_GCRYPT -DCONFIG_LIBNL30 `pkg-config --cflags libnl-3.0` …
|
| H A D | fix-linking-of-libraries-used-by-reglib.patch | 21 @@ -30,7 +30,7 @@ CFLAGS += -std=gnu99 -Wall -Werror -pedantic
|
| /OK3568_Linux_fs/buildroot/package/metacity/ |
| H A D | 0003-mag-add-libm-reference.patch | 15 Subject: fails to link with pedantic linkers
|