• Home
  • Raw
  • Download

Lines Matching +full:missing +full:- +full:braces

5 test_dir = "${musl_base_dir}/libc-test"
6 out_test_dir = "${root_out_dir}/obj/${musl_base_dir}/libc-test"
17 "${root_out_dir}/obj/${musl_base_dir}/usr/include/${musl_arch}-linux-ohos"
19 "${root_out_dir}/obj/${musl_base_dir}/usr/lib/${musl_arch}-linux-ohos"
21 test_lib_dir = "musl/libc-test-lib"
36 part_name = "libc-test"
54 "-pipe",
55 "-std=c99",
56 "-D_POSIX_C_SOURCE=200809L",
57 "-Wall",
58 "-Wno-unused",
59 "-Wno-unused-function",
60 "-Wno-missing-braces",
61 "-Wno-overflow",
62 "-Wno-unknown-pragmas",
63 "-Wno-unsupported-floating-point-opt",
64 "-Wno-ignored-pragmas",
65 "-fno-builtin",
66 "-frounding-math",
67 "-Werror=implicit-function-declaration",
68 "-Werror=implicit-int",
69 "-Werror=pointer-sign",
70 "-Werror=pointer-arith",
71 "-g",
72 "-D_FILE_OFFSET_BITS=64",
73 "-c",
74 "-o",
78 cflags += [ "-DFEATURE_PTHREAD_CANCEL" ]
81 ldflags = [ "-nostdlib" ]
106 # math/dremf.c:1:9: error: '_GNU_SOURCE' macro redefined [-Werror,-Wmacro-redefined]
108 # -Wno-error无法屏蔽错误,改为屏蔽警告
109 "-Wno-macro-redefined",
115 …# include/${musl_arch}-linux-ohos/endian.h:26:25: error: '&' within '|' [-Werror,-Wbitwise-op-pare…
116 "-Wno-error=bitwise-op-parentheses",
118 …rror: magnitude of floating-point constant too large for type 'double'; maximum is 1.7976931348623…
119 "-Wno-error=literal-range",
123 … # functional/strptime.c:3:9: error: '_GNU_SOURCE' macro redefined [-Werror,-Wmacro-redefined]
124 "-Wno-macro-redefined",
128 ldflags += [ "-rdynamic" ]
133 ldflags += [ "-rdynamic" ]
138 ldflags += [ "-rdynamic" ]
143 ldflags += [ "-Wl,-rpath=./" ]
147 ldflags += [ "-Wl,-rpath=./" ]
152 ldflags += [ "-Wl,-rpath=./" ]
156 if (target_name == "test-malloc-info") {
170 ldflags += [ "-Wl,--export-dynamic,-rpath=./" ]
174 ldflags += [ "-Wl,-rpath=./" ]
181 ldflags += [ "-Wl,-rpath=./" ]
194 cflags_c += [ "-w" ]
210 …# regression/daemon-failure.c:56:24: error: adding 'int' to a string does not append to the string…
211 "-Wno-string-plus-int",
212 "-Wno-error=string-plus-int",
216 …# regression/syscall-sign-extend.c:3:9: error: '_GNU_SOURCE' macro redefined [-Werror,-Wmacro-rede…
217 "-Wno-macro-redefined",
220 if (target_name == "tls_get_new-dtv") {
221 ldflags += [ "-Wl,-rpath=./" ]
223 [ "//${root_out_dir}/${test_lib_dir}/libtls_get_new-dtv_dso.so" ]
231 ldflags += [ "-Wl,-rpath=./" ]
285 cflags = [ "-std=c++17" ]
289 "-std=c99",
290 "-D_POSIX_C_SOURCE=200809L",
295 "-pipe",
296 "-Wall",
297 "-Wno-unused",
298 "-Wno-unused-function",
299 "-Wno-missing-braces",
300 "-Wno-overflow",
301 "-Wno-unknown-pragmas",
302 "-Wno-unsupported-floating-point-opt",
303 "-fno-builtin",
304 "-frounding-math",
305 "-Werror=implicit-function-declaration",
306 "-Werror=implicit-int",
307 "-Werror=pointer-sign",
308 "-Werror=pointer-arith",
309 "-g",
310 "-D_FILE_OFFSET_BITS=64",
311 "-fPIC",
312 "-DSHARED",
313 "-c",
314 "-o",
321 "-shared",
322 "-nostdlib",
326 ldflags += [ "-Wl,-z,global" ]
331 ldflags += [ "-Wl,--version-script=${_version_script}" ]
339 ldflags += [ "-Wl,-z,nodelete" ]
349 part_name = "libc-test-lib"