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

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

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

* commit '842179f4':
  Suppress benign clang warning.
parents ab738a5a 842179f4
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 \