HomeSort by relevance Sort by last modified time
    Searched refs:pedantic (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/lz4/programs/
Makefile 39 CFLAGS += -std=c99 -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -pedantic -DLZ4_VERSION=\"$(RELEASE)\"
  /external/llvm/lib/CodeGen/
Makefile 17 # Xcode prior to 2.4 generates an error in -pedantic mode with use of HUGE_VAL
18 # in this directory. Disable -pedantic for this broken compiler.
20 CompileCommonOpts := $(filter-out -pedantic, $(CompileCommonOpts))
  /external/llvm/lib/Support/
Makefile 18 CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
  /external/cblas/
Makefile.SUN4SOL2 40 CFLAGS = -g -DADD_ -ansi -pedantic -Wall
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/compiler/
gcc.mk 68 ANSIFLAGS := -ansi -pedantic
gcc-dev.mk 86 ANSIFLAGS := -ansi -pedantic
  /external/mesa3d/src/gallium/drivers/svga/
Makefile 13 CFLAGS := $(filter-out -pedantic, $(filter-out -ansi, $(CFLAGS)))
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftrandom/
Makefile 18 -pedantic \
  /device/google/marlin/dataservices/datatop/src/
Android.mk 21 LOCAL_CFLAGS := -Wall -Wextra -Werror -pedantic -std=c99
Makefile.am 4 CFLAGS += -Wall -Wextra -Werror -pedantic # Strict code quality enforcement
  /external/gemmlowp/scripts/
test-android.sh 46 -Wall -Wextra -pedantic \
  /external/v8/tools/gcmole/
Makefile 38 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter \
  /external/avahi/avahi-utils/
Android.mk 24 -pedantic \
  /external/libdaemon/libdaemon/
Android.mk 19 # -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition
  /external/zopfli/
Makefile 4 CFLAGS = -W -Wall -Wextra -ansi -pedantic -lm -O2
5 CXXFLAGS = -W -Wall -Wextra -ansi -pedantic -O2
  /external/freetype/src/truetype/
ttobjs.h 392 FT_Bool pedantic );
396 FT_Bool pedantic );
400 FT_Bool pedantic );
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttobjs.h 381 FT_Bool pedantic );
385 FT_Bool pedantic );
389 FT_Bool pedantic );
  /external/pdfium/third_party/freetype/src/truetype/
ttobjs.h 381 FT_Bool pedantic );
385 FT_Bool pedantic );
389 FT_Bool pedantic );
  /external/avahi/avahi-client/
Android.mk 30 -pedantic \
  /external/avahi/avahi-common/
Android.mk 29 -pedantic \
  /external/clang/
clang-device-build.mk 2 -pedantic \
clang-host-build.mk 2 -pedantic \
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
CustomShaderSpriteBatchTest.java 34 ShaderProgram.pedantic = false;
  /external/mesa3d/src/gallium/state_trackers/xa/
Makefile 6 XA_CFLAGS = -Wall -pedantic
  /external/avahi/avahi-core/
Android.mk 54 -pedantic \

Completed in 1143 milliseconds

1 2 3