platform_system_core/libpixelflinger/codeflinger
Yi Kong e9ce7aa8ab Ignore null-pointer-arithmetic warning from dlmalloc include
system/core/libpixelflinger/codeflinger/../../../../external/dlmalloc/malloc.c:4286:61: error: arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Werror,-Wnull-pointer-arithmetic]
        if (!is_inuse(p) && (char*)p + psize >= base + size - TOP_FOOT_SIZE) {
                                                            ^~~~~~~~~~~~~
  system/core/libpixelflinger/codeflinger/../../../../external/dlmalloc/malloc.c:2731:17: note: expanded from macro 'TOP_FOOT_SIZE'
    (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
     ~~~~~~~~~~~~~^~~~~~~~~~~~~
  system/core/libpixelflinger/codeflinger/../../../../external/dlmalloc/malloc.c:2218:55: note: expanded from macro 'chunk2mem'
  #define chunk2mem(p)        ((void*)((char*)(p)       + TWO_SIZE_T_SIZES))
                                                      ^
  system/core/libpixelflinger/codeflinger/../../../../external/dlmalloc/malloc.c:1622:14: note: expanded from macro 'align_offset'
   ((((size_t)(A) & CHUNK_ALIGN_MASK) == 0)? 0 :\

Test: m checkbuild
Bug: 72331524
Change-Id: Iefc3b4ae6b36ba9f6cb908c03301cbe429ade320
2018-12-11 23:08:32 -08:00
..
tinyutils Fix google-explicit-constructor warnings in system/core. 2016-07-26 11:26:01 -07:00
Arm64Assembler.cpp Move system/core/ off NO_ERROR. 2018-10-08 11:15:52 -07:00
Arm64Assembler.h Fix google-explicit-constructor warnings in system/core. 2016-07-26 11:26:01 -07:00
Arm64Disassembler.cpp
Arm64Disassembler.h
ARMAssembler.cpp Move system/core/ off NO_ERROR. 2018-10-08 11:15:52 -07:00
ARMAssembler.h Fix google-explicit-constructor warnings in system/core. 2016-07-26 11:26:01 -07:00
ARMAssemblerInterface.cpp liblog: use log/log.h when utilizing ALOG macros 2017-01-11 09:31:15 -08:00
ARMAssemblerInterface.h Revert "Revert "Add MIPS64r6 support for libpixelflinger"" 2015-11-06 16:02:25 +01:00
ARMAssemblerProxy.cpp
ARMAssemblerProxy.h Fix google-explicit-constructor warnings in system/core. 2016-07-26 11:26:01 -07:00
armreg.h
blending.cpp Suppress implicit-fallthrough warnings. 2018-09-17 16:50:11 +00:00
CodeCache.cpp Ignore null-pointer-arithmetic warning from dlmalloc include 2018-12-11 23:08:32 -08:00
CodeCache.h Fix reference counting for Assembly 2016-08-16 10:12:43 -07:00
disassem.c Fix misc-macro-parentheses warnings in init and other core modules. 2016-05-18 18:11:49 -07:00
disassem.h
GGLAssembler.cpp Use -Werror in system/core/libpixelflinger 2017-11-02 15:16:18 -07:00
GGLAssembler.h Fix google-explicit-constructor warnings in system/core. 2016-07-26 11:26:01 -07:00
load_store.cpp Use -Werror in system/core/libpixelflinger 2017-11-02 15:16:18 -07:00
mips64_disassem.c MIPS[64]: codeflinger: Fix build due to unused variable warnings 2017-11-06 16:38:49 +01:00
mips64_disassem.h Revert "Revert "Add MIPS64r6 support for libpixelflinger"" 2015-11-06 16:02:25 +01:00
MIPS64Assembler.cpp MIPS[64]: codeflinger: Fix build due to unused variable warnings 2017-11-06 16:38:49 +01:00
MIPS64Assembler.h libpixelflinger: MIPS64r6 bug fix 2015-11-10 14:24:11 +01:00
mips_disassem.c MIPS[64]: codeflinger: Fix build due to unused variable warnings 2017-11-06 16:38:49 +01:00
mips_disassem.h
mips_opcode.h Revert "Revert "Add MIPS64r6 support for libpixelflinger"" 2015-11-06 16:02:25 +01:00
MIPSAssembler.cpp Move system/core/ off NO_ERROR. 2018-10-08 11:15:52 -07:00
MIPSAssembler.h Remove qemu_tracing dependency. 2016-06-21 20:24:55 +02:00
texturing.cpp Use -Werror in system/core/libpixelflinger 2017-11-02 15:16:18 -07:00