OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wextra
(Results
276 - 300
of
465
) sorted by null
<<
11
12
13
14
15
16
17
18
19
/external/cn-cbor/
CMakeLists.txt
58
add_definitions ( -std=gnu99 -Wall -
Wextra
-pedantic )
/external/deqp/framework/delibs/cmake/
CFlags.cmake
47
set(WARNING_FLAGS "-Wall -
Wextra
-Wno-long-long -Wshadow -Wundef -Wconversion -Wno-sign-conversion")
/external/elfutils/config/
eu.am
48
$(if $($(*F)_no_Wunused),,-Wunused -
Wextra
) \
/external/expat/
qa.sh
18
: ${BASE_COMPILE_FLAGS:="-pipe -Wall -
Wextra
-pedantic -Wno-overlength-strings -Wno-long-long"}
/external/google-breakpad/src/testing/gtest/make/
Makefile
26
CXXFLAGS += -g -Wall -
Wextra
/external/googletest/googletest/make/
Makefile
28
CXXFLAGS += -g -Wall -
Wextra
-pthread
/external/libdaemon/
configure.ac
58
CC_CHECK_CFLAGS_APPEND([-pipe -Wall -W -
Wextra
-pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing])
/external/libedit/
configure.ac
6
# CFLAGS="-ggdb -Wall -
Wextra
-pedantic -O0" ./configure
/external/lz4/examples/
Makefile
31
CFLAGS += -std=gnu99 -Wall -
Wextra
-Wundef -Wshadow -Wcast-align -Wstrict-prototypes
/external/mdnsresponder/
Android.bp
23
"-
Wextra
",
/external/parameter-framework/upstream/skeleton-subsystem/
CMakeLists.txt
40
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Werror -Wall -
Wextra
-Wconversion")
/external/protobuf/gtest/make/
Makefile
26
CXXFLAGS += -g -Wall -
Wextra
/external/puffin/
puffin.gyp
14
'-
Wextra
',
/external/selinux/libselinux/utils/
Makefile
31
-Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -
Wextra
\
/external/v8/testing/gtest/make/
Makefile
28
CXXFLAGS += -g -Wall -
Wextra
-pthread
/external/vulkan-validation-layers/tests/gtest-1.7.0/make/
Makefile
28
CXXFLAGS += -g -Wall -
Wextra
-pthread
/frameworks/ml/nn/common/
Android.bp
104
"-
Wextra
",
/frameworks/opt/net/lowpan/libandroid_net_lowpan/tests/
Android.mk
105
LOCAL_CFLAGS := -Wall -
Wextra
-Werror
/frameworks/opt/net/wifi/service/
Android.mk
23
LOCAL_CFLAGS += -Wall -Werror -
Wextra
-Wno-unused-parameter -Wno-unused-function \
/frameworks/rs/
support.bp
175
"-
Wextra
",
/frameworks/wilhelm/tests/sandbox/
Android.bp
421
"-
Wextra
",
/hardware/interfaces/automotive/vehicle/2.0/default/
Android.bp
26
"-
Wextra
",
/hardware/libhardware/modules/camera/3_4/
Android.mk
39
v4l2_cflags := -fno-short-enums -Wall -Wno-error -
Wextra
-fvisibility=hidden -DHAVE_JPEG
/libcore/
NativeCode.bp
27
"-
Wextra
",
/packages/inputmethods/LatinIME/native/jni/
Android.mk
30
LOCAL_CFLAGS += -Werror -Wall -
Wextra
-Weffc++ -Wformat=2 -Wcast-qual -Wcast-align \
Completed in 4635 milliseconds
<<
11
12
13
14
15
16
17
18
19