Home
last modified time | relevance | path

Searched refs:pedantic (Results 1 – 24 of 24) sorted by relevance

/external/dhcpcd/mk/
Dcc.mk13 _CCFLAGS= -pedantic -Wall -Wunused -Wimplicit -Wshadow -Wformat=2 \
/external/icu4c/
Daclocal.m4306 …CFLAGS="$CFLAGS -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-string…
322 … CXXFLAGS="$CXXFLAGS -W -Wall -ansi -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long"
/external/e2fsprogs/
DMCONFIG.in125 -pedantic $(WFLAGS_EXTRA) \
/external/webkit/V8Binding/v8/
DSConstruct240 'WARNINGFLAGS': ['-pedantic', '-Wno-long-long']
243 'WARNINGFLAGS': ['-pedantic'],
251 'WARNINGFLAGS': ['-pedantic']
/external/libxml2/
DSAX2.c648 if ((ent == NULL) && (ctxt->pedantic)) in xmlSAX2EntityDecl()
667 if ((ent == NULL) && (ctxt->pedantic) && in xmlSAX2EntityDecl()
884 if ((ent == NULL) && (ctxt->pedantic) && in xmlSAX2UnparsedEntityDecl()
904 if ((ent == NULL) && (ctxt->pedantic) && in xmlSAX2UnparsedEntityDecl()
1210 if ((ctxt->pedantic != 0) && (val[0] != 0)) { in xmlSAX2AttributeInternal()
DparserInternals.c1647 ctxt->pedantic = xmlPedanticParserDefaultValue; in xmlInitParserCtxt()
Dparser.c7899 if ((ctxt->pedantic) && (xmlStrEqual(name, BAD_CAST "xml:lang"))) { in xmlParseAttribute()
8571 if ((ctxt->pedantic) && (xmlStrEqual(name, BAD_CAST "lang"))) { in xmlParseAttribute2()
8806 if ((ctxt->pedantic) && (uri->scheme == NULL)) { in xmlParseStartTag2()
14147 ctxt->pedantic = 1; in xmlCtxtUseOptionsInternal()
14151 ctxt->pedantic = 0; in xmlCtxtUseOptionsInternal()
DHTMLparser.c5953 ctxt->pedantic = 1; in htmlCtxtUseOptions()
5957 ctxt->pedantic = 0; in htmlCtxtUseOptions()
Dcatalog.c928 ctxt->pedantic = 0; in xmlParseCatalogFile()
/external/libxml2/include/libxml/
Dparser.h252 int pedantic; /* signal pedantic warnings */ member
/external/dbus/
Dconfigure.in50 AC_ARG_ENABLE(ansi, AS_HELP_STRING([--enable-ansi],[enable -ansi -pedantic gcc flags]),enable_ansi=…
215 *[\ \ ]-pedantic[\ \ ]*) ;;
216 *) CFLAGS="$CFLAGS -pedantic" ;;
Dconfigure1036 --enable-ansi enable -ansi -pedantic gcc flags
4567 *[\ \ ]-pedantic[\ \ ]*) ;;
DChangeLog1587 break pedantic builds. Closes bug 6043 (patch approved by
/external/bison/data/
Dc.m4280 # as 'cc' doesn't define __STDC__ (or __STDC_VERSION__) for pedantic
/external/zlib/
DFAQ284 up to maximally-pedantic. Can't you guys write proper code?
/external/bluetooth/glib/
DChangeLog.pre-1-21401 egcs, and provide a G_GINT64_CONSTANT wrapper so -ansi -pedantic
1606 Added pragmas for Microsoft C to make it more pedantic.
DChangeLog.pre-2-430 to G_STMT_START to quite gcc -pedantic. (#131899,
/external/webkit/JavaScriptGlue/
DChangeLog1619 Adopt pedantic changes from the Unity project to improve
/external/webkit/WebKit/qt/
DChangeLog2511 Fixes pedantic compilation in QtWebKit.
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-148134 Adopt pedantic changes from the Unity project to improve
14113 Fix pedantic compile with some gcc versions (Merge from KDE)
/external/bison/
DChangeLog653 pedantic compilers.
/external/webkit/WebKit/mac/
DChangeLog-2007-10-1418162 Adopt pedantic changes from the Unity project to improve
DChangeLog-2006-02-0924162 pedantic gcc.
/external/webkit/WebCore/
DChangeLog-2006-12-3140479 Adopt pedantic changes from the Unity project to improve