summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-07-08 12:19:19 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-08 12:21:19 +0200
commit6b199c50afea1b85c429bd71808cd23a759a0b44 (patch)
treeef88a0876f51aed174e2383362001e374606ab82 /xmlhelp
parente544f449eded2738b45de4be13c72b128a16bafe (diff)
xmlhelp: remove obsolete GCC 4.2 warning stuff
Change-Id: Ica1e7430ac7dc9fc61c8135498a0470ba5f1ab81
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/Library_ucpchelp1.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/xmlhelp/Library_ucpchelp1.mk b/xmlhelp/Library_ucpchelp1.mk
index d0b2bc3bd67f..0ea5d1b18c9f 100644
--- a/xmlhelp/Library_ucpchelp1.mk
+++ b/xmlhelp/Library_ucpchelp1.mk
@@ -11,19 +11,6 @@ $(eval $(call gb_Library_Library,ucpchelp1))
$(eval $(call gb_Library_set_componentfile,ucpchelp1,xmlhelp/util/ucpchelp1))
-# TODO: is this still relevant?
-# GCC versions 4.2.x introduced a warning "allocating zero-element array"
-# Allocating zero-element arrays is an allowed if not somewhat dubious
-# technique though, so this warning is plain wrong and has been fixed
-# in gcc 4.3. Unfortunately there is no way at all to suppress this warning.
-# Some files in this directory use zero allocated arrays, we need to
-# disable the WaE mechanism for the GCC 4.2.x series.
-# .IF "$(COM)"=="GCC"
-# .IF "$(CCNUMVER)">="000400020000" && "$(CCNUMVER)"<="000400020003"
-# CFLAGSWERRCXX:=
-# .ENDIF # "$(CCNUMVER)">="000400020000" && "$(CCNUMVER)"<="000400020003"
-# .ENDIF # "$(COM)"=="GCC"
-
ifeq ($(OS)$(COM),WNTMSC)
$(eval $(call gb_Library_add_cxxflags,ucpchelp1,\
-GR \