Lines Matching +full:- +full:wno +full:- +full:sign +full:- +full:compare
8 // http://www.apache.org/licenses/LICENSE-2.0
21 // git merge aosp/upstream-master
22 // mma -j
28 // repo start post-sync .
29 // git commit -a
32 // This comes from the automake-generated Makefile.
35 name: "libxml2-defaults",
80 "-DLIBXML_THREAD_ENABLED=1",
83 "-DLIBXML_LEGACY_ENABLED=NO",
84 "-DLIBXML_FTP_ENABLED=NO",
85 "-DLIBXML_HTML_ENABLED=NO",
86 "-DLIBXML_HTTP_ENABLED=NO",
87 "-DLIBXML_ICONV_ENABLED=NO",
88 "-DLIBXML_LZMA_ENABLED=NO",
89 "-DLIBXML_ZLIB_ENABLED=NO",
91 "-DLIBXML_ICU_ENABLED=NO",
93 "-Wall",
94 "-Werror",
95 "-Wno-error=ignored-attributes",
96 "-Wno-missing-field-initializers",
97 "-Wno-self-assign",
98 "-Wno-sign-compare",
99 "-Wno-tautological-pointer-compare",
100 "-Wno-unused-function",
101 "-Wno-unused-parameter",
105 "-fvisibility=hidden",
106 "-DSTATIC_LIBXML=1",
117 defaults: ["libxml2-defaults"],
135 defaults: ["libxml2-defaults"],
143 "-DLIBXML_THREAD_ENABLED=1",
145 "-Wall",
146 "-Werror",