summaryrefslogtreecommitdiff
path: root/ACE/include
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2020-12-05 19:11:51 -0600
committerFred Hornsey <hornseyf@objectcomputing.com>2020-12-05 19:11:51 -0600
commite8983b2009bd1fdf7b338610396e6267cefdeca3 (patch)
tree9f9fd17a68a050a3d6b4262ce75dea505ba6ac77 /ACE/include
parent463b4d81cc3882a30b60fe6b062f0f85de999b26 (diff)
downloadATCD-e8983b2009bd1fdf7b338610396e6267cefdeca3.tar.gz
platform_android.GNU: Remove duplicate warnings
Diffstat (limited to 'ACE/include')
-rw-r--r--ACE/include/makeinclude/platform_android.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/include/makeinclude/platform_android.GNU b/ACE/include/makeinclude/platform_android.GNU
index 98e75ee178c..ea9eac44979 100644
--- a/ACE/include/makeinclude/platform_android.GNU
+++ b/ACE/include/makeinclude/platform_android.GNU
@@ -102,7 +102,7 @@ else
export CROSS_COMPILE
endif
-FLAGS_C_CC += -W -Wall -Wpointer-arith
+FLAGS_C_CC += -Wpointer-arith
ifeq ($(threads),1)
CPPFLAGS += -D_REENTRANT
ifdef PLATFORM_AIO_SUPPORT