Lines Matching +full:deprecated +full:- +full:declarations
6 # http://www.apache.org/licenses/LICENSE-2.0
20 "${target_gen_dir}/jsoncpp-1.9.5/src/lib_json/json_reader.cpp",
21 "${target_gen_dir}/jsoncpp-1.9.5/src/lib_json/json_value.cpp",
22 "${target_gen_dir}/jsoncpp-1.9.5/src/lib_json/json_writer.cpp",
25 inputs = [ "//third_party/jsoncpp/jsoncpp-1.9.5.tar.gz" ]
28 "--gen-dir",
30 "--source-file",
37 "-std=c++17",
38 "-Wno-error=implicit-fallthrough",
39 "-Wno-deprecated-declarations",
46 "-std=c++17",
47 "-Wno-error=implicit-fallthrough",
48 "-Wno-deprecated-declarations",
53 cflags_cc = [ "-fexceptions" ]
58 "/jsoncpp-1.9.5/include" ]
91 "-Wall",
92 "-Werror",
93 "-Wno-implicit-fallthrough",