Home
last modified time | relevance | path

Searched refs:pedantic (Results 1 – 25 of 67) sorted by relevance

123

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rsync/files/
H A D0001-Turn-on-pedantic-errors-at-the-end-of-configure.patch4 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 D0001-Do-not-use-includedir-as-include-search-path-for-bui.patch26 -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 D0002-workaround-toolchain-bugs.patch24 - 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 D0001-cmake-remove-Werror.patch18 # 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 DMakefile36 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 D0003-drop-werror.patch30 -CFLAGS += -std=gnu99 -Wall -Werror -pedantic
31 +CFLAGS += -std=gnu99 -Wall -pedantic
/OK3568_Linux_fs/buildroot/package/jitterentropy-library/
H A D0003-Makefile-allow-the-user-to-disable-stack-protector.patch26 -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 D0001-Fix-build-of-shared-library-on-architectures-needing.patch24 …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 D0001-Fix-build-of-shared-library-on-architectures-needing.patch24 …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 D0001-cmake-remove-Werror-and-Wfatal-errors-compiler-comma.patch30 -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 D0001-Do-not-use-Werror-as-it-fails-with-newer-clang-11.patch30 CFLAGS_gcc += -std=gnu99 -pedantic
49 CFLAGS_clang += -std=gnu99 -pedantic
/OK3568_Linux_fs/buildroot/package/libavl/
H A D0001-fix-makefile.patch21 #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 DMakefile37 HOST_EXTRACFLAGS := -I$(BFD_ROOT_DIR)/include -pedantic
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/
H A Dencodefix.patch14 my $sized = $declaration && !($compat && !$pedantic);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/
H A Dmakefile-strip.patch19 #-pedantic -Wconversion
H A Dmakefile-libs.patch24 #-pedantic -Wconversion
/OK3568_Linux_fs/buildroot/package/benejson/
H A D0001-c-std.patch15 -default_env.Append(CCFLAGS = ' -Wall -pedantic')
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/libacpi/files/
H A Dmakefile-fix.patch39 CFLAGS += -fPIC -g --pedantic -Wall -Wextra
H A Dldflags.patch36 CFLAGS += -fPIC -g --pedantic -Wall -Wextra
/OK3568_Linux_fs/buildroot/package/libglib2/
H A D0003-Add-Wno-format-nonliteral-to-compiler-arguments.patch26 '-Wno-pedantic',
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/drbd/drbd-utils/
H A D0001-drbdmon-add-LDFLAGS-when-linking.patch14 CXXFLAGS=-std=c++11 -I. -I../shared -Icppdsaext/src -Wall -Werror -pedantic-errors -fPIC -O2 \
/OK3568_Linux_fs/buildroot/package/libcorrect/
H A D0001-CMakeLists.txt-conditionally-use-Wpedantic.patch6 -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 Dmake.patch10 99 -Wall -Werror -pedantic -Wall -g -DUSE_GCRYPT -DCONFIG_LIBNL30 `pkg-config --cflags libnl-3.0` …
H A Dfix-linking-of-libraries-used-by-reglib.patch21 @@ -30,7 +30,7 @@ CFLAGS += -std=gnu99 -Wall -Werror -pedantic
/OK3568_Linux_fs/buildroot/package/metacity/
H A D0003-mag-add-libm-reference.patch15 Subject: fails to link with pedantic linkers

123