Lines Matching +full:- +full:wconversion
8 // The clang-tidy google-explicit-constructor warning is issued to nearly
12 // or NOLINT(implicit), we suppress the google-explicit-constructor check.
13 "-google-explicit-constructor",
15 "-google-build-explicit-make-pair",
16 "-google-global-names-in-headers",
17 "-google-runtime-member-string-references",
18 "-google-runtime-operator",
22 "external/deqp-deps/SPIRV-Headers/include",
43 "deqp_spirv-tools",
47 "-DDEQP_SUPPORT_GLES1=1",
48 "-DDE_ANDROID_API=28",
49 "-D_XOPEN_SOURCE=600",
50 "-DDEQP_TARGET_NAME=\"android\"",
51 "-DQP_SUPPORT_PNG=1",
52 "-DDEQP_HAVE_GLSLANG=1",
53 "-DDEQP_HAVE_SPIRV_TOOLS=1",
54 "-Wall",
55 "-Werror",
56 "-Wconversion",
57 "-fwrapv",
58 "-Wno-implicit-fallthrough",
59 "-Wno-sign-conversion",
64 "-Wno-non-virtual-dtor",
65 "-Wno-delete-non-virtual-dtor",
66 "-Wno-implicit-int-conversion",
67 "-Wno-missing-field-initializers",
68 "-Wno-switch",
69 "-Wno-unused-variable",
70 "-fexceptions",
86 manifest: "android/package/AndroidManifest-integration.xml",
98 // We could go down all the way to API-13 for 32bit. 22 is required for 64bit ARM.