From kde-commits Sat Feb 22 23:54:54 2003 From: Peter Kelly Date: Sat, 22 Feb 2003 23:54:54 +0000 To: kde-commits Subject: kdelibs/khtml/ecma X-MARC-Message: https://marc.info/?l=kde-commits&m=104595816603822 CVS commit by pmk: Silence warnings about hiding virtual functions get() and put(), since we're doing it legitimately here M +1 -1 Makefile.am 1.37 --- kdelibs/khtml/ecma/Makefile.am #1.36:1.37 @@ -19,5 +19,5 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/kio -I$(top_srcdir)/khtml -I$(top_srcdir)/khtml/java $(all_includes) -KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(WOVERLOADED_VIRTUAL) +KDE_CXXFLAGS = $(USE_EXCEPTIONS) noinst_LTLIBRARIES = libkjs_html.la