Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 842179f4 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by Android Git Automerger
Browse files

am 9e276bc1: Merge "Suppress benign clang warning." into mnc-dev

* commit '9e276bc1':
  Suppress benign clang warning.
parents 7e8e4465 9e276bc1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
# getConfig in external/skia/include/core/SkBitmap.h is deprecated.
# Allow Gnu extension: in-class initializer of static 'const float' member.
# DeferredLayerUpdater.h: private field 'mRenderThread' is not used.
LOCAL_CLANG_CFLAGS += \
    -Wno-deprecated-declarations \
    -Wno-gnu-static-float-init
    -Wno-gnu-static-float-init \
    -Wno-unused-private-field

LOCAL_SRC_FILES := \
    font/CacheTexture.cpp \