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

Commit 9e276bc1 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by Android (Google) Code Review
Browse files

Merge "Suppress benign clang warning." into mnc-dev

parents 9e07ffdb 1aa800e8
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 \