From 5b22e45454c55362c9aab0d16d4f81b4a0202ac4 Mon Sep 17 00:00:00 2001 From: levine Date: Wed, 25 Feb 1998 16:49:41 +0000 Subject: added suppression of "no corresponding delete" warning. Added -lm to LIBS for MT_Cubit client. --- include/makeinclude/platform_osf1_4.0.GNU | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/makeinclude/platform_osf1_4.0.GNU') diff --git a/include/makeinclude/platform_osf1_4.0.GNU b/include/makeinclude/platform_osf1_4.0.GNU index e3535887d48..eda0ea2b7cc 100644 --- a/include/makeinclude/platform_osf1_4.0.GNU +++ b/include/makeinclude/platform_osf1_4.0.GNU @@ -24,16 +24,18 @@ CFLAGS += -pthread # 401: base_class_with_nonvirtual_dtor # 610: nonoverriding_function_decl # 835: unreferenced_function_param +# 839: no_corresponding_delete (until this is fixed in libTAO) ifeq ($(CXX_VER),POST_5X) WARNING_FLAGS += -w0 -msg_display_number -msg_display_tag \ - -msg_disable 9,174,193,236,340,401,610,835 + -msg_disable 9,174,193,236,340,401,610,835,839 endif CCFLAGS += $(CFLAGS) -ptr ptrepository $(WARNING_FLAGS) #### -nortti DCFLAGS += -g -O0 DLD = $(CXX) LD = $(CXX) -LIBS += $(CFLAGS) -ptr ptrepository -ltli -lrt +#### -lm is needed for TAO MT_Cubit client +LIBS += $(CFLAGS) -ptr ptrepository -ltli -lrt -lm OCFLAGS += -O4 PIC = ARFLAGS = cruvZ -- cgit v1.2.1