diff options
author | Emil Velikov <[email protected]> | 2017-09-05 15:10:45 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-09-06 17:48:51 +0100 |
commit | d03b06b35e4ffea840f392132006df82cde5b67d (patch) | |
tree | 7f29edbb5f50464ad45126f333b371322127e3d2 /Android.common.mk | |
parent | 54a789aa2a27bed1697977c608a98ef25b6d5061 (diff) |
Revert "Android: add -Wno-date-time flag for clang"
This reverts commit 6dae9176d60d12de61aa03906c44f81e20ef7622.
No longer needed as of last commit.
Cc: Rob Herring <[email protected]>
Diffstat (limited to 'Android.common.mk')
-rw-r--r-- | Android.common.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.common.mk b/Android.common.mk index 25ea8a3c490..4d5daf8e9dd 100644 --- a/Android.common.mk +++ b/Android.common.mk @@ -32,7 +32,6 @@ LOCAL_C_INCLUDES += \ MESA_VERSION := $(shell cat $(MESA_TOP)/VERSION) LOCAL_CFLAGS += \ -Wno-unused-parameter \ - -Wno-date-time \ -Wno-pointer-arith \ -Wno-missing-field-initializers \ -Wno-initializer-overrides \ |