From 4dba503eca826699a7eb522ff2eb9a1df6ebaedb Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Thu, 31 May 2007 03:22:17 +0000 Subject: [PATCH] ICU-5445 This compiler warning no longer needs to be suppressed. X-SVN-Rev: 21604 --- icu4c/source/config/mh-hpux-acc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/icu4c/source/config/mh-hpux-acc b/icu4c/source/config/mh-hpux-acc index a29616022a2..8dc0b1b697b 100644 --- a/icu4c/source/config/mh-hpux-acc +++ b/icu4c/source/config/mh-hpux-acc @@ -19,14 +19,13 @@ THREADSCPPFLAGS = -D_REENTRANT -D_THREAD_SAFE # Use Extended ANSI mode, which is useful for 64-bit numbers # +Olibcalls uses intrinsic functions for strlen and others # +W ignores some warnings -# 495 The linkage directive is ignored for an object or function... # 740 Unsafe cast between pointers/references to incomplete classes... # 749 This operation is non-portable and potentially unsafe. # (Ironically the solution to fix this warning is non-portable) # 823 Redundant preprocessing concatenation operation results in two valid # preprocessing tokens. This comes from INT64_C in CFLAGS += +Olibcalls -Ae +ESlit -CXXFLAGS += +Olibcalls +W495 +W740 +W749 +W823 +CXXFLAGS += +Olibcalls +W740 +W749 +W823 ## Commands to compile COMPILE.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -c